annotate CHANGELOG @ 600:641ccce7c771

Avoid messing with font size when zooming, let it zoom naturally; don't delete detail item when removing it, just let it wait to be shown again (and do delete it when deleting main item)
author Chris Cannam
date Fri, 11 May 2012 17:44:33 +0100
parents 2c106ea908b5
children 90da5af6a952
rev   line source
Chris@578 1 Changes in v1.2 since v1.1:
Chris@578 2
Chris@578 3 * Add a Find function to both My Work and History tabs
Chris@578 4 * Add a Cancel button to the progress bar in the status line when
Chris@578 5 carrying out network operations
Chris@578 6 * Remove Refresh button from the toolbar. This button was found to be
Chris@578 7 causing significant confusion, as some users interpreted it as
Chris@578 8 meaning resynchronise with the server, while in fact all it did was
Chris@578 9 re-read the local working copy. The function is still present, but
Chris@578 10 has been relegated to File -> Re-Read Working Folder
Chris@578 11 * Rework the filesystem watcher code, making it generally more
Chris@578 12 reliable (a requirement for removing the Refresh button)
Chris@578 13 * Fix problem with return codes in Mercurial 2.1 causing push and
Chris@578 14 pull to be reported as failing
Chris@578 15 * Make it possible to clear the remote repository URL
Chris@578 16 * Switch the Windows installer from InstallJammer to WiX
Chris@578 17
Chris@536 18 Changes in v1.1 since v1.0.1:
Chris@536 19
Chris@536 20 * Closed branches are now supported: you can close a branch in EasyMercurial
Chris@536 21 and closed branches are truncated by default
Chris@536 22 * Bookmarks are now displayed, though you still cannot create them
Chris@536 23 * Fix excessive window size when very long URL or filename used
Chris@536 24 * Fix inconsistent state following a merge that results in no changes
Chris@536 25 * Improve server port detection when sharing repository
Chris@536 26 * Add help topic for merge
Chris@536 27 * Update program icon!
Chris@536 28