Releases: gmodena/nix-flatpak
v0.5.0
What's Changed
This release comes with two new features:
- support for installing applications from flatpakref.
- an option to declare imports of a GPG key from file.
Changelog
Bug fixes and improvements to the test suite are also included.
Full Changelog: v0.4.1...v0.5.0
Credits
Special thanks to @SpiderUnderUrBed and @Bear-03 for their assistance in testing edge cases during the implementation of flatpakref support.
0.4.1
This is a hotfix release for #61.
When neither uninstallUnmanaged
nor uninstallUnmanagedPackages
were explicitly set in a config,
the system build would break.
What's Changed
Full Changelog: v0.4.0...v0.4.1
0.4.0
Introduces support for remotes state management. Remotes will be installed/removed according to the services.flatpak.remotes
setting.
services.flatpak.uninstallUnmanagedPackages
has been deprecated in favor of a more generic services.flatpak.uninstallUnmanaged
, that configures both packages and remotes management preferences.
What's Changed
- worfklows: add flakehub integration. by @gmodena in #50
- installer: manage remotes state. by @gmodena in #52
- Update doc by @gmodena in #57
Full Changelog: v0.3.0...v0.4.0
0.3.0
Bugfixes
- flatpak-managed-install.service fails to start properly at boot when update.onactivation is set to true. (#30).
New features:
- Add support managing packages installed outside of nix-flatpak (uninstallUnmanagedPackages option).
- Add override management.
- Add sample configs and VMs for nixos and HomeManager module installation.
Full Changelog: v0.2.0...v0.3.0
0.2.0
0.1.0 (Initial Release)
Initial release.
Includes:
- support for NixOs and HomeManager (as a NixOs module) installations;
- flatpak update on activation and auto update options;