annotate CHANGELOG @ 720:adc3c445a07f

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