Commit Graph

17 Commits

Author SHA1 Message Date
Zephrynis
b4f66610a4 Various bug fixes
- Update CSS to permanent classes
- Ctrl+S on new file opens naming modal
- Ctrl+S with capslock saves file
1.2
2025-08-07 00:42:36 +01:00
Zephrynis
6bc1f8ddb6 Bump version 2025-08-07 00:39:32 +01:00
Zephrynis
9c4e19b360 Merge pull request #7 from zephrynis/4-bug-controls-on-unsaved-file-does-not-open-save-location-prompt
Show modal on Ctrl+Enter for new action in Editor
2025-08-07 00:38:41 +01:00
Zephrynis
00a8d64de0 Merge pull request #6 from zephrynis/3-bug-ctrls-save-bug
Fix save shortcut to handle uppercase 'S' key
2025-08-07 00:38:14 +01:00
Zephrynis
c65ba66980 Merge pull request #5 from zephrynis/2-i-got-this-problem-with-my-editor
Update CSS class selectors to new component names
2025-08-07 00:37:17 +01:00
c5cb756811 Update CSS class selectors to new component names 2025-08-07 00:20:35 +01:00
64faf93a11 Show modal on Ctrl+Enter for new action in Editor
Added logic to display the modal when Ctrl+Enter is pressed and the current action is 'new', improving the user workflow for creating new items.
2025-08-06 23:59:50 +01:00
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