Edited online authored by Steve Borho's avatar Steve Borho
See **[[ReleaseNotes]]** for bugs fixed in previous releases.
= Changes since 2.7.2 =
= Changes since 2.8 =
== Bug Fixes ==
......@@ -4,13 +4,7 @@
== Bug Fixes ==
* commit: convert options string to a HTML string (fixes #2543)
* manifest: report invalid --line option as error instead of traceback
* repotreeitem: have RepoItem respond to EditRole (fixes #2550)
* repoview: disable hover effect of column header because it has no click action
* run: forcibly use bundled Qt plugins in frozen environment (fixes #2513)
* several GC fixes causing "C++ object has been deleted" (fixes #2554, #2564)
N/A
== Improvements ==
......@@ -14,34 +8,7 @@
== Improvements ==
* annotate: group related context menu items
* annotate: 'Go to Original revision' on Ctrl+click or double click on margin
* commit: allow amending merge revisions when mercurial >= 2.6
* customtools: add 'workingdir' setting, {FILES} and {ALLFILES} variables
* customtools: add a "Custom Tools" submenu to the commit file context dialogs
* customtools: list available icons in setting dialog
* email: remember patch attachment (body, inline, attach) and diffstate options
* fileview: load selected text into searchbar when searchbar is shown
* graph: show graft relations (closes #2008)
* infobar: overlay infobar on top of revision graph (closes #2113)
* lexers: allow user configuration of lexers by file extension
* messageentry: make the lexer optional
* messageentry: improved "Apply Format" behavior
* qscilib: improve the multi-selection behavior
* repomodel: use monospace font for Node and Converted columns
* repofilter: add "Show/Hide hidden changesets" (and visual effect in graph)
* repofilter: better revset detection and visual effect (closes #2019)
* repofilter: remember working branch as special symbol (refs #2206)
* repofilter: show progress/error messages loudly in infobar (closes #344)
* repoview: add option to show full author name (closes #2434)
* repowidget: add menu to copy patch of multi-select to clipboard (closes #2504)
* repowidget: show the actual number of outgoing changesets
* revdetails: add revision details dialog
* settings: improved selection of editor and terminal application
* sync: add option to push without confirmation dialog (closes #190)
* workbench: allow clone dialog to be non-modal
* workbench: add combobox to select push/pull target
* workbench: don't display icons in menu on Mac OS X
N/A
== Installer ==
......@@ -45,7 +12,7 @@
== Installer ==
* enable mercurial_keyring by default on Windows
N/A
== Bug Fixes in Third-party Modules ==
......
......