• v0.3.5 ccd3d9904d

    v0.3.5 Stable

    kerem released this 2024-04-16 20:56:36 +03:00 | 2 commits to main since this release

    📅 Originally published on GitHub: Tue, 16 Apr 2024 18:20:48 GMT
    🏷️ Git tag created: Tue, 16 Apr 2024 17:56:36 GMT

    What's New

    • Add init subommand
    • Add config subcommand
    • Add remote subcommand
    • Render entered git-sim command as image or video title by default (can disable with global option --no-show-command-as-title)
    • Add --staged flag to restore subcommand
    • Add -d flag and commit specification for tag subcommand
    • Add --set-upstream flag for push subcommand
    • Add --detach flag to git switch subcommand
    • Allow specification of destination path for simulating clone subcommand
    • Add global option --font for user to specify font family using font names or files
    • Update default column names in working directory table

    Bug fixes

    • Fix stash pop and stash apply subcommands
    • Fix add subcommand for empty repos with no commits
    • Improve various formatting and layout issues including title display, title length, element overlap, and excess frame scaling

    Technical

    • Migrate to src/ layout and replace setup.py with pyproject.toml
    • Correct license specified in pyproject.toml from MIT to GNU GPLv2
    • Update logo entry in manifest

    Full Changelog: https://github.com/initialcommit-com/git-sim/compare/v0.3.3...v0.3.5

    Downloads
  • v0.3.3 6c3cd65b0b

    v0.3.3 Stable

    kerem released this 2023-07-05 04:51:39 +03:00 | 44 commits to main since this release

    📅 Originally published on GitHub: Wed, 05 Jul 2023 01:58:58 GMT
    🏷️ Git tag created: Wed, 05 Jul 2023 01:51:39 GMT

    What's New

    New Contributors

    Full Changelog: https://github.com/initialcommit-com/git-sim/compare/v0.3.2...v0.3.3

    Downloads
  • v0.3.2 e2e0159063

    v0.3.2 Stable

    kerem released this 2023-06-12 05:55:38 +03:00 | 48 commits to main since this release

    📅 Originally published on GitHub: Mon, 12 Jun 2023 03:02:11 GMT
    🏷️ Git tag created: Mon, 12 Jun 2023 02:55:38 GMT

    What's New

    • Fix bug in merge subcommand due to removed method is_remote_tracking_branch()

    Full Changelog: https://github.com/initialcommit-com/git-sim/compare/v0.3.1...v0.3.2

    Downloads
  • v0.3.1 2f3cbe97d8

    v0.3.1 Stable

    kerem released this 2023-06-06 21:41:43 +03:00 | 54 commits to main since this release

    📅 Originally published on GitHub: Mon, 12 Jun 2023 03:01:11 GMT
    🏷️ Git tag created: Tue, 06 Jun 2023 18:41:43 GMT

    What's New

    • Fix performance issue related to determining whether branches are remote tracking branches (mainly affects large repos)

    Full Changelog: https://github.com/initialcommit-com/git-sim/compare/v0.3.0...v0.3.1

    Downloads
  • v0.3.0 2696cb96c5

    v0.3.0 Stable

    kerem released this 2023-04-22 19:22:31 +03:00 | 56 commits to main since this release

    📅 Originally published on GitHub: Sat, 22 Apr 2023 16:31:37 GMT
    🏷️ Git tag created: Sat, 22 Apr 2023 16:22:31 GMT

    What's New

    • Added new subcommands: rm, mv, clean
    • Add project logo gif to readme
    • Add -v, --version flag to display program version info (#82)
    • Add --style option to allow different graphical styles
    • Update contribution guidelines to utilize dev branch
    • Use enum for --color-by options (#80)

    Full Changelog: https://github.com/initialcommit-com/git-sim/compare/v0.2.9...v0.3.0

    Downloads