Overview
Request 1073495 accepted
- Update to version 1.6.3
* Update copyright year and bug report address
* history: Fix inactive copy button (Fixes #54)
* Shorten the selection text in menu
* Move text shorten code to common function
* build: Fix autotools warnings
* Allow to clear history when only selection is visible
* Fix blurry images in plugin menu when UI scale > 1
* Fix link in README
* Remove ENABLE_NLS ifdefs
* Update `.gitignore`
* Add primary clipboard persistence
* [PATCH] build: Fix intltool lock file problem during make distcheck
* Fix text preview
* Replace `g_malloc0()` with safer alternative `g_new0()`
* Use `filename` before freeing it
* Fix invalid "Show full history..." menu item behavior (#29)
* Fix GLib macro expansion compiler warnings
* Update copyright year
* Check if already running before adding as panel plugin
* Do not try to register application twice
* Correctly handle a timeout source life cycle within a function
* Fix Gtk-CRITICAL when showing main menu
* Require glib 2.60
* Translation Updates
Request History
manfred-h created request
- Update to version 1.6.3
* Update copyright year and bug report address
* history: Fix inactive copy button (Fixes #54)
* Shorten the selection text in menu
* Move text shorten code to common function
* build: Fix autotools warnings
* Allow to clear history when only selection is visible
* Fix blurry images in plugin menu when UI scale > 1
* Fix link in README
* Remove ENABLE_NLS ifdefs
* Update `.gitignore`
* Add primary clipboard persistence
* [PATCH] build: Fix intltool lock file problem during make distcheck
* Fix text preview
* Replace `g_malloc0()` with safer alternative `g_new0()`
* Use `filename` before freeing it
* Fix invalid "Show full history..." menu item behavior (#29)
* Fix GLib macro expansion compiler warnings
* Update copyright year
* Check if already running before adding as panel plugin
* Do not try to register application twice
* Correctly handle a timeout source life cycle within a function
* Fix Gtk-CRITICAL when showing main menu
* Require glib 2.60
* Translation Updates
mauriziogalli accepted request
LGTM thanks