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

0.4rc1 update release notes for 0.4

Changeset 5a9d20cfcb29

Parent ebb9a8b7e155

by TK Soh

Changes to one file · Browse files at 5a9d20cfcb29 Showing diff from parent ebb9a8b7e155 Diff from another changeset...

Change 1 of 1 Show Entire File ReleaseNotes.txt Stacked
 
8
9
10
 
 
 
 
11
12
 
13
14
 
 
15
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
18
19
 
 
 
 
 
 
 
 
20
21
22
 
23
24
 
 
 
 
 
 
 
 
 
25
26
 
27
28
29
 
8
9
10
11
12
13
14
15
 
16
17
18
19
20
21
 
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
38
39
40
41
42
43
44
45
46
47
 
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
@@ -8,22 +8,58 @@
   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. +   * Changeset viewer shows 'MAR' file status and uses background threads - to load changeset diffs. File list has been moved to the left hand + to load changeset diffs. File list has been moved to the left hand   side.   + * Added 'strip' and 'backout' functions to history browser. +   * Two convenience functions added to Synchronize dialog: 'View Pulled - Changes', and 'Update to Tip' + Changes', and 'Update to Tip'. Also added support for Fetch extension + to Synchronize dialog. + + * Grep searches in Datamine dialog can now be interrupted. + + * Recall recently committed messages in native Commit dialog + + * Recall recently accessed source and destination paths in Synchronize + and Clone dialogs + + * Add column for user names on annotate pages of Datamine dialog. + + * Hgk ('Revision Graph') is officially replaced by TortoiseHg's + history browser.     * Installer now requires admin priviledges in order to prevent an - upgrade from requiring two reboots. + upgrade from requiring two reboots. + + * New TortoiseHg logo in About dialog, contributed by Peer Sommerlund. + + * Updated Hg icon (on context menu and dialogs) to new droplet design + from Mercurial 1.0 + + * Several minor bugfixes and improvements.    Bug Fixes in 0.4: - * [ 1884919 ] Change Log hscroller +   * TortoiseHg program groups now read 'hgproc' with hg.ico.   In earlier versions, it used 'Python' with python.ico + * Fixed random crashes on web server. + * Fixed addremove behavior in Commit dialog + * [ 1884919 ] Change Log hscroller + * [ 1925985 ] HTTP port field not effective + * [ 1914859 ] Global options should show up more often + * [ 1914550 ] Changelog: Problems with german umlaut characters + * [ 1902446 ] Commit claims file not under root while kdiff is open. + * [ 1895443 ] Overlay: ThreadingModel registry setting + * [ 1892791 ] Windows Explorer painfully slow for network drives    Fixes in Mercurial since 0.3: +   * qimport fixed on Windows   * new built-in filemerge system replaces hgmerge patches   * many fixes for keyword extension