OSDN Git Service

Remove unnecessary file
[tortoisegit/TortoiseGitJp.git] / src / Changelog.txt
1 Version 0.5.0.0 version(internal)\r
2 Features:\r
3         *Submodule Support.\r
4          Support submodule add, sync and update. \r
5          "Submodule Sync" is located in explore context external menu, which need press "shift" key when right click.\r
6    \r
7         *Improve show log speed at big repository, such as git.git\r
8 \r
9         *OpenSSH can prompt password dialog\r
10 \r
11         *Clone, pull push support both OpenSSH and Plink. \r
12          Support both key and password mode. \r
13          Show progress when clone at git and SSH protocol. \r
14 \r
15         *Stash Save\Apply support\r
16          \r
17         *Reflog support. Need press "shift" to show reflog menu item at context menu. \r
18 \r
19         *Add save special version to another file at file list, such as log dailog.\r
20         \r
21         *Add external diff merge and undiff setting at settings page\r
22 \r
23         *Add Diff with workcopy at file list    \r
24 \r
25         *Add MessageBox Tell user Revert Finished\r
26         \r
27         *Add Notepad2 to setup script to view text file\r
28         \r
29         *Add view in notepad2 at file list\r
30         \r
31         *Add Copy File list to clipboard \r
32 \r
33         *Choose Default SSH client when install TortoiseGit\r
34         \r
35         *Add user config and remote manage at setting dialog\r
36         \r
37         *Pull and push can autoload putty private key. \r
38 \r
39          \r
40 Bug Fix:\r
41         *Fixed Issue 55:  "resolved" function doesn't delete temporary files.\r
42         *Fix: Issue 57:  Data duplication when Clicking Check repository in Check for modification dialog       \r
43         *Fix GetString error when edit at HistoryCombo\r
44         *win2k context menu fix (had an issue when shift key was pressed)\r
45         *Fix crash in logviewer on invalid time strings\r
46         *Issue 61:  Add/Commit of files with umlauts in filename not working  \r
47         \r
48 \r
49 Version 0.4.2.0 version(external)\r
50         *Fix Shell menu disappear because ATL library have not installed. \r
51         *Fix Commit Dialog and Log Dialog default column is wrong \r
52         *Fix some dialog can't show after resize and close and open again\r
53         *Fix ProgressDlg Sometime thread is dead blocked.\r
54 \r
55 Version 0.4.1.0 version(external)\r
56         *Fixed x64 build of TortoiseProc crashed due to received unexpected messages\r
57         *Fix tag to head when *force* check box checked\r
58         *Add Git document to help\r
59 \r
60 Version 0.4.0.0 version(internal)\r
61 Features:\r
62         *Full Overlay Icon Support.\r
63          Show "Conflict, ignore file, untracked file, modified, Add, staged" icon according to file status. \r
64 \r
65         *Rebase Support.\r
66          Support "Pick" "Sqaush" "Edit" and "Skip" commit when rebase branch. \r
67          Support abort.\r
68         \r
69         *Combine Multi-commits to one commit.\r
70          Combine continous commits to one commit. The limition is the only single line(no merge point) above combined commit.\r
71 \r
72         *Cherry Pick multi commits. \r
73          User can use multi commits at log dialog and then choose cherry pick these. Cherry Pick dialog guide you finish whole work. \r
74          Support "Pick" "Squash" "Edit" and "Skip" commits.\r
75         \r
76         *First x64 version. \r
77 \r
78         *Support version "browse" at switch, export, new branch/tag and merge dialogs.\r
79 \r
80         *Add context menu item "Revert" at Commit dialog File List.\r
81 \r
82         *Show bold font for HEAD at log dialog.\r
83         \r
84         *Add "Whole Project" checkbox at commit dialog\r
85 \r
86         *First Version Help Document. \r
87 \r
88 Bug Fix:\r
89         *Fix issue 36, Push not working if no remote branch is specified\r
90         *Default UnCheck untrack file at commit dialog\r
91         *Issue 40:  Commit from subfolder shows unversioned files in parent\r
92         *Fix diff problem when filenames have embedded spaces\r
93         *Fix Issue 24,45, Commit results not in window with scroll bars\r
94         *Fix for win2k context menu icons\r
95         *Fix Issue 46, The about window title still displays TortoiseSVN\r
96         *Fix Issue 37, When the file name contains Chinese char, Diff doesn't work. \r
97         *Fix Issue 28, "Add" status icon overlay is not correct.  \r
98 \r
99 \r
100 version 0.3.3.0 version(external)\r
101         *Disable file overlay icon at vista system to avoid explore crash\r
102         *File overlay default is enable at XP system. User can disable it by setting dialog. \r
103 \r
104 Version 0.3.1.0 version(internal)\r
105 Bug Fix:\r
106         *Issue 20:  Add To Ignore from Commit dialog not working\r
107         *Fix Issue 31 in tortoisegit: Init Repository, Commit dialog can not show added file\r
108         *Issue 30: Clone does not support UNC path to repository\r
109         *Fix when setting ssh client is null. GIT_SSH environment variable is not clear\r
110         *Fix Issue 29:  F5 should refresh TGit log\r
111         *Fix log filter don't filter commit hash\r
112         *Issue 25:  Log refresh does not pick up new tags on top line, or move 'master' up\r
113         *Fix Issue 27:  Deleted files not committed\r
114         *Fix Issue 22 Error deleting file from context menu if filename contains spaces\r
115         *Fix Issue 6 Add does not work.\r
116 \r
117 version 0.3.0.0 version(internal):\r
118 Features:\r
119         1.Icon Overlay\r
120           Show different icon overlay at git repository. Support File and directory icon overlay. \r
121 \r
122         2.Show version tree in log dialog. \r
123           Show version graphic tree at log list dialog. Use QGit style. \r
124         \r
125         3.Enable log cache to improve log show speed. \r
126 \r
127         4.VS2008 Style Blame application. \r
128           Show different back color according to line age. Show blame file log list to know which line is newer. \r
129         \r
130         5.Enable conflict handle\r
131           Show conflict status at any file list, such as commit dialog. User just need right click and choose resolve conflict, tortoisemerge will be launch. \r
132         \r
133         6.Related time show support. \r
134         \r
135         7.Setting dialog support. \r
136         \r
137         8.Enable TortoisePlink. \r
138           Passwork dialog can prompt when use tortoiseplink as ssh client. \r
139         \r
140         9.Git Reset support. \r
141           User can right click log list at log dialog. Choose reset to reset current branch to chosen commit. \r
142         \r
143         10.Current handle renamed file at file list. \r
144           \r
145 Bug Fix:\r
146         1. Fix issue8. Clone of git via HTTP Creates repo in wrong location\r
147         2. Fix issue9. Error commit file with chinese filename. \r
148         3. Fix issue10. Switch and Create Branch drop-downs only display 25 items\r
149         4. Fix issue13. Create branch fail if branch name is invalidate\r
150         5. Fix issue14. Commit dialog don't report error when no message input \r
151         6. Fix issue16. Commit dialog, F5 don't work.\r
152         7. Fix "explore to" in context menu in commit dialog. \r
153         8. Fix redraw all when loading thread finish load log.\r
154 \r
155 \r
156 version 0.2.0.0 preview version:\r
157 Features:\r
158         1. Add TortoisgeMerge as default compare tools\r
159         2. Pull, Fetch, Push \r
160         3. Create Branch\Tag\r
161         4. Switch branch \Chechout\r
162         5. Compare with previous version\r
163         6. Clone(only support local repository, see known issue for detail)\r
164         7. Log Dialog support filter\r
165         8. Check for modifications\r
166         9. Revert local change\r
167         10.Create Patch Serial\r
168         11.Apply Patch Serial\r
169         12.Add file to repository(see know issue)\r
170         13.Export to zip file\r
171 \r
172 Bug Fix:\r
173         1. A2W cause stack overwrite bug when git output is long. \r
174 \r
175         \r
176 Known Issue:\r
177         1. ProcessDlg will wait for ever when clone remote repository(ssh, http,git).\r
178         2. push fetch and pull don't support password mode. Just support public key problem. \r
179         3. Just fetch first 100 log item. \r
180         4. If install TortoiseGit before MsysGit, you need modify register \r
181             HKEY_LOCAL_MACHINE\Software\TortoiseGit\\MsysGit\\r
182            Let it point to correct msysgit install path.\r
183         5. Add File, please commit and show unversion file, the choose add file, then right clict, Choose Add file       \r
184         6. To new initial repository, You will not see add file again in commit dialog box if give up commit when choose add\r
185          \r
186 \r
187 version 0.1.0.0 preview version\r
188 \r
189 Features:\r
190         1.Context menu(subset of TortoiseSVN)\r
191         2.Icon Overlay(version controled\unversion controled at directory)\r
192         3.Unified DIFF\r
193         4.Use third part diff tools (such kdiff3)\r
194         5.Commit change\r
195         6.Show Log\r
196         7.Create Repository