e3765e578f
Update Changelog
2025-01-04 15:12:50 +01:00
92243dad34
Highlight code in PHP blocks also when <?php tags are missing
2025-01-04 15:12:50 +01:00
fb2a01b4f1
Add brew instructions to docs
2025-01-04 14:22:44 +01:00
ad7eef1354
Update Changelog
2025-01-04 14:05:48 +01:00
30d9817e44
Elixir language support
2025-01-04 14:01:55 +01:00
82494d818b
fix(macos): show window on dock click when using menu bar mode
...
When "Show in menu bar" is enabled and the window is closed, clicking
the app icon in the dock now properly shows the window again instead
of only focusing it.
2025-01-04 12:47:00 +01:00
a4ca3198a9
add support for scala
2025-01-04 00:39:34 +01:00
1701768d3d
Update (commented out) debug build step
v2.0.0
2025-01-04 00:23:31 +01:00
2620dd101d
Bump version to 2.0.0
2025-01-03 17:13:11 +01:00
e26a777485
Add info about language selector search improvement to Changelog
2025-01-03 16:13:08 +01:00
c87ea672b0
Make language selector also search through the languages' filename suffixes (using the guesslang attribute)
...
This makes the "cpp" string match C++, and "cs" match C#.
2025-01-03 15:59:44 +01:00
ff88091e28
Bump version to 2.0.0-beta
v2.0.0-beta
2024-12-12 13:45:12 +01:00
45c5379256
Make a backup copy of buffer.txt before migrating to new note library
2024-12-12 13:41:55 +01:00
a7471fcb3b
Fix icon for nix systems
2024-12-10 01:29:44 +01:00
5865181d98
Change terminology Note -> Buffer
2024-12-09 14:08:29 +01:00
612df6c851
Add block with link to documentation to inital scratch buffer content
2024-12-09 14:04:07 +01:00
1f24d1a4e3
Add help info for C-N key binding
2024-12-09 14:03:29 +01:00
882919710e
Update Changelog's 2.0 section
2024-12-09 13:51:44 +01:00
3a90d2d12f
Increase wait time in test
...
Should hopefully make it work on Github actions
2024-12-09 13:38:14 +01:00
96ae76897f
Update Playwright to latest version
...
Should fix broken tests in Github actions.
Add workaround for platform detection when running Playwright tests on Mac which no longer works in latest version.
2024-12-09 13:11:10 +01:00
146e33ef3f
Set window title to name of current buffer
...
#build
2024-12-09 12:37:05 +01:00
b7a1b185a8
Change terminology Note -> Buffer
2024-12-09 12:37:05 +01:00
530a7efbf5
Pixel push
2024-12-09 12:37:05 +01:00
0deefa01d9
Fix so that clicking on "Create new" item in notes selector works
...
#build
2024-12-09 12:37:05 +01:00
3466e0d4fc
Bump version to 2.0.0-alpha.2
...
#build
2024-12-09 12:37:05 +01:00
fe6a410e95
Add "Create new..." item to the note selector dialog
2024-12-09 12:37:05 +01:00
9c057b120a
Add support for creating new empty note buffers
2024-12-09 12:37:05 +01:00
d54a3ba633
Add tests for creating new Note buffers
2024-12-09 12:37:05 +01:00
fb58bb6f36
Fix issue of Enter keystroke within New Note dialog being picked up by Editor (in web app)
2024-12-09 12:37:05 +01:00
42c71dad7b
Fix UI bug in web app
...
For some reason, the color of action buttons in NoteSelector was black in dark mode
2024-12-09 12:37:05 +01:00
45c2df5c28
Add __TESTS__ variable to web app when the tests are running
2024-12-09 12:37:05 +01:00
b7ffd5a2ce
Web app: Migrate existing localStorage single buffer to buffer library
2024-12-09 12:37:05 +01:00
3e84850147
Add code comment
2024-12-09 12:37:05 +01:00
2c31f0170a
Add support for mutiple notes to web app
2024-12-09 12:37:05 +01:00
74e4c6347b
Fix issue where Escape key wouldn't work in Note selector when there was text in the input causing no Notes to match
2024-12-09 12:37:05 +01:00
946728060d
Add attributes to prevent auto completion (for web app version)
2024-12-09 12:37:05 +01:00
f6b086b7e6
Use FileLibrary.load() method to make sure tracking of current buffer content works
2024-12-09 12:37:05 +01:00
d12f6577bf
Remove debug logging
...
#build
2024-12-09 12:37:05 +01:00
f49ef4bec8
Show error message if failing to unserialize note data (e.g. if a note's format has a major version that is unsupported)
2024-12-09 12:37:05 +01:00
d590c625bb
Add note about breaking change (default scratch file path changed) to changelog
2024-12-09 12:37:05 +01:00
75b7eac5ca
Fix typo
2024-12-09 12:37:05 +01:00
57d4ac49e0
Add link to changelog and minor formatting change
2024-12-09 12:37:05 +01:00
4833db9928
Update docs and changelog
2024-12-09 12:37:05 +01:00
374e2b4e5d
Check all open buffer files for changes when window gets focus
...
The reason we do this is because fs.watch() is unreliable in some case.
#build
2024-12-09 12:37:05 +01:00
6c95005544
#build
2024-12-09 12:37:05 +01:00
c47d824111
Don't trigger buffer:change event when file is removed
2024-12-09 12:37:05 +01:00
2f9b6b8aab
Fix artifact file name
2024-12-09 12:37:05 +01:00
72f0bb5e21
Change which Mac file is put into build artifact
...
#build
2024-12-09 12:37:05 +01:00
d1f87b062c
Build app and upload artifacts when commit message contains #build
2024-12-09 12:37:05 +01:00
b7d2c26ce3
Bump version to 2.0.0-alpha
2024-12-09 12:37:05 +01:00