Change version to 2.1.0 and update plans

This commit is contained in:
Heliguy
2025-03-11 16:37:19 -04:00
parent 807b01c915
commit 0a18e5d81b
2 changed files with 22 additions and 8 deletions

View File

@@ -1,27 +1,40 @@
> This document exists to inform feature requesters, contributors, and anyone else who is curious on the state of Warehouse. Make sure to give this a read before requesting any new features.
### Bug fixes (Ready to ship in next Minor or Bugfix update)
### Completed Bug fixes & Small Improvements (Ready to ship in next Minor or Bugfix update)
- Typo [#151](https://github.com/flattool/warehouse/issues/151)
- Incorrect navigation page row being selected at launch in wide view
- Incorrect titles showing for apps with special characters
- Fix issue causing translations to never be updated
- Don't show success toast when installing a package is cancelled
- Refocus search entries upon Ctrl+F
### Planned Bugfixes & Small Improvements for some update
- Deselect All action for list views
- Fix freeze & non-apply when cancelling package version changes
- Fex switching to Install page when cancelling an attempt to install packages
- Fix selection mode being enabled when using action buttons in Data Boxes
- Fix list views resetting selection to first entry upon refresh
# Features Being Worked On
### Completed features (Ready to ship in next Minor update)
-
- None yet
### Planned features for some update
- Add Warehouse to "Open With" for .flatpak, .flatpakref, and .flatpakrepo
- Uninstall unused flatpaks
- Updating flatpaks
- Installation and configuration of locales
- Filter option to show outdated packages
- Filter option to show unused runtimes
- Remember Show Disabled Remotes action on startup
# Features Being Considered
- Supporting host icon themes
- Filter option for "only verified" Flatpaks
- Add Warehouse to "Open With" for .flatpak, .flatpakref, and .flatpakrepo
- Creation of new custom installations
- Sorting settings for packages list
- Sorting settings for snapshots list
@@ -29,10 +42,11 @@
- Where to save snapshots
- Restore filters on startup
- Restore shown page on startup
- Restore Show Disabled Runtimes on startup
# Features NOT Planned to be Added
# Features *not* Planned to be Added
### Features that will NEVER be added to Warehouse
### Features that will *never* be added to Warehouse
- Permission management (like Flatseal)
- Full fledge package manager / app store

View File

@@ -1,5 +1,5 @@
project('warehouse',
version: '2.0.2',
version: '2.1.0',
meson_version: '>= 0.64.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)