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
|