• v2.0 c24db4dcbd

    ssdd 2.0 Stable

    kekePower released this 2024-09-13 01:52:52 +02:00 | 0 commits to master since this release

    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!

    Downloads
  • v1.6 18e6f1a70f

    kekePower released this 2024-08-10 09:39:17 +02:00 | 1 commits to master since this release

    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!

    Downloads
  • v1.5 08e2988776

    kekePower released this 2024-08-09 23:11:10 +02:00 | 4 commits to master since this release

    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!

    Downloads
  • v1.4 8ae0b72624

    kekePower released this 2024-07-28 01:13:31 +02:00 | 6 commits to master since this release

    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!

    Downloads
  • v1.3 65946c76fc

    kekePower released this 2024-07-12 08:14:18 +02:00 | 7 commits to master since this release

    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!

    Downloads
  • v1.2 86c43720cb

    kekePower released this 2024-07-01 23:05:02 +02:00 | 25 commits to master since this release

    This release includes the following changes:

    • Reduced the size of the image in the About dialog and hence reduced the size of the binary from 199kb to 79kb.
    • Did some optimizations in the code.

    Enjoy!

    Downloads
  • v1.1 fcdabcb59d

    kekePower released this 2024-06-30 12:08:14 +02:00 | 29 commits to master since this release

    This is a small update where I added the option to use Escape to close the window and the icon in the About dialog is compiled into the binary file.
    I also experienced an issue where the icons on the buttons were not showing and this is also fixed.

    Enjoy!

    Downloads
  • v1.0 1bb725e725

    kekePower released this 2024-06-28 18:49:45 +02:00 | 33 commits to master since this release

    I'm happy to release version 1.0 of this simple Shutdown program that I am using on my laptop.

    It works as expected and does its job. Nothing fancy.

    Enjoy!

    Downloads