comparison CHANGELOG @ 578:2c106ea908b5

Add Help topic for remembering password; update CHANGELOG
author Chris Cannam
date Wed, 07 Mar 2012 14:23:56 +0000
parents 5f04fa848f34
children 90da5af6a952
comparison
equal deleted inserted replaced
576:cc62862d21a4 578:2c106ea908b5
1 Changes in v1.2 since v1.1:
2
3 * Add a Find function to both My Work and History tabs
4 * Add a Cancel button to the progress bar in the status line when
5 carrying out network operations
6 * Remove Refresh button from the toolbar. This button was found to be
7 causing significant confusion, as some users interpreted it as
8 meaning resynchronise with the server, while in fact all it did was
9 re-read the local working copy. The function is still present, but
10 has been relegated to File -> Re-Read Working Folder
11 * Rework the filesystem watcher code, making it generally more
12 reliable (a requirement for removing the Refresh button)
13 * Fix problem with return codes in Mercurial 2.1 causing push and
14 pull to be reported as failing
15 * Make it possible to clear the remote repository URL
16 * Switch the Windows installer from InstallJammer to WiX
17
1 Changes in v1.1 since v1.0.1: 18 Changes in v1.1 since v1.0.1:
2 19
3 * Closed branches are now supported: you can close a branch in EasyMercurial 20 * Closed branches are now supported: you can close a branch in EasyMercurial
4 and closed branches are truncated by default 21 and closed branches are truncated by default
5 * Bookmarks are now displayed, though you still cannot create them 22 * Bookmarks are now displayed, though you still cannot create them