Skip to content

Pin Terminal Feature Release

Latest

Choose a tag to compare

@bitstrike bitstrike released this 22 Aug 23:04
· 1 commit to feat/pin since this release

This release adds the pin terminal feature with πŸ“ emoji icons. Features include:

  • Tab context menu with 'Toggle auto-hide' option
  • Global pin button with πŸ“ emoji
  • Tab pin icons with πŸ“ emoji
  • State synchronization between tabs, buttons, and hotkeys
  • Fixed import errors (GtkCssProvider and gettext)

The application now runs successfully with the pin terminal functionality working.

Note: This is a source release. Users can build from source using:

git clone https://github.com/bitstrike/guake.git
cd guake
git checkout feat/pin
python3 setup.py build
sudo python3 setup.py install