Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc2, 0.4rc3, and 0.4rc4

update release note for 0.4rc2

Changeset ab58d6495d47

Parent a0702e54ba5b

by TK Soh

Changes to one file · Browse files at ab58d6495d47 Showing diff from parent a0702e54ba5b Diff from another changeset...

Change 1 of 4 Show Entire File ReleaseNotes.txt Stacked
 
6
7
8
 
9
10
 
11
12
13
 
19
20
21
22
23
 
 
 
24
25
26
 
44
45
46
47
 
48
49
50
 
58
59
60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
62
63
 
6
7
8
9
10
 
11
12
13
14
 
20
21
22
 
 
23
24
25
26
27
28
 
46
47
48
 
49
50
51
52
 
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
@@ -6,8 +6,9 @@
 what bugs have been fixed, and what features have been added in the current  version.   +  New features in 0.4 - +   * Added user config 'tortoisehg.overlayicons' [True|False|localdisks],   to enable/disable overlay icons in selected repos. The 'localdisks'   global option disables overlay icons for repos reside on network drives. @@ -19,8 +20,9 @@
  * Added 'strip' and 'backout' functions to history browser.     * Two convenience functions added to Synchronize dialog: 'View Pulled - Changes', and 'Update to Tip'. Also added support for Fetch extension - to Synchronize dialog. + Changes', and 'Update to Tip'. + + * Added support for Fetch extension to Synchronize dialog [ 1914855 ].     * Grep searches in Datamine dialog can now be interrupted.   @@ -44,7 +46,7 @@
    * Several minor bugfixes and improvements.   -Bug Fixes in 0.4: +Bug fixes in 0.4:     * TortoiseHg program groups now read 'hgproc' with hg.ico.   In earlier versions, it used 'Python' with python.ico @@ -58,6 +60,23 @@
  * [ 1895443 ] Overlay: ThreadingModel registry setting   * [ 1892791 ] Windows Explorer painfully slow for network drives   +Changes and bug fixes since 0.4RC1: + + * Added buttons to stop command execution in Synchronize, Recovery, + as well as any dialogs that use hgcmd dialog, including Update and + Clone dialogs. + * Show progress on status bar when updating changeset viewer. + * [ Feature 1944469 ] Save and recall pull-update option in Synchronize + dialog across sessions. + * [ Bug 1939794 ] Unable to Merge changes with builtin commit UI. + * [ Bug 1941545 ] Clone log window doesn't scroll. + * [ Bug 1943382 ] hgproc.bat not executable without "installer" + * [ Bug 1941368 ] Configure Repository "Test" button results broken. + * [ Bug 1939911 ] Modal Dialogs aren't staying on top on application switch + * [ Bug 1941376 ] hgtk with no parameters gives no help. + * [ Bug 1937966 ] Changelog: utf8 messages handled incorrectly + * [ Bug 1942777 ] National characters are not handled correctly. +  Fixes in Mercurial since 0.3:     * qimport fixed on Windows