Skip to content

Releases: kekePower/ssdd

ssdd 2.0

12 Sep 23:54
Compare
Choose a tag to compare

This is a major bump as I've ported ssdd to GTK4.

It's still the same clean and quick app you're used to, just with a fresh, new look.

Enjoy!

ssdd v1.6 released

10 Aug 07:41
Compare
Choose a tag to compare

This is a breaking change to the config file going from just listing the commands to using KEY=VALUE.
You may have to delete your current $HOME/.config/ssdd/config file.

Enjoy!

Full Changelog: v1.5...v1.6

ssdd v1.5 released

09 Aug 21:08
Compare
Choose a tag to compare

Version 1.5 comes with tiny, but important changes.

  • Renamed About button to Settings.
  • You can now configure the command for each of the buttons.
  • The About dialog is now in its own tab next to Settings.
  • PREFIX in the Makefile is now configurable. README.md is updated to reflect this change.

This means that you can now configure the command used for every button and if you're using a system without SystemD, you are now free to use other commands. I'm using Mageia Linux and it uses SystemD, hence the default in the first few releases.

Enjoy!

Full Changelog: v1.4...v1.5

ssdd v1.4 released

27 Jul 23:15
Compare
Choose a tag to compare

Made a few adjustments to the buttons. There was a space between the rows of buttons that I didn't like, so I removed it. I also added a bit of space within the buttons.

Enjoy!

ssdd v1.3 released

12 Jul 06:59
Compare
Choose a tag to compare

This release contains only minor changes that really are not bugs, just improvements.

Changelog:

- Added `resources.c` and `resources.h` to the `.gitignore` file.
- Modified the `execute_command` function to use `g_spawn_command_line_async` for asynchronous command execution.
- Updated the `show_confirmation_dialog` function to display a GTK dialog with a warning icon and improved layout.
- Added a margin to the buttons in the `create_button` function for better spacing.
- Improved error handling for loading the window icon in the `activate` function.
- Updated README.md with more information about manually compiling ssdd

Enjoy!