annotate CHANGELOG @ 714:540bda2e71b1

Add Mercurial as dependency
author Chris Cannam
date Wed, 12 Dec 2018 12:08:43 +0000
parents b1ba156b66e6
children adc3c445a07f
rev   line source
Chris@659 1
Chris@659 2 Changes in v1.3.0 since v1.2.2:
Chris@659 3 * Some new preferences and adjustments to prefs layout (Sam Izzo)
Chris@659 4 * Some new keyboard shortcuts (Sam Izzo)
Chris@659 5 * Add "Show in Explorer" to context menu (platform-dependent) (Sam Izzo)
Chris@659 6 * Avoid reseeking history to bottom on closing a branch (Felipe Pozo)
Chris@659 7 * Add optional limit to number of items in graph (Mikel Fernandez)
Chris@659 8 * Use HKMU registry option for smoother install on Windows multi-user setup
Chris@660 9 * Show tag if present on merge commit
Chris@660 10 * Avoid issuing dire warning when closing only one head of default branch
Chris@659 11 * Fix toolbar layout when building with Qt 4.8
Chris@610 12
Chris@610 13 Changes in v1.2.2 since v1.2.1:
Chris@610 14 * Fix failure to provide IV arg to AES CBC constructor in PyCrypto
Chris@610 15 * Update the history after a failed merge to show the merge
Chris@610 16 * Clear the history while cloning a new repo
Chris@610 17 * Show a sensible error when clone target can't be created
Chris@610 18 * Minor improvements to zooming in history widget
Chris@610 19 * Various other minor fixes
Chris@610 20
Chris@610 21 Changes in v1.2.1 since v1.2:
Chris@610 22 * Fix a filesystem watcher bug (affecting OS/X only)
Chris@610 23
Chris@578 24 Changes in v1.2 since v1.1:
Chris@578 25
Chris@578 26 * Add a Find function to both My Work and History tabs
Chris@578 27 * Add a Cancel button to the progress bar in the status line when
Chris@578 28 carrying out network operations
Chris@578 29 * Remove Refresh button from the toolbar. This button was found to be
Chris@578 30 causing significant confusion, as some users interpreted it as
Chris@578 31 meaning resynchronise with the server, while in fact all it did was
Chris@578 32 re-read the local working copy. The function is still present, but
Chris@578 33 has been relegated to File -> Re-Read Working Folder
Chris@578 34 * Rework the filesystem watcher code, making it generally more
Chris@578 35 reliable (a requirement for removing the Refresh button)
Chris@578 36 * Fix problem with return codes in Mercurial 2.1 causing push and
Chris@578 37 pull to be reported as failing
Chris@578 38 * Make it possible to clear the remote repository URL
Chris@578 39 * Switch the Windows installer from InstallJammer to WiX
Chris@578 40
Chris@536 41 Changes in v1.1 since v1.0.1:
Chris@536 42
Chris@536 43 * Closed branches are now supported: you can close a branch in EasyMercurial
Chris@536 44 and closed branches are truncated by default
Chris@536 45 * Bookmarks are now displayed, though you still cannot create them
Chris@536 46 * Fix excessive window size when very long URL or filename used
Chris@536 47 * Fix inconsistent state following a merge that results in no changes
Chris@536 48 * Improve server port detection when sharing repository
Chris@536 49 * Add help topic for merge
Chris@536 50 * Update program icon!
Chris@536 51