Releases: HiromuHota/pdi-git-plugin
Releases · HiromuHota/pdi-git-plugin
1.1.1
nightly
Increment the version and append -SNAPSHOT for next release
1.1.0
1.1.0 - 2019-11-27
Added
- [Common][#26] Allow other plugins to open a repository by name
- [Common][#27] Allow other plugins to get a list of defined git repositories
- [Common][#23] Allow variables in directory (currently system properties only)
Security
- [Git] Update JGit to 4.11.9
- [Git] Update Apache HTTPClient
1.0.2
1.0.2 - 2018-12-19
Changed
- [Git] Allow pull,merge,rollback even when untracked files exist but no uncommited change
Fixed
- [Git][#20] Use DiffFormatter, which does not detect renames.
- [Common] Rephrase "Dirty working-tree" message and internationalized it
- [Common][#24] Make the repository settings dialog resizable and remember the last position/size (thanks @mattcasters)
1.0.1
1.0.0
1.0.0 - 2017-11-11
Added
- [SVN] Subversion support
- [Common] "Rollback to here" command to a context menu that rollbacks the working tree (copy) to a previous commit (revision), but does not make a commit.
- [Common] Staging one of conflicted versions (e.g., mine,rXX,rYY in SVN; ours and theris in Git) accepts that version
- [Common] Visual diff between conflicted versions
Changed
- [Git] No need to unstage to discard changes
- [Git] When Pull results in conflicts, do not reset hard (stay in a conflicted state). When conflicts occur, ours and theirs versions are created in the same directory (e.g., test.ktr -> test.ktr.ours and test.ktr.theirs)
- [Common] Rename "Git Project" to "Project" b/c it now supports SVN
Fixed
- Fix a bug that deleted files cannot be staged for a commit
1.0.0-RC4
No functional changes
1.0.0-RC3
Fixed
- Fix a bug that deleted files cannot be staged for a commit
0.8.0-RC2
Changed
- [Common] Rename "Git Project" to "Project" b/c it now supports SVN
0.8.0-RC1
0.8.0-RC1 - 2017-10-19
Added
- [SVN] Subversion support
- [Common] "Rollback to here" command to a context menu that rollbacks the working tree (copy) to a previous commit (revision), but does not make a commit.
- [Common] Staging one of conflicted versions (e.g., mine,rXX,rYY in SVN; ours and theris in Git) accepts that version
Changed
- [Git] No need to unstage to discard changes
- [Git] When Pull results in conflicts, do not reset hard (stay in a conflicted state). When conflicts occur, ours and theirs versions are created in the same directory (e.g., test.ktr -> test.ktr.ours and test.ktr.theirs)