X-Git-Url: http://git.sourceforge.jp/view?p=tortoisegit%2FTortoiseGitJp.git;a=blobdiff_plain;f=src%2FChangelog.txt;h=82b414d1efdccf99898b57cba147aa7f1ea7b41c;hp=7875a255fac25c924645b66365d657a63b79b0e1;hb=62e1d91d2500c5f7951aab18263d6fad21a2d079;hpb=cde261106563c08593ab8aab97f6216f9db6f6ce diff --git a/src/Changelog.txt b/src/Changelog.txt index 7875a25..82b414d 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -1,5 +1,124 @@ +Version 0.5.1.0 version(internal) +Fix: + Issue 52: TortoiseMerge crashes on x64 -version 0.3.0.0 version: +Version 0.5.0.0 version(internal) +Features: + *Submodule Support. + Support submodule add, sync and update. + "Submodule Sync" is located in explore context external menu, which need press "shift" key when right click. + + *Improve show log speed at big repository, such as git.git + + *OpenSSH can prompt password dialog + + *Clone, pull push support both OpenSSH and Plink. + Support both key and password mode. + Show progress when clone at git and SSH protocol. + + *Stash Save\Apply support + + *Reflog support. Need press "shift" to show reflog menu item at context menu. + + *Add save special version to another file at file list, such as log dailog. + + *Add external diff merge and undiff setting at settings page + + *Add Diff with workcopy at file list + + *Add MessageBox Tell user Revert Finished + + *Add Notepad2 to setup script to view text file + + *Add view in notepad2 at file list + + *Add Copy File list to clipboard + + *Choose Default SSH client when install TortoiseGit + + *Add user config and remote manage at setting dialog + + *Pull and push can autoload putty private key. + + +Bug Fix: + *Fixed Issue 55: "resolved" function doesn't delete temporary files. + *Fix: Issue 57: Data duplication when Clicking Check repository in Check for modification dialog + *Fix GetString error when edit at HistoryCombo + *win2k context menu fix (had an issue when shift key was pressed) + *Fix crash in logviewer on invalid time strings + *Issue 61: Add/Commit of files with umlauts in filename not working + + +Version 0.4.2.0 version(external) + *Fix Shell menu disappear because ATL library have not installed. + *Fix Commit Dialog and Log Dialog default column is wrong + *Fix some dialog can't show after resize and close and open again + *Fix ProgressDlg Sometime thread is dead blocked. + +Version 0.4.1.0 version(external) + *Fixed x64 build of TortoiseProc crashed due to received unexpected messages + *Fix tag to head when *force* check box checked + *Add Git document to help + +Version 0.4.0.0 version(internal) +Features: + *Full Overlay Icon Support. + Show "Conflict, ignore file, untracked file, modified, Add, staged" icon according to file status. + + *Rebase Support. + Support "Pick" "Sqaush" "Edit" and "Skip" commit when rebase branch. + Support abort. + + *Combine Multi-commits to one commit. + Combine continous commits to one commit. The limition is the only single line(no merge point) above combined commit. + + *Cherry Pick multi commits. + User can use multi commits at log dialog and then choose cherry pick these. Cherry Pick dialog guide you finish whole work. + Support "Pick" "Squash" "Edit" and "Skip" commits. + + *First x64 version. + + *Support version "browse" at switch, export, new branch/tag and merge dialogs. + + *Add context menu item "Revert" at Commit dialog File List. + + *Show bold font for HEAD at log dialog. + + *Add "Whole Project" checkbox at commit dialog + + *First Version Help Document. + +Bug Fix: + *Fix issue 36, Push not working if no remote branch is specified + *Default UnCheck untrack file at commit dialog + *Issue 40: Commit from subfolder shows unversioned files in parent + *Fix diff problem when filenames have embedded spaces + *Fix Issue 24,45, Commit results not in window with scroll bars + *Fix for win2k context menu icons + *Fix Issue 46, The about window title still displays TortoiseSVN + *Fix Issue 37, When the file name contains Chinese char, Diff doesn't work. + *Fix Issue 28, "Add" status icon overlay is not correct. + + +version 0.3.3.0 version(external) + *Disable file overlay icon at vista system to avoid explore crash + *File overlay default is enable at XP system. User can disable it by setting dialog. + +Version 0.3.1.0 version(internal) +Bug Fix: + *Issue 20: Add To Ignore from Commit dialog not working + *Fix Issue 31 in tortoisegit: Init Repository, Commit dialog can not show added file + *Issue 30: Clone does not support UNC path to repository + *Fix when setting ssh client is null. GIT_SSH environment variable is not clear + *Fix Issue 29: F5 should refresh TGit log + *Fix log filter don't filter commit hash + *Issue 25: Log refresh does not pick up new tags on top line, or move 'master' up + *Fix Issue 27: Deleted files not committed + *Fix Issue 22 Error deleting file from context menu if filename contains spaces + *Fix Issue 6 Add does not work. + +version 0.3.0.0 version(internal): Features: 1.Icon Overlay Show different icon overlay at git repository. Support File and directory icon overlay.