Skip to content

Releases: dagimg-dot/Noty

v0.4.1

15 Nov 09:23

Choose a tag to compare

v0.4.0

04 Jun 05:52

Choose a tag to compare

Changelog v0.4.0

Features

  • Editor Enhancements:
    • Integrated GtkSource for improved text editing, including syntax highlighting.
    • Added options for showing line numbers and highlighting the current line.
    • Syntax highlighting
  • Customization: Added support for custom style schemes, allowing users to import their own themes.
  • Vim Mode:
    • Introduced Vim mode with options to enable or disable it.
    • Updated Vim mode shortcuts and improved search focus handling.
  • Application Behavior:
    • The application now remembers and reopens the last opened file.
    • Application state is saved on quit.

v0.3.0

24 Apr 09:25

Choose a tag to compare

Change Logs for v0.3.0

Features

  • New keyboard shortcuts (Ctrl -/+ for font size adjustment)

Fixes

  • Grayed out right click context menu
  • Some fonts not being recognized

v0.2.8

24 Apr 07:40

Choose a tag to compare

Changelog for v0.2.8

Features

  • Added custom font selection for the text editor
  • Added new color schemes for the editor

Fixes

  • Fixed system theme tracking and applying
  • Fixed note selection issues during active search

Improvements

  • Reorganized preference window layout
  • Updated documentation

v0.2.7

15 Apr 18:12

Choose a tag to compare

Features

  • Window size persistence

Bug Fixes

  • Rename popover not being attached to note list where it was called

v0.2.5

15 Apr 14:46

Choose a tag to compare

Version 0.2.5

Bug Fixes

  • Fixed note list UI not updating immediately after renaming a note
  • Fixed search performance by preventing unnecessary full list rebinding when clearing search
  • Fixed note renaming functionality for newly created notes

Chores

  • Added pre-commit hooks for code quality
  • Updated documentation in README
  • Code formatting improvements

v0.2.4

13 Apr 18:32

Choose a tag to compare

Changelog for v0.2.4

  • New Features:

    • Added note deletion functionality.
    • Implemented success notification upon renaming and deleting a note.
    • Introduced note renaming feature.
  • Fixes:

    • Resolved issue with note activation when pressing enter.
    • Display version number on development builds.
  • Improvements:

    • Refactored code to reduce redundancy by creating common methods.
    • Cleaned up the codebase.

v0.2.3

10 Apr 10:42

Choose a tag to compare

Features:

  • Added Ctrl+J/K for vertical navigation in the notes list.
  • Added a help overlay window displaying application shortcuts and description.

Fixes:

  • Attempted to fix a crash introduced in v0.2.2.
  • Fixed miscellaneous typos.

v0.2.2

10 Apr 10:23

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 Apr 20:41

Choose a tag to compare

Recent Changes (v0.2.1)

  • Features:
    • Added logging and command-line arguments for enhanced debugging and configuration.
  • Fixes & Improvements:
    • Changed the Preferences shortcut to Ctrl + ,.
    • Added application icons and ensured they load correctly.
    • Correctly read and display the application version in the About dialog.
    • Fixed list navigation: Up/Down keys now wrap around correctly.
    • Improved the automatic height calculation for the note list.