Releases: streetwriters/notesnook
Releases · streetwriters/notesnook
Notesnook Desktop v3.3.1
- Don't show auto-backup notice again after dismissal by @01zulfi in #8711
- Fix insert paragraph keybinding by @01zulfi in #8734
- Fix discounted price in checkout by @thecodrr in #8751
- Restrict pasting premium features by @01zulfi in #8735
- Make table width adjustable by @thecodrr in #8753
Full Changelog: v3.3.0...v3.3.1
Notesnook Android v3.3.3
What's Changed
- mobile: refactor e2e tests by @ammarahm-ed in #8712
- mobile: add support for LEGACY_PRO subscription plan name by @ammarahm-ed in #8713
- Fix mobile client selfhosted by @ammarahm-ed in #8714
Full Changelog: 3.3.2-android...3.3.3-android
Notesnook Android v3.3.2
What's fixed
- Fixed a crash when entering Settings after logging in.
Read about the upcoming pricing changes on Notesnook's blog
Read about what's new in v3.3 on Notesnook's blog
Full Changelog: v3.2.12-android...v3.3.0-android
Notesnook Desktop v3.3.0
Notesnook Android v3.2.12
What's Changed
- Fix email confirmed description by @ammarahm-ed in #8507
- Fix resetting navigation on Login and Signup by @ammarahm-ed in #8535
- Fix Notebook Tree when Searching for Notebooks by @ammarahm-ed in #8508
- Fix add notebook button in Notebooks sheet by @ammarahm-ed in #8524
- Fix reminder description is not shown in properties by @ammarahm-ed in #8525
- Fix edit reminder and turn off reminder buttons missing in reminder properties by @ammarahm-ed in #8525
- Allow editing reminder without changing date in properties by @ammarahm-ed in #8525
- Allow picking date and time in date picker dialog in properties by @ammarahm-ed in #8525
- Fix auto focus of title and description inputs in add reminder screen by @ammarahm-ed in #8525
- Editor UI overhaul for better usability by @ammarahm-ed in #8551
- Fix keyboard in iPad split view by @ammarahm-ed in #8572
- Fix Notebook Tree not expanding in Notebook Sheet @ammarahm-ed
Full Changelog: 3.2.11-android...3.2.12-android
Notesnook Desktop v3.2.4
Keyboard shortcuts
You can now view all supported keyboard shortcuts by pressing Ctrl + /. Keyboard shortcuts are also available in our docs.
This release also changes a few common keyboard shortcuts:
- To open command palette press
Ctrl + Shift + Pinstead ofCtrl + k - Insert link using
Ctrl + k
What's fixed
- Fix toolbar crash by @01zulfi in #8345
- Create new tab on create note button's middle click by @01zulfi in #8346
- Fix github link in importer setting by @01zulfi in #8348
- Hide spell checker language selector on mac os by @01zulfi in #8350
- Fix internal links opening in new tab in readonly notes by @01zulfi in #8364
- Maintain relative cursor location when list is sorted by @Scott-will in #8366
- Remove standard notes and one note importer docs by @thecodrr in #8379
- Run tests on pr ref instead of base branch by @thecodrr in #8380
- Email should not be required on session expiry by @thecodrr in #8381
- Fix nav pane on small screens by @01zulfi in #8365
- Migrate note linking dialog lists from tanstack virtual to virtuoso by @01zulfi in #8382
- Update theme builder to new UI by @thecodrr in #8384
- Add missing instruction in desktop app dev setup by @01zulfi in #8391
- Handle pasting urls in html by @Scott-will in #8385
- Fix open settings shortcut interfering with editor shortcut by @01zulfi in #8392
- Increase list pane max size to 1000 for large screens by @01zulfi in #8466
- Don't show open & copy tools for empty links by @01zulfi in #8509
- Fix deleting a reminder not removing from search list by @01zulfi in #8487
- If selected text is link, autofill url field in insert link popup by @01zulfi in #8542
- Show image dimensions during drag resizing by @01zulfi in #8395
- Fix crash when shift+click on toc item by @01zulfi in #8549
- Fix theming related issues by @thecodrr in #8388
New Contributors
- @Scott-will made their first contribution in #8366
Full Changelog: v3.2.3...v3.2.4
Notesnook Desktop v3.3.0-beta.1
This is a beta release for early testers
Join our Discord server and help us test new features: https://go.notesnook.com/discord
What's Changed
- Fix notes open empty from notes list randomly by @ammarahm-ed in #8333
- web: fix toolbar crash by @01zulfi in #8345
- web: create new tab on create note button's middle click by @01zulfi in #8346
- web: fix github link in importer setting by @01zulfi in #8348
- web: hide spell checker language selector on mac os by @01zulfi in #8350
- web: don't close note after deleting its attachment by @01zulfi in #8318
- Fix crash on moving notebook when no notebooks selected by @ammarahm-ed in #8336
- common: fix archive export by @01zulfi in #8362
- editor: fix internal links opening in new tab in readonly notes by @01zulfi in #8364
- editor: maintain relative cursor location when list is sorted by @Scott-will in #8366
- Fix web E2E tests by @thecodrr in #8372
- Fix tests from PRs opened from external forks by @thecodrr in #8378
- Remove standard notes and one note importer docs by @thecodrr in #8379
- Run tests on pr ref instead of base branch by @thecodrr in #8380
- Email should not be required on session expiry by @thecodrr in #8381
- web: fix nav pane on small screens by @01zulfi in #8365
- web: migrate note linking dialog lists from tanstack virtual to virtuoso by @01zulfi in #8382
- Update theme builder to new UI by @thecodrr in #8384
- global: keyboard shortcuts documentation && web dialog by @01zulfi in #7655
- docs: add keyboard shortcuts heading by @01zulfi in #8387
- mobile: fix edit notebook button causes app freeze on iOS by @ammarahm-ed in #8393
- docs: add missing instruction in desktop app dev setup by @01zulfi in #8391
- Handle pasting urls in html by @Scott-will in #8385
- web: fix open settings shortcut interfering with editor shortcut by @01zulfi in #8392
- common: update keybindings for editor search, link, internal link, and command palette by @01zulfi in #8389
- core: add support for monographs sync by @01zulfi in #8415
- web: increase list pane max size to 1000 for large screens by @01zulfi in #8466
- Fix back navigation on first app launch by resetting routes by @ammarahm-ed in #8402
- Fix filtered tags and notebooks not sorted correctly by @ammarahm-ed in #8401
- Fix opening pinned note from notification on android by @ammarahm-ed in #8400
- web: use RequestFetchV2 hub method by @01zulfi in #8483
- editor: don't show open & copy tools for empty links by @01zulfi in #8509
- web: fix deleting a reminder not removing from search list by @01zulfi in #8487
- Add report endpoint to connect-src content policy by @thecodrr in #8545
- editor: improve table styling by @01zulfi in #8489
- editor: make headings collapsible by @01zulfi in #8493
New Contributors
- @Scott-will made their first contribution in #8366
Full Changelog: v3.3.0-beta.0...v3.3.0-beta.1
Notesnook Android v3.2.11
What's Changed
- Compile lazysodium from source by @ammarahm-ed in #8406
- Fix fdroid build by @ammarahm-ed in #8409
- Fix sharing and opening exported notes on iOS by @ammarahm-ed in #8482
- Fix error when clearing cache on android by @ammarahm-ed in #8467
- Fix back navigation on first app launch by resetting routes by @ammarahm-ed in #8402
- Fix filtered tags and notebooks not sorted correctly by @ammarahm-ed in #8401
- Fix opening pinned note from notification on android by @ammarahm-ed in #8400
Full Changelog: 3.2.10-android...3.2.11-android
Notesnook Android v3.2.10
What's Changed
- Added scroll to top/bottom in editor by @ammarahm-ed in #8394
- Fix edit notebook button causes app freeze on iOS by @ammarahm-ed in #8393
- Fix swiping to open empty editor does not open the keyboard automatically by @ammarahm-ed in #8394
- Fix tapping on empty space in editor does not focus the not sometimes by @ammarahm-ed in #8394
Full Changelog: 3.2.9-android...3.2.10-android
Notesnook Android v3.2.9
What's Changed
- Fix crash on devices upgraded from android 15 to 16 by @ammarahm-ed in #8363
Full Changelog: 3.2.8-android...3.2.9-android