Skip to content

Tags: Mai-xiyu/Paste-Tool

Tags

v0.4.2

Toggle v0.4.2's commit message
Document Ubuntu GNOME support

v0.4.0

Toggle v0.4.0's commit message
Release v0.4.0

v0.3.1

Toggle v0.3.1's commit message
Release v0.3.1

v0.3.0

Toggle v0.3.0's commit message
Release v0.3.0

v0.2.0

Toggle v0.2.0's commit message
fix: generate tray icon programmatically instead of using fromTheme

QIcon::fromTheme does not work on Windows (no freedesktop icon themes).
Draw a clipboard-shaped icon via QPainter/QPixmap for cross-platform support.

v0.1.3

Toggle v0.1.3's commit message
Fix hotkey registration: no longer force-quit on conflict, allow no-h…

…otkey mode

- Startup: if default hotkey is occupied, prompt user to change instead of exiting
- User can cancel and run in no-hotkey mode (tray menu still works)
- Add hotkeyRegistered state tracking in Win32AppState
- Tooltip shows '未设置热键' when no hotkey is active
- Fix AppSaveHotkeyToRegistry: use RegCreateKeyExW instead of RegOpenKeyExW
- Fix AppShowChangeHotkeyDialog: avoid re-registering window class
- Bump version to 0.1.3

v0.1.2

Toggle v0.1.2's commit message
Bump version to 0.1.2

v0.1.1

Toggle v0.1.1's commit message
Bump version to 0.1.1