Edited online authored by Yuya Nishihara's avatar Yuya Nishihara
......@@ -4,6 +4,7 @@
== Bug Fixes ==
* chunks: honor file encoding when displaying diffs (fixes #3660)
* copypatch: make revision 0 exportable to clipboard (fixes #3652)
* shellconf: the label is utf8 encoding. Convert to unicode by decode()
* sync: open email dialog with numeric revs so that they can be sorted correctly
......@@ -11,6 +12,7 @@
== Improvements ==
* fileview: save last selected encoding as widget's default (refs #3620)
* qfold: accept command by Ctrl+Return like commit or email dialog (closes #3650)
== Installer ==
......
......