Skip to content

Releases: OSS-FILEBROWSER/pretty-git

Release 2.0.0

11 Jun 09:59

Choose a tag to compare

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

15 May 07:45

Choose a tag to compare

Release version 1.0.0 Pre-release
Pre-release

과제 채점용 tag

v0.3.1 Released

14 May 03:48

Choose a tag to compare

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!

11 May 07:11
f5548f4

Choose a tag to compare

Release Note:

  • New feature
  1. graphical status representation
    It was initially text format, but now we changed it to icons, which is more intuitive and easy to identify.

  2. 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
  1. 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.

  2. 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!

04 May 12:31
3ed50ae

Choose a tag to compare

New feature:

  1. git init support
  2. check whether a specific directory is initialized or not
  3. ui improvement

Feature1 implementation complete

01 May 05:09
29f12d2

Choose a tag to compare

Merge pull request #1 from OSS-FILEBROWSER/develop

Feature1 핵심 기능 구현 완료, v0.1.0 릴리즈를 위한 develop -> main branch merge