Chris@659: Chris@659: Changes in v1.3.0 since v1.2.2: Chris@659: * Some new preferences and adjustments to prefs layout (Sam Izzo) Chris@659: * Some new keyboard shortcuts (Sam Izzo) Chris@659: * Add "Show in Explorer" to context menu (platform-dependent) (Sam Izzo) Chris@659: * Avoid reseeking history to bottom on closing a branch (Felipe Pozo) Chris@659: * Add optional limit to number of items in graph (Mikel Fernandez) Chris@659: * Use HKMU registry option for smoother install on Windows multi-user setup Chris@660: * Show tag if present on merge commit Chris@660: * Avoid issuing dire warning when closing only one head of default branch Chris@659: * Fix toolbar layout when building with Qt 4.8 Chris@610: Chris@610: Changes in v1.2.2 since v1.2.1: Chris@610: * Fix failure to provide IV arg to AES CBC constructor in PyCrypto Chris@610: * Update the history after a failed merge to show the merge Chris@610: * Clear the history while cloning a new repo Chris@610: * Show a sensible error when clone target can't be created Chris@610: * Minor improvements to zooming in history widget Chris@610: * Various other minor fixes Chris@610: Chris@610: Changes in v1.2.1 since v1.2: Chris@610: * Fix a filesystem watcher bug (affecting OS/X only) Chris@610: Chris@578: Changes in v1.2 since v1.1: Chris@578: Chris@578: * Add a Find function to both My Work and History tabs Chris@578: * Add a Cancel button to the progress bar in the status line when Chris@578: carrying out network operations Chris@578: * Remove Refresh button from the toolbar. This button was found to be Chris@578: causing significant confusion, as some users interpreted it as Chris@578: meaning resynchronise with the server, while in fact all it did was Chris@578: re-read the local working copy. The function is still present, but Chris@578: has been relegated to File -> Re-Read Working Folder Chris@578: * Rework the filesystem watcher code, making it generally more Chris@578: reliable (a requirement for removing the Refresh button) Chris@578: * Fix problem with return codes in Mercurial 2.1 causing push and Chris@578: pull to be reported as failing Chris@578: * Make it possible to clear the remote repository URL Chris@578: * Switch the Windows installer from InstallJammer to WiX Chris@578: Chris@536: Changes in v1.1 since v1.0.1: Chris@536: Chris@536: * Closed branches are now supported: you can close a branch in EasyMercurial Chris@536: and closed branches are truncated by default Chris@536: * Bookmarks are now displayed, though you still cannot create them Chris@536: * Fix excessive window size when very long URL or filename used Chris@536: * Fix inconsistent state following a merge that results in no changes Chris@536: * Improve server port detection when sharing repository Chris@536: * Add help topic for merge Chris@536: * Update program icon! Chris@536: