Skip to content

Releases: jegly/Notas

Notas v3.0.0

29 Mar 10:16
f3bdceb

Choose a tag to compare

A significant bug fix release addressing core stability issues.
Bug Fixes

Fixed phantom "Untitled" note appearing in sidebar that could not be renamed or deleted
Fixed first note title not saving on a fresh install
Fixed typing directly into the editor without clicking "+ New Note" — notes are now created automatically when you start typing
Fixed save button remaining greyed out when editing without first selecting a note
Fixed duplicate notes being created during import when IDs collide
Fixed delete occasionally removing wrong note (tombstone ID bug)
Fixed preferences and status bar title toggle showing out of sync
Fixed clean uninstall — vault and config are now fully wiped on removal so a reinstall always starts fresh with a new password

Improvements

DotGothic16 font now bundled — installs automatically, no manual download
Build script now checks all dependencies upfront before compiling
Version number sourced from Cargo.toml — package filename always matches

Notas

25 Mar 09:00
cc518a2

Choose a tag to compare

Bug fixes and improvements:

Fixed dock icon showing as generic gear on GNOME/Wayland — correct app icon now displays
Fixed first note title not saving correctly on a fresh install
Fixed typing directly into the editor without clicking "+ New Note" — notes are now created automatically when you start typing
Font bundled — DotGothic16 is now included in the package and installed automatically, no manual download needed
Clean uninstall — removing the package now wipes local data so a reinstall always starts fresh
Import no longer creates duplicate notes when IDs collide
Delete note no longer risks silently removing unrelated notes (tombstone bug fixed)
Preferences and status bar title toggle now stay in sync
Build script now checks for all required dependencies (pkg-config, libgtk-4-dev, libadwaita-1-dev, Rust) and reports them all at once before building
Version number in the build script now reads directly from Cargo.toml — no more drift

Notas v1.0.0 - Secure Encrypted Notes

26 Nov 13:24
9a65ccc

Choose a tag to compare

Initial release of Notas — a privacy-focused notes app for Linux.

🔒 AES-256-GCM encryption
🔑 Argon2id key derivation
⏱️ Auto-lock timeout
📋 Clipboard auto-clear
🎨 Dark & light themes
✏️ 14 font options

Built with Rust and GTK4.