Skip to content

Releases: techmanwalker/beekeeper-qt

v1.3.4

04 Apr 03:45

Choose a tag to compare

This update focuses on enforcing the optimistic UI approach this project relies on to stay performant.

Now, start and pause immediately reflect their status in the GUI, and correct themselves afterwards if something gone wrong.

Additionally, the systemd service files were renamed. Now you enable the service with sudo systemctl enable beekeeper-qt. Easier to remember.

Full Changelog: v1.3.3...v1.3.4

v1.3.3: Stability release

23 Feb 06:38

Choose a tag to compare

This version fixes issues where beekeeper-qt wasn't aware when a drive was connected, disconnected and even sometimes what drives were connected when the service was started on boot.

Minor optimization release v1.3

30 Jan 05:55

Choose a tag to compare

Brings down the boot time from 10 seconds to 3 seconds.

v1.2.99

14 Jan 05:29

Choose a tag to compare

Greetings! This is a major rework of beekeeper-qt to properly support multiple filesystem setups.

Short changelog

  • Removed all reproducible GUI lockups on beekeeper-qt by making it fully multithreaded
  • Made the backend daemon thebeekeeper fully asynchronic and multithreaded
  • Removed backend crosstalk that caused issues like clicking the buttons acting on the wrong filesystem
  • And more optimization on the GUI!

Expect beekeeper-qt to take longer than usual to load the filesystem list and reacting to changes. More optimization work is underway with v1.3!

Full Changelog: v1.2...v1.2.99

v1.2

29 Dec 08:57

Choose a tag to compare

Minor bugfixes, including fixing an infinite remount loop and fixing the

"started with" indicator

v1.1

19 Nov 04:03

Choose a tag to compare

Remove unused code cruft

First release v1.0

26 Sep 18:39

Choose a tag to compare

This is my first public release ever here on GitHub. The program is fully written right now and is fully functional.

For first release, added:

  • Disk deduplication functionality (based on Zygo/bees)
  • Non-disruptive transparent compression leveraged on the mount utility
  • Automatically start of deduplication and filesystem compression at boot - activate it with systemctl enable org.beekeeper.helper and configure it from within beekeeper-qt
  • Localizations (currently only English and Spanish are supported- feel free to translate)

Some documentation refinements are to be done yet, but the program itself is fully usable. Feel free to share your feedback.

First release v0.9

23 Sep 15:02

Choose a tag to compare

First release