Skip to content

Releases: NickvisionApps/Desktop

V2026.4.1

04 Apr 02:36

Choose a tag to compare

V2026.4.1

Breaking Changes

None

New APIs

Application

  • Added ClearTable and ClearTableAsync methods to DatabaseService

System

  • Added InstalledVersion property to DependencyExecutableService

Fixes

None

V2026.4.2 (WinUI)

03 Apr 19:10

Choose a tag to compare

V2026.4.2

Breaking Changes

None

New APIs

None

Fixes

  • Updated dependencies

V2026.4.1 (WinUI)

03 Apr 17:01

Choose a tag to compare

V2026.4.1

Breaking Changes

None

New APIs

Controls

  • Added PreviousSelectedIndex to ViewStack

Fixes

  • Updated dependencies

V2026.4.0 (WinUI)

29 Mar 01:52

Choose a tag to compare

V2026.4.0

Breaking Changes

None

New APIs

None

Fixes

  • Updated dependencies

V2026.4.0 (GNOME)

29 Mar 01:52

Choose a tag to compare

V2026.4.0

Breaking Changes

None

New APIs

None

Fixes

  • Updated dependencies

V2026.4.0

29 Mar 01:41

Choose a tag to compare

V2026.4.0

Breaking Changes

  • Removed .NET 9 support

Application

  • Removed the JsonFileService

New APIs

Application

  • Added the DatabaseService
    • All applications will get an encrypted app.db to store all configuration and data needed.
    • The KeyringService will now use this app.db to create and manage the credentials table
      • Old application .ring2 credential databases will be automatically read and migrated to app.db by the KeyringService
    • All applications should migrate away from JsonFileService and .json file storage to storing and working with all data in the DatabaseService
  • Added the ConfigurationService
    • Allows getting and setting primitive data and serialzied json objects
    • Uses caching for already gathered and unmodified data
    • Uses transactions for fast database operations
      • Applications should periodically call Save() to commit the transactions

System

  • Added the DependencyExecutableService
    • Provides generic implementations for managing executables that applications depend on and provides a clear path for updating them and running processes

Fixes

None

V2026.3.10

24 Mar 15:34
17215d8

Choose a tag to compare

V2026.3.10

Breaking Changes

None

New APIs

None

Fixes

System

  • Fixed an issue where SecretService would crash when accessing credentials on Linux

V2026.3.9

24 Mar 02:11
4d4d984

Choose a tag to compare

V2026.3.9

Breaking Changes

None

New APIs

None

Fixes

  • Better NativeAOT compatibility

Application

  • Fixed an issue where preview AppVersions ranked higher than stable

V2026.3.7 (WinUI)

24 Mar 02:20

Choose a tag to compare

V2026.3.7

Breaking Changes

None

New APIs

None

Fixes

  • Updated dependencies

V2026.3.6 (GNOME)

24 Mar 02:20

Choose a tag to compare

V2026.3.6

Breaking Changes

None

New APIs

None

Fixes

  • Updated dependencies