Gitconvex Versions Save

A web UI client for managing git repos on the go. Available for Windows, Linux and MacOS.

2.1.2-alpha

3 years ago

Pre-Release for v2.1.2

2.1.1

3 years ago

Bug fixes

#148 - UI error in file view section #149 - Push to remote option disabled for new local branch #150 - Delay on loading branches in repository

2.1.0

3 years ago

release v2.1.0

github release

New Features

  • Remote repo management pane (#60)
  • Callout action for remote URL from repo details view (#131)
  • Include libgit2 bindings for all git api modules (#132)
  • Performance improvements with libgit2 bindings

Improvements and Bug Fixes

  • The backend is rewritten with libgit2 bindings which removes the dependency with the native git client (#132)
  • Dependency with native git client to execute terminal commands for git operations has been removed
  • libgit2 also improved the performance of most of the performance intensive operations - reference
  • Gitconvex is made available on chocolatey and homebrew to enable easy installation and setup
# For Windows
> choco install gitconvex --version=2.1.0

# For Mac and Linux
> brew install itassistors/taps/gitconvex 

2.1.0-beta.1

3 years ago

release v2.1.0-beta-1

github release

New Features

  • Remote repo management pane (#60)
  • Callout action for remote URL from repo details view (#131)
  • Include libgit2 bindings for all git api modules (#132)

Improvements and Bug Fixes

  • The backend is rewritten with libgit2 bindings which removes the dependency with the native git client (#132)
  • Gitconvex does not rely on native git commands to perform any git operation
  • libgit2 also improved the performance of most of the performance intensive operations - reference

2.0.1

3 years ago

release v2.0.1

github release docker image

New Features

  • Branch searching feature for filtering required branches (#85)
  • Option to update repo name from settings (#78)

Improvements and Bug Fixes

  • Branch checkout bug (#120)
  • Branch list with invalid branch name when repo has no HEAD (#121)
  • Few minor UI polishes here and there
  • Updated axios version to resolve CVE-2020-28168

2.0.0

3 years ago

release v2.0.0

github release docker image

New Features

  • Ported the entire backend from Node JS to Golang
  • Native platform specific bundles to remove Node runtime dependency
  • Additional auth options while cloning a repo
  • Refined version update checking option from Help section
  • File type based icons displayed in repo details file explorer

Improvements and Bug Fixes

  • Ported entire backend to golang for increased efficiency
  • Platform specific bundles to remove dependency with node runtime
  • Fixed few state transition bugs (#113 , #114)
  • Bug fixes from beta (#112 , #110 , #107 , #103 , #102 )

Breaking Changes

  • Gitconvex will not be available on npm registry from v2.0.0

2.0.0-rc-1

3 years ago

release v2.0.0-rc-1

github release docker image

New Features

  • Additional auth options while cloning a repo
  • Refined version update checking option from Help section
  • File type based icons displayed in repo details file explorer

Improvements and Bug Fixes

  • Ported entire backend to golang for increased efficiency
  • Platform specific bundles to remove dependency with node runtime
  • Fixed few state transition bugs (#113 , #114)
  • Bug fixes from beta (#112 , #110 , #107 , #103 , #102 )

2.0.0-beta-2

3 years ago

release v2.0.0-beta-2

github release

New Features

  • Additional auth options while cloning a repo
  • Refined version update checking option from Help section
  • File type based icons displayed in repo details file explorer

Improvements and Bug Fixes

  • Ported entire backend to golang for increased efficiency
  • Platform specific bundles to remove dependency with node runtime

1.1.6

3 years ago

release v1.1.6

gitconvex npm package github release docker image

New Features Delivered

  • Comparison feature to compare difference between branches and commits (#84)

Improvements and Bug Fixes

  • Gitconvex app crash issue when started from the globally installed npm module (#87)
  • Reduced package size by removing unwanted CSS styles from the final production build (#27)

Future Release Road-map

  • Integrating a graph view into the commit log section to show branch deviation
  • Advanced git operations such as branch merge, rebase and others
  • Optimizing the backend to reduce overheads while running the app on windows

1.1.5

3 years ago

release v1.1.5

gitconvex npm package github release docker image

New Features Delivered

  • Code view feature for viewing files from repo details file explorer (#51)
  • Minor UI tweaks and fallback views

Bugs fixed from previous release

  • gitconvex app crash issue when started from the globally installed npm module (#87)

Future Release Road-map

  • Integrating a graph view into the commit log section to show branch deviation
  • Branch comparison
  • Advanced git operations such as branch merge, rebase and others