Mercurial > hg > easyhg
view CHANGELOG @ 698:52b8a499f379
Further packaging/signing fixes
author | Chris Cannam |
---|---|
date | Mon, 10 Dec 2018 17:52:27 +0000 |
parents | b1ba156b66e6 |
children | adc3c445a07f |
line wrap: on
line source
Changes in v1.3.0 since v1.2.2: * Some new preferences and adjustments to prefs layout (Sam Izzo) * Some new keyboard shortcuts (Sam Izzo) * Add "Show in Explorer" to context menu (platform-dependent) (Sam Izzo) * Avoid reseeking history to bottom on closing a branch (Felipe Pozo) * Add optional limit to number of items in graph (Mikel Fernandez) * Use HKMU registry option for smoother install on Windows multi-user setup * Show tag if present on merge commit * Avoid issuing dire warning when closing only one head of default branch * Fix toolbar layout when building with Qt 4.8 Changes in v1.2.2 since v1.2.1: * Fix failure to provide IV arg to AES CBC constructor in PyCrypto * Update the history after a failed merge to show the merge * Clear the history while cloning a new repo * Show a sensible error when clone target can't be created * Minor improvements to zooming in history widget * Various other minor fixes Changes in v1.2.1 since v1.2: * Fix a filesystem watcher bug (affecting OS/X only) Changes in v1.2 since v1.1: * Add a Find function to both My Work and History tabs * Add a Cancel button to the progress bar in the status line when carrying out network operations * Remove Refresh button from the toolbar. This button was found to be causing significant confusion, as some users interpreted it as meaning resynchronise with the server, while in fact all it did was re-read the local working copy. The function is still present, but has been relegated to File -> Re-Read Working Folder * Rework the filesystem watcher code, making it generally more reliable (a requirement for removing the Refresh button) * Fix problem with return codes in Mercurial 2.1 causing push and pull to be reported as failing * Make it possible to clear the remote repository URL * Switch the Windows installer from InstallJammer to WiX Changes in v1.1 since v1.0.1: * Closed branches are now supported: you can close a branch in EasyMercurial and closed branches are truncated by default * Bookmarks are now displayed, though you still cannot create them * Fix excessive window size when very long URL or filename used * Fix inconsistent state following a merge that results in no changes * Improve server port detection when sharing repository * Add help topic for merge * Update program icon!