Skip to content

Releases: Smilin-Dominator/dominating-gitclient

GitClient

11 Nov 04:28
v2.1.1
a31fe64
Compare
Choose a tag to compare

New Features

  • Added A System That Keeps Directory Aliases.
    • They're stored in the config.json file in the field "aliases"
    • There's no limit as to how many you can store, but you have to follow the JSON standard (as in syntax)

Full Changelog: v2.1.0...v2.1.1

GitClient

10 Nov 18:23
v2.1.0
b410fbf
Compare
Choose a tag to compare

New Features

  • If there's a missing feature in the Config, and your code is up-to date, it'll re-write the config (6bc1ad9)
  • A JSON Configuration System. The options so far;
    • default_dir: This should be set to the directory you want it to go when you don't specify one
    • update_check_frequency: This should be set to an integer. It will check for updates after it has booted x amount of times; x being your preference

Full Changelog: v2.0.2...v2.1.0

GitClient

10 Nov 12:42
v2.0.2
3417245
Compare
Choose a tag to compare

Bug Fix

  • Fixed issue of untracked branches not getting the confirmation to be pushed upstream in the push() function

GitClient

10 Nov 10:50
v2.0.1
80e2dcd
Compare
Choose a tag to compare

New Features

  • Rebuilt the entire client
  • It now uses the library rich
  • The header now includes modules (as params)

Bug Fixes

  • Made the clear screen command compatible with windows and *NIX.

GitClient

07 Aug 07:38
9fec948
Compare
Choose a tag to compare

Improvements

  • Added A Small HUD For Greeting (contains DIR, Branch and Last Commit Message)
  • Can now create branches
  • You can config git options (a few)
  • Sorted files into folders

GitClient

05 Aug 11:30
ec06883
Compare
Choose a tag to compare

New Features

  • Custom Codenames stored in codenames.yml

GitClient

05 Aug 07:36
Compare
Choose a tag to compare

Initial Release