Releases: osmoscraft/osmosnote
Releases · osmoscraft/osmosnote
Release v1.0.0-alpha.25
- Changed: Scroll position restore aligns to center
Release v1.0.0-alpha.24
- Fixed: Line ends with url could not receive new line input
- Chore: Updated dependencies
Release v1.0.0-alpha.23
- Added: Minimum required Node version in package.json
- Fixed: YouTube title extraction didn't work
Release v1.0.0-alpha.21
- Added: Alt + H/J/K/L for 2D shifting
- Added: Search result ranker based on title match
- Added: Restore caret position on page reload
- Changed: Node 16 to 18 upgrade
- Changed: Replaced fs-extra with Node fs API
- Changed: Replaced axios with Node 18 native fetch API
- Fixed: URL was not case sensitive
- Chore: Replaced
npm-run-all
withconcurrenly
due to discontinued maintenance - Chore: Updated dependencies
Release v1.0.0-alpha.19
Fixed: Bracket characters could not be enetered due to keymap conflict
Release v1.0.0-alpha.17
- Fixed: BLock selection was broken by the new keyboard event handler
Release v1.0.0-alpha.16
- Fixed: Block movement and indentation were broken by the new keyboard event handler
Release v1.0.0-alpha.15
- Added: Support for xmodmap custom keyboard maps
- Fixed: Ctrl + Delete/Backspace movement was too aggressive at line boundary
- Chore: Updated dependencies
Release v1.0.0-alpha.14
- Fixed:
-t
tag search shows no result until some tag string is typed in - Fixed: rg v13.0.0 hangs on search (#7)
- Chore: Updated dependencies
Release v1.0.0-alpha.13
- Fixed:
main
vsmaster
branch name conflict when initializing from remote (issue: #5 ) - Chore: Updated dependencies