Skip to content

Releases: vorlie/iotas-notepad

1.1.4

19 Jan 13:46
Compare
Choose a tag to compare

Release Notes - Iota's Notepad v1.1.4

New Features:

  • Developer Options: Access local storage viewer. More options coming soon.

@vorlie - 0b9da04

1.1.3

19 Jan 02:02
Compare
Choose a tag to compare

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.

@vorlie - dd4372b

1.1.2

19 Jan 01:21
Compare
Choose a tag to compare

Release Notes - Iota's Notepad v1.1.2

Changes:

  • Version Information: Displayed the current app version and Electron version in the "About" section of the settings modal: @vorlie - cce884b
  • Notification Buttons: Placed the dismiss button next to the download button in the update notification: @vorlie - cce884b

1.1.1

18 Jan 00:11
Compare
Choose a tag to compare

Release Notes - Iota's Notepad v1.1.1

New Features:

  • Context Menu for Notes: Replaced buttons with a right-click context menu for notes, allowing users to save, edit the title, and delete notes: @vorlie - 1128177

Improvements:

  • Note Identification: Added note IDs to the notes themselves to help identify which note the context menu is associated with: @vorlie - 1128177

1.1.0

05 Jan 12:28
Compare
Choose a tag to compare

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

05 Jan 04:32
Compare
Choose a tag to compare

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:

  • Update Download Button: Changed download button color from Green to Lavender: @vorlie - 7254b65

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

04 Jan 08:26
Compare
Choose a tag to compare

Release Notes - Iota's Notepad v1.0.8

Changes:

1.0.7

04 Jan 07:48
Compare
Choose a tag to compare

Release Notes - Iota's Notepad v1.0.7

New Features:

  • Update Notification: Added an in-app notification to inform users about new updates. The notification includes the new version number and a download link for the setup file. The notification can be dismissed by the user. @vorlie - 89443da

1.0.6

04 Jan 07:35
Compare
Choose a tag to compare

Release Notes - Iota's Notepad v1.0.6

Bugfixes:

  • Date Display: Added default case for newly created notes to show the dateCreated by default: @vorlie - 72a9b28
  • Edit Title: Correctly display the note title in the edit input based on the current sorting order: @vorlie - b6094c3

1.0.5

04 Jan 05:24
Compare
Choose a tag to compare

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.