Releases: flattool/flattool-cli
1.4.4-Bug Fix
Replace the April 1st eject 'feature' with the new bleat command for fun and better safety
Fix flattool thinking there is an update when there isn't
1.4.3-Moo? Bleat!
Added two funny little commands that play off of apt moo
but instead it bleats as a deer.
Those commands are moo
and bleat
.
1.4.2-Speedup
Spedup orphans command by only looking at the flatpak list output one time instead of calling it multiple times.
1.4.1-Bug Fix
Fixed an issue causing flathub to never be found upon first run
Made it so that the data-dir help info will print in the main help response
Added missing newlines in some subcommand help responses
1.4.0-Update
When flattool is first ran, that text has been made more understandable, as well offering to install flathub if that isn't found on the system.
Added a new command add-flathub which can add flathub to the user or system install.
Added a new command data-dir which will print the path of the supplied app query and optionally allow you to open it with the -o flag at the end.
1.3.1-Bug Fix
Add call for the export command help response in the main help function
1.3.0-Progress
This update the change is very small, but very nice to have.
install
, uninstall
, and orphans
commands will now print out how many flatpaks are left for you to go through, so you aren't sitting there wondering how long it will take.
1.2.0-Export
Adds flattool export
as a command so that you can coy and paste its output to a new system to install all of your flatpak apps, without needing to transfer user data first for flattool orphans
.
Modifies the flattool id
help message to clarify that this command can take multiple app queries.
1.1.1-Bug Fix
A small update that fixes two bugs.
- flattool update-check will now bypass the time limit so that you can actually install an update after checking for one
- Added support from trash-cli and rm so that users who do not have gio from gnome may still use flattool. (flattool checks for trash-cli first, then gio, then defaults to the rm command)
1.1.0-Self Updating
Flattool not only checks for updates automatically, from the previous update, but it can also install its own update.
Auto update checking can now be disabled with flattool auto-update
and is defaulted to disabled now.
On firstrun, flattool asks if you'd like to enable auto update checking