Skip to content

v2.1.1 — Valid App Identifier

Choose a tag to compare

@github-actions github-actions released this 31 May 00:35
· 12 commits to main since this release

Changes the app identifier to a valid reverse-DNS form. Your notes and settings are unaffected.

🆔 App ID

  • Identifier changed from com.noteriv.app to com.noteriv.Noteriv — the old last segment ("app") isn't a valid application name; com.noteriv.Noteriv is the correct form for the noteriv.com domain.
  • Data location is keyed off the product name ("Noteriv"), not the identifier, so existing notes/settings carry over on every platform (~/.config/Noteriv, ~/Library/Application Support/Noteriv, %APPDATA%/Noteriv).

⚠️ Windows/macOS

  • Because the bundle/installer identity changes, the new installer is treated as a separate product — you may need to reinstall this version once. Your data carries over. Linux is unaffected.

📎 Other

  • Bumped version to 2.1.1 across package.json, Cargo.toml, tauri.conf.json, and Cargo.lock