Commit Graph

10 Commits

Author SHA1 Message Date
bec87d1493 Fix save shortcut to handle uppercase 'S' key
Updated the keyboard shortcut handler to use event.key.toLowerCase() for detecting 's', ensuring the save action works regardless of key case.
2025-08-06 23:53:16 +01:00
Zephrynis
59af15d5c6 Update issue templates 2025-07-21 13:02:28 +01:00
f5468b293d Bump version to 1.1 in conf.yml
Updated the version number from 1.0 to 1.1 to reflect recent changes or improvements.
1.1
2025-07-21 12:57:58 +01:00
c8a9691d6e Add cmd+s support 2025-07-20 21:31:31 +01:00
Zephrynis
a21481c795 Update issue templates 2025-07-18 23:23:37 +01:00
5daa5e2656 Update README for PteroMonaco installation
Revised the README to reflect the new project name 'PteroMonaco' and updated installation instructions to use 'pteromonaco.blueprint' instead of 'sidebar.blueprint'.
2025-07-13 18:35:50 +01:00
12bdb3ecf3 Update workflow branch trigger to master
Changed the GitHub Actions workflow trigger branch from 'main' to 'master' to align with the repository's branch naming convention.
1.0
2025-07-13 17:43:00 +01:00
612f82b316 Add initial README with installation instructions
Created a README.md file describing the ptero-sidebar project and providing steps for installation using blueprint.
2025-07-13 17:40:59 +01:00
2a18ee1323 Add GitHub Actions workflow for release automation
Introduces a workflow to automate release creation on pushes to the main branch. The workflow extracts the version from conf.yml, builds the project using blueprint-export, creates a GitHub release with installation instructions, and uploads the generated binary as a release asset.
2025-07-13 17:37:52 +01:00
68d056d367 Initial Commit 2025-07-13 17:33:30 +01:00