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