Releases: neel1996/gitconvex
Releases · neel1996/gitconvex
Gitconvex-2.1.2-alpha
Pre-Release for v2.1.2
Gitconvex 2.1.1
Gitconvex v2.1.0
release v2.1.0
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
Gitconvex v2.1.0-beta.1
Gitconvex v2.0.1
release v2.0.1
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
Gitconvex v2.0.0
release v2.0.0
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
Gitconvex v2.0.0-rc-1
release v2.0.0-rc-1
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
Gitconvex v2.0.0-beta-2
release v2.0.0-beta-2
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
Gitconvex v1.1.6 - stable
release v1.1.6
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
Gitconvex v1.1.5 - stable
release v1.1.5
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