annotate CHANGELOG @ 655:68494beada6e

Ignore .msi files
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Fri, 25 Jan 2013 15:33:35 +0000
parents 90da5af6a952
children ff0b814d6a80
rev   line source
Chris@610 1
Chris@610 2 Changes in v1.2.2 since v1.2.1:
Chris@610 3 * Fix failure to provide IV arg to AES CBC constructor in PyCrypto
Chris@610 4 * Update the history after a failed merge to show the merge
Chris@610 5 * Clear the history while cloning a new repo
Chris@610 6 * Show a sensible error when clone target can't be created
Chris@610 7 * Minor improvements to zooming in history widget
Chris@610 8 * Various other minor fixes
Chris@610 9
Chris@610 10 Changes in v1.2.1 since v1.2:
Chris@610 11 * Fix a filesystem watcher bug (affecting OS/X only)
Chris@610 12
Chris@578 13 Changes in v1.2 since v1.1:
Chris@578 14
Chris@578 15 * Add a Find function to both My Work and History tabs
Chris@578 16 * Add a Cancel button to the progress bar in the status line when
Chris@578 17 carrying out network operations
Chris@578 18 * Remove Refresh button from the toolbar. This button was found to be
Chris@578 19 causing significant confusion, as some users interpreted it as
Chris@578 20 meaning resynchronise with the server, while in fact all it did was
Chris@578 21 re-read the local working copy. The function is still present, but
Chris@578 22 has been relegated to File -> Re-Read Working Folder
Chris@578 23 * Rework the filesystem watcher code, making it generally more
Chris@578 24 reliable (a requirement for removing the Refresh button)
Chris@578 25 * Fix problem with return codes in Mercurial 2.1 causing push and
Chris@578 26 pull to be reported as failing
Chris@578 27 * Make it possible to clear the remote repository URL
Chris@578 28 * Switch the Windows installer from InstallJammer to WiX
Chris@578 29
Chris@536 30 Changes in v1.1 since v1.0.1:
Chris@536 31
Chris@536 32 * Closed branches are now supported: you can close a branch in EasyMercurial
Chris@536 33 and closed branches are truncated by default
Chris@536 34 * Bookmarks are now displayed, though you still cannot create them
Chris@536 35 * Fix excessive window size when very long URL or filename used
Chris@536 36 * Fix inconsistent state following a merge that results in no changes
Chris@536 37 * Improve server port detection when sharing repository
Chris@536 38 * Add help topic for merge
Chris@536 39 * Update program icon!
Chris@536 40