Skip to content

Releases: flattool/flattool-cli

1.4.4-Bug Fix

01 Feb 19:54
de99465
Compare
Choose a tag to compare

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!

11 Sep 18:04
fbe5d2c
Compare
Choose a tag to compare

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

14 Aug 04:53
ffff718
Compare
Choose a tag to compare

Spedup orphans command by only looking at the flatpak list output one time instead of calling it multiple times.

1.4.1-Bug Fix

13 Aug 00:38
a79967a
Compare
Choose a tag to compare

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

12 Aug 00:10
243af71
Compare
Choose a tag to compare

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

08 Jul 01:49
1a8a1e7
Compare
Choose a tag to compare

Add call for the export command help response in the main help function

1.3.0-Progress

05 Jul 01:42
0e8f455
Compare
Choose a tag to compare

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

02 Jul 04:02
4ee593f
Compare
Choose a tag to compare

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

24 Jun 03:08
5f121b5
Compare
Choose a tag to compare

A small update that fixes two bugs.

  1. flattool update-check will now bypass the time limit so that you can actually install an update after checking for one
  2. 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

21 Jun 04:09
1e6eb0b
Compare
Choose a tag to compare

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