318 Commits

Author SHA1 Message Date
kdusek
c49f761f93 Add fpm to PATH
Some checks failed
build / build-linux (push) Successful in 16s
release / build-deb (push) Successful in 49s
release / release (push) Failing after 8s
v0.5.13
2025-12-07 23:36:36 +01:00
kdusek
ca05007197 Add debug steps for fpm and deb file
Some checks failed
build / build-linux (push) Successful in 16s
release / build-deb (push) Successful in 48s
release / release (push) Failing after 8s
v0.5.12
2025-12-07 23:33:31 +01:00
kdusek
c2473ad714 Use tag version for deb package
Some checks failed
build / build-linux (push) Successful in 16s
release / build-deb (push) Successful in 48s
release / release (push) Failing after 8s
v0.5.11
2025-12-07 23:30:43 +01:00
kdusek
56bebb4be7 Specify artifact name in download
Some checks failed
build / build-linux (push) Successful in 16s
release / build-deb (push) Successful in 1m29s
release / release (push) Failing after 8s
v0.5.10
2025-12-07 23:27:13 +01:00
kdusek
e9bcac4f04 Install Ruby before fpm in CI
Some checks failed
build / build-linux (push) Successful in 16s
release / build-deb (push) Successful in 1m29s
release / release (push) Failing after 17s
v0.5.9
2025-12-07 23:23:07 +01:00
kdusek
e2b94e2c23 Remove sudo from gem install fpm
Some checks failed
build / build-linux (push) Successful in 15s
release / build-deb (push) Failing after 34s
release / release (push) Has been skipped
v0.5.8
2025-12-07 23:21:36 +01:00
kdusek
60a5ed63c5 Add correct libpython path for GitHub Actions toolcache
Some checks failed
build / build-linux (push) Successful in 17s
release / build-deb (push) Failing after 35s
release / release (push) Has been skipped
v0.5.7
2025-12-07 23:18:47 +01:00
kdusek
6a1fe63684 Remove hardcoded libpython binaries and add debug step
All checks were successful
build / build-linux (push) Successful in 16s
2025-12-07 23:15:18 +01:00
kdusek
308ce7768e Make PyInstaller spec dynamic for any Python 3.x version
Some checks failed
build / build-linux (push) Successful in 15s
release / build-deb (push) Failing after 10s
release / release (push) Has been skipped
2025-12-07 23:13:24 +01:00
kdusek
397dc267f6 Update PyInstaller spec for Python 3.13
All checks were successful
build / build-linux (push) Successful in 15s
2025-12-07 23:12:47 +01:00
kdusek
6be8dd5b32 Replace PyPI publishing with Debian package build in release workflow
Some checks failed
build / build-linux (push) Successful in 15s
release / build-deb (push) Failing after 13s
release / release (push) Has been skipped
2025-12-07 23:06:32 +01:00
kdusek
3edb268c6d Downgrade artifact actions to v3 for Gitea compatibility
Some checks failed
build / build-linux (push) Successful in 25s
release / pypi (push) Failing after 16s
release / release (push) Has been skipped
2025-12-07 22:55:54 +01:00
kdusek
5c4fa8836e Remove Windows and macOS builds from CI, keep only Linux
Some checks failed
build / build-linux (push) Failing after 16s
2025-12-07 22:52:54 +01:00
kdusek
5138303016 Fix tray visibility and message reception issues
Some checks failed
build / build-pip (push) Failing after 16s
build / build-win64 (push) Has been cancelled
build / build-macos (push) Has been cancelled
- Disable sound initialization to prevent hanging
- Add missing import re in utils.py
- Fix settings loading for QSettings
- Update file paths to use PROJECT_ROOT
- Revert to working API paths and listener from commit efdc63e
2025-12-07 22:39:07 +01:00
kdusek
7b695d7b7f Fix compatibility issues with Qt/PyQt6 versions
Some checks failed
build / build-pip (push) Failing after 11s
build / build-win64 (push) Has been cancelled
build / build-macos (push) Has been cancelled
- Add null check for message.message in search filter
- Handle missing colorScheme/colorSchemeChanged methods for older Qt versions
- Add display check to prevent hanging in headless environments
- Update build documentation with system package alternative
- Update PyInstaller spec for Python 3.12
- Improve run.sh script with venv management
2025-12-06 04:00:10 +01:00
kdusek
2b3d9eb07f Add search feature for Gotify alerts
Some checks failed
build / build-pip (push) Failing after 12s
build / build-win64 (push) Has been cancelled
build / build-macos (push) Has been cancelled
2025-12-06 03:10:41 +01:00
kdusek
d0941fd7ab Update gotify-tray.spec
Some checks failed
build / build-pip (push) Failing after 13s
build / build-win64 (push) Has been cancelled
build / build-macos (push) Has been cancelled
2025-12-06 03:06:03 +01:00
kdusek
efdc63e1ab Remove subject filtering, keep only priority buttons
Some checks failed
build / build-pip (push) Failing after 12s
build / build-win64 (push) Has been cancelled
build / build-macos (push) Has been cancelled
- Remove subject filter menu and related code
- Simplify filtering to priority groups only
- Keep Remove Filters button for priority reset
- Clean up unused code and UI elements
2025-12-01 18:03:54 +01:00
kdusek
4c3b6925e5 Add message filtering by priority and subject, with CRITICAL always visible
- Implement MessagesProxyModel for client-side filtering
- Add priority filter buttons (LOW 0-3, NORMAL 4-8, HIGH 9, CRITICAL 10 always shown)
- Add subject filter menu with checkable actions for message titles
- Add Remove Filters button to reset all filters
- Restore priority 10 persistent notification setting in options
- Fix settings dialog errors and update UI layouts
- Ensure CRITICAL priority messages cannot be filtered out but can toggle persistent pop-ups
2025-12-01 18:02:05 +01:00
kdusek
09f85c5902 Remove invalid pyqt6-qt6-multimedia dependency and add build.sh script for easy compilation
Some checks failed
build / build-pip (push) Failing after 26s
build / build-win64 (push) Has been cancelled
build / build-macos (push) Has been cancelled
2025-11-27 10:01:39 +01:00
kdusek
a797f4ccf1 Update documentation
Some checks failed
build / build-pip (push) Failing after 8s
build / build-win64 (push) Has been cancelled
build / build-macos (push) Has been cancelled
- Add repository details to AGENTS.md for customized repo
- Add customizations section to README.md describing new features:
  - Persistent notifications for priority 10 with flashing
  - Sound control for priority 10 only
  - Stacking multiple notifications
  - Tray icon click to close all
2025-11-26 15:17:43 +01:00
kdusek
2108568f50 Add persistent notifications for priority 10 messages
Some checks failed
build / build-pip (push) Failing after 1m13s
build / build-win64 (push) Has been cancelled
build / build-macos (push) Has been cancelled
- Implement custom PersistentNotification widget with flashing background
- Add settings for persistent priority 10 notifications and sound control
- Modify notification logic to show persistent pop-ups for priority 10
- Allow closing all persistent notifications via tray icon click
- Add AGENTS.md with type checking guidelines
- Configure pyright to suppress PyQt6 false positives
- Update UI in settings dialog for new options
- Add notification sound file
2025-11-26 15:10:50 +01:00
seird
4e4fd9cdc9 Merge pull request #45 from hydrargyrum/develop
mainwindow: add standard shortcut for "refresh" button
2025-04-05 19:05:26 +02:00
Hg
a8a03321f2 mainwindow: add standard shortcut for "refresh" button 2025-04-05 09:07:48 +02:00
dries.k
490044d9a7 update widgets_settings design 2025-03-27 18:32:58 +01:00
seird
a3ae246580 Merge pull request #44 from hydrargyrum/patch-1
widget_settings.ui: allow minimum priority of 0
2025-03-27 18:27:10 +01:00
hydrargyrum
0730c160f6 widget_settings.ui: allow minimum priority of 0
it's a valid priority for gotify

closes #43
2025-03-27 10:45:21 +01:00
dries.k
ed815fb459 fix typo in setup.py 2024-10-29 17:15:07 +01:00
dries.k
05da3a8295 v0.5.3 2024-10-29 17:10:20 +01:00
dries.k
f40f154f30 remove linux builds 2024-10-29 16:58:20 +01:00
dries.k
4e34c5e614 update github actions 2024-10-29 16:52:18 +01:00
dries.k
3ee3942c01 update application name 2024-10-29 16:51:41 +01:00
dries.k
8062c58eba fix: pyqt import error (?) 2024-08-27 16:26:16 +02:00
dries.k
4a1f1804c1 don't set palette 2024-05-18 00:07:59 +02:00
dries.k
a8d77773b9 update requirements 2024-05-18 00:04:37 +02:00
dries.k
7f10d0c0a1 simplify VerifyServerInfoTask 2024-05-18 00:04:04 +02:00
dries.k
8f2203d47a setDesktopFileName for wayland icon 2024-05-17 23:53:02 +02:00
dries.k
7a173dbf94 add option to disable showing image urls as images 2024-05-17 23:52:31 +02:00
dries.k
357cd89e25 v0.5.2 2023-08-27 21:14:06 +02:00
dries.k
ccb4e9ffe2 update readme 2023-08-27 21:12:09 +02:00
dries.k
926c7d3b20 read version from file in develop workflow 2023-08-22 21:03:07 +02:00
dries.k
0f5caf1b9d use fpm to build deb; installs to /opt/gotify-tray/ 2023-08-22 20:59:30 +02:00
dries.k
851056852d show version in settings window 2023-08-22 20:49:24 +02:00
dries.k
de7229e911 rename method 2023-08-19 17:27:11 +02:00
dries.k
b569eee977 write a settings value only if it has been changed 2023-08-18 00:03:16 +02:00
dries.k
b4accedd61 Merge branch 'application-order' 2023-08-17 23:25:00 +02:00
dries.k
bc4c83b71c fix incorrect out of focus colors on some desktop environments 2023-08-17 23:12:45 +02:00
dries.k
db8bfc0f44 remove websocket-client dependency in favor of QWebSocket 2023-08-05 16:36:12 +02:00
dries.k
6b5434978b remove python-dateutil dependency in favor of QDateTime 2023-08-05 15:21:28 +02:00
dries.k
804f6eb05b make gotify api return values uniform 2023-07-09 18:34:02 +02:00