Releases: vorlie/iotas-notepad
Releases · vorlie/iotas-notepad
1.1.4
1.1.3
Release Notes - Iota's Notepad v1.1.3
New Features:
- Custom Themes: Users can now import and apply custom themes from a JSON file.
- Theme Management: Added the ability to delete custom themes.
- Persistent Themes: The selected theme (default or custom) is saved and applied on startup.
Improvements:
- Settings Modal: Updated the settings modal to include options for importing and deleting custom themes.
- Theme Dropdown: Custom themes are dynamically added to the theme dropdown in the settings modal.
1.1.2
Release Notes - Iota's Notepad v1.1.2
Changes:
1.1.1
1.1.0
Release Notes - Iota's Notepad v1.1.0
New Features:
- 12-hour/24-hour Time Formats: Added the ability to choose between 12-hour and 24-hour time formats. This can be configured in the settings page: @vorlie - 8e41918
- Settings Page: Introduced a new settings page where users can customize various aspects of the application, including time format and theme flavor: @vorlie - 8e41918
- Theme Flavor Customization: Added support for different Catppuccin theme flavors. Users can now choose between Mocha, Frappe, and Macchiato flavors from the settings page: @vorlie - 8e41918
Changes:
- Date Formatting: Improved date formatting to display "Today at HH:MM", "Yesterday at HH:MM", and for dates before yesterday, display the date in "DD/MM/YYYY at HH:MM" format. This ensures consistency and readability across different date displays.
- Search Bar Location: Moved the search bar from the title bar to the sidebar for better user interface and accessibility.
1.0.9
Release Notes - Iota's Notepad v1.0.9
New Features:
- Export All Notes as JSON: Added a new feature to export all notes in JSON format, including all their information (title, content, dateCreated, dateModified, and id). This can be done via a button in the export modal: @vorlie - d8fc757
Changes:
Bugfixes:
- Note Management with Unique IDs: Notes were previously identified and managed using their index in the list. This caused issues when sorting notes by different criteria (e.g., dateModified), as the content would be mismatched with the note titles. By assigning unique IDs to each note and updating the related functions to use these IDs, we ensure that each note is correctly identified and managed, regardless of the sorting order: @vorlie - c56cb28
1.0.8
1.0.7
1.0.6
1.0.5
Release Notes - Iota's Notepad v1.0.5
New Features:
- Note Sorting: Added the ability to sort notes by date created, date modified, alphabetical order, and index.
- Date Display: Notes now display the relevant date (created or modified) or index based on the selected sorting option.
Changes:
- File Import: Made the import accept only .txt files.
These changes enhance the functionality and usability of the application, providing a better user experience.