Releases: lukasbach/yana
Releases · lukasbach/yana
1.0.16
1.0.13
1.0.12
1.0.11
Minor changes
- The sqlite database file is not being constantly locked while Yana is running, but only while it actually is accessed
- Added link to issue tracker in Yana about page
Bug Fixes
- Fixed issue from previous release where sometimes folders could not be opened in sidebar
1.0.10
Minor changes
- App notifications (such as the one notifying you about this update) are not shown as often anymore.
- Upgraded atlaskit dependencies.
- Workspaces can now be reordered and renamed. When starting Yana, the first Workspace in the list will always be selected.
- Re-added text-justification button in note editor.
- When creating a new note from the sidebar, it is automatically opened after naming.
Bug Fixes
- Workspaces with the same names can cause issues. This is now enforced.
- When a workspace could not be loaded, Yana suggests opening a different workspace instead of completely crashing.
- Creating hyperlinks in notes via the url-button now works again.
1.0.8
Minor additions
- Code Snippet editor now supports syntax and semantic highlighting, which is enabled by default and can be disabled in the settings
- Context Menu (rightclick) is available on items from search view
- Item Options are available from folder view via the "More"-button
- Folder view now shows icons for folders or other items that don't feature a preview, instead of displaying a grey empty card
- Local workspaces can be added after installing Yana without having to create an initial workspace
- Save indicator is not shown in the editor by default, but can be re-enabled in the settings
Bug Fixes
- Fixed text color in item renaming input field in sidebar if the color theme is bright
- Links cannot be clicked through the preview in the folder view
1.0.7
1.0.6
- Made persisting data to disk more resilient to corner cases such as closing app while persisting (#10)
- Store collapse state of sidebar headers (#3)
- Fixed scroll functionality in todo lists (#8)
- Add-draft button in draft list
- Move-draft button in draft editor
- Switched CI setup from Travis CI to Github Actions (#9)