Releases: OSS-FILEBROWSER/pretty-git
Release 2.0.0
Breaking changes
- MVC pattern applied
With these new design pattern, now you can read and modify our source code easier than before - Branch management functionalities added
Now we support basic CRUD operations related to git branch. Also When you checkout a specific branch, you can see the content of browser automatically fitting into the branch status. - Merge and Auto aborting when conflict happened
You can merge one branch to current branch by just clicking 'merge' button. When there is a conflict in merge process, we are aborting the merge process automatically to make it simple. - Graphical commit history log
You can see an interactive commit graph by clicking 'git log' graph. If you click the orange-colored circle, you can check more details about the commit object. - Git clone interface
We implemented public/private clone from github. When you initially put token information during private clone, you don't need to give the same inputs next time because pretty-git store the informations in your global git configuration file.
Release version 1.0.0
과제 채점용 tag
v0.3.1 Released
New feature:
- Integrated commit menu in modal screen
- started supporting git status log parsing for people who use git cli with Korean lang
v0.3.0 Released!
Release Note:
- New feature
-
graphical status representation
It was initially text format, but now we changed it to icons, which is more intuitive and easy to identify. -
basic git commands support
With this new version, Now you can run several git commands by just clicking buttons!
[Commands list]
- git init
- git add
- git restore
- git restore --staged
- git rm
- git rm --cached
- git mv
- git commit -m
-
synchronize ui status after getting response(asynchronous handling)
In previous version, There was a problem that it doesn't synchronize ui status after a command successfully done.
Now we figure it out by handling functions in asynchronous ways. Right after you click commands, you can see the icons changed correctly. -
UI improvements(button, layout, clean context menu)
We added some styles for better user experince. If some user interface looks not good, we are always welcome to get your feedbacks!
New version Released!
New feature:
- git init support
- check whether a specific directory is initialized or not
- ui improvement
Feature1 implementation complete
Merge pull request #1 from OSS-FILEBROWSER/develop Feature1 핵심 기능 구현 완료, v0.1.0 릴리즈를 위한 develop -> main branch merge