Releases: seird/gotify-tray-cpp
Releases · seird/gotify-tray-cpp
v0.0.12
Bug Fixes
- '\n' not rendered in RichText format (dries.k)
Commits
- af383ec: reduce vertical spacing in message widget (dries.k)
- c83bf32: Merge branch 'tray-icons' (dries.k)
- 0866ac7: update tray icon when closing SettingsDialog closes #11 (dries.k)
- a42b348: add forcePlainText setting (dries.k)
- 76d9d4d: cleanup (dries.k)
- b5585ca: add MessageWidget QTextBrowser fallback option (dries.k)
- 696d6c8: allow 0 minimum priority in settings dialog (dries.k)
- 225c24e: v0.0.12 (dries.k)
v0.0.11
Bug Fixes
- hide content image frame (dries.k)
Commits
- 9ae6f12: update readme (dries.k)
- 4d71d37: adjust ServerInfoDialog size after setting label_status (dries.k)
- 08babc3: add message content image size setting (dries.k)
- 9009128: add develop workflow (dries.k)
- set RichText text format (dries.k)
- 80beb49: set margins in the content image frame to 0 (dries.k)
- 8d229db: update workflow (dries.k)
- bde20c9: v0.0.11 (dries.k)
v0.0.10
v0.0.9
v0.0.8
Features
- Self-signed certificate support (dries.k)
Commits
- a56349b: display image URL as an image in its own QLabel (dries.k)
- 7bec2d7: handle failure of network request in setImage (dries.k)
- a3f94e3: Merge branch 'image-message-widget' (dries.k)
- show image in the notification popup (dries.k)
- fd1fec8: reduce content image width to 0.3 (dries.k)
- display the error string when the verification fails (dries.k)
- 88bae70: v0.0.8 (dries.k)
v0.0.7
v0.0.6
Bug Fixes
- display image url as image (dries.k)
Commits
- 9316a98: remove .desktop suffix (dries.k)
- c3a12f2: add a spacer to the left of the status widget (dries.k)
- c97a84d: update gitignore (dries.k)
- 198ac41: Add KDE notifications (#6) (seird) #6
- 026ad48: Fix displaying HTML URLs (seird) #7
- 622ba08: KDE notifications: make URLs in notification popup clickable (dries.k)
- b1e8296: QUrl::fromLocalFile (dries.k)
- check file.open return value (dries.k)
- markdown URLs (dries.k)
- 366a2e7: set theme when clicking the refresh button (dries.k)
- fa12476: v0.0.6 (dries.k)
v0.0.5
Bug Fixes
- use ConnectedState instead of ListeningState to determine if listener is connected (dries.k)
Commits
- 991f3cd: add option to disable showing image urls as images (dries.k)
- 05ce455: replace deprecated database.exec calls (dries.k)
- 8bbce84: setDesktopFileName for wayland icon (dries.k)
- 877af8c: use notificationClick setting (dries.k)
- d636adc: add gotify-tray-cpp.desktop (dries.k)
- b0c07c7: QTimer singleShot: use class method (dries.k)
- 61268b5: set fusion style only on windows (dries.k)
- 444cf58: rename Listener methods (dries.k)
- 633e3d4: fallback for ColorScheme::Unknown (dries.k)
- e29503c: v0.0.5 (dries.k)