Alexei Sorokin
2016-03-10 11:31:53 +00:00
committed by Git OBS Bridge
parent 753cef49d5
commit 6d995bd91a
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 9 18:09:32 UTC 2016 - sor.alexei@meowr.ru
- Update to 2.8.7:
* Improve context menu toggle:
- shows separate distinct regions of the menu item now;
- tooltip manifests as right-justified text next to the toggle
icon.
* Use g_strcmp0 instead of unsafe strcmp.
* file: Don't crash when the original file path has reserved
characters.
* file-operations: Make sure to use correct filename when
restoring from Trash.
* file-utils: Ensure directories exist before restoring from trash.
-------------------------------------------------------------------
Fri Nov 27 11:09:29 UTC 2015 - sor.alexei@meowr.ru