Releases: maelchiotti/LocalMaterialNotes
Releases Β· maelchiotti/LocalMaterialNotes
v1.11.0-dev1
Caution
Pre-release versions can be buggy. Some features may not work. You might even loose all your data. That's why they are only meant to be installed manually, after making a backup from the settings.
Tip
If you want to try this pre-release, download the APK and install it manually. Please report any issue you encounter in the linked discussion!
New in this pre-release:
- Choose the font (app and editor)
- Improve the search for existing notes also
- Add 2 actions on multi-selection: share and add labels
- Add swipe actions in the bin
v1.10.1
v1.10.0
Added
- Drastically better search performance with typo tolerance
- Setting to make the titles of the notes bigger
- Czech translation
Changed
- Layout and swipe action preferences not updating correctly
- Going back from a label page or the Manage labels page goes back to the notes list
- Organization of some settings
Fixed
- Last edited date of a note being changed when the note is pinned or unpinned
- Black screen when deleting or restoring a note from the editor
- Malformed URL when opening a link from the editor
v1.9.1
Fixed
- Crash when loading the theming preference
v1.9.0
Added
- Backup labels
- Backup settings
- Python script to convert exports from DNotes
Changed
- Moved the button to change the editor mode to the app bar
Fixed
- Labels count shown in about dialog when labels are disabled
- Wrong color in the label color picker when editing a label
- Going back after selecting labels closes the app
- Missing message if no labels exist when trying to select the labels of a note
- Ask for confirmation when deleting labels
- Missing explanation on what disabling labels does
- Sort order reset when going from creation date to edition date (and vice-versa)
- Wrong texts on some buttons
v1.8.2
Fixed
- Error at startup because of the ascending sorting setting
v1.8.1
Fixed
- Crash at startup because of the sorting setting
v1.8.0
Added
- Ability to categorize the notes with labels
- Allow to sort the notes by their creation date
- Allow to use a white text in dark theme
Changed
- Improve logs
- Move accessibility settings to their own page
Fixed
- Failure to add a note via the share action of the quick action
v1.7.2
Added
- Python script to convert Samsung Notes exports to a format compatible with Material Notes (see the GitHub repository)
- Ability to copy the logs to the clipboard and to export them to a text file
Changed
- Improve the style of the settings tiles
Fixed
- Using the system back button or back gesture after opening a dialog, sheet or menu closes the app
- Auto export directory picker fails when choosing a directory that is not at the root of the storage
- JSON export file using the .txt extension instead of .json
- Buttons in the editor app bar not disabled in reading mode
- Button to toggle between editing and reading mode not hidden for deleted notes
v1.7.1
Added
- Error page shown when a page fails to load, with the ability to copy and export the error logs
Improved
- Reliability of the automatic exports
Fixed
- Value of the setting on the settings tiles not using a subdued color when disabled
- Small note pinned icon on the notes tiles
- Small application icon
Removed
READ_EXTERNAL_STORAGE
andWRITE_EXTERNAL_STORAGE
permissions that were added by mistake