annotate CHANGELOG @ 659:ff0b814d6a80

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