Skip to content

Releases: neel1996/gitconvex

Gitconvex v1.1.4 - stable

20 Aug 18:17
52f7166
Compare
Choose a tag to compare

release v1.1.4

gitconvex npm package
github release
docker image

New Features Delivered

Bugs fixed from previous release

  • The react build cache build-up which lead to unusual npm package size has been fixed (#76 )

Future Release Road-map

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

Gitconvex v1.1.3 - stable

06 Aug 17:06
Compare
Choose a tag to compare

release v1.1.3

gitconvex npm package
github release
docker image

New Features Delivered

  • A new File explorer has been integrated into the repo details section to navigate into directories to view available content along with latest commit messages
  • Dynamic commit logs loading based on user demand
  • Git difference section will show the line numbers within the code view
  • Redesigned git difference view to display modified items in segregated cards
  • Redesigned loading screens / views to be more intuitive
  • Minor UI tweaks

Bugs fixed from previous release

Future Release Road-map

  • Integrating a graph view into the commit log section to show branch deviation
  • Searching feature integrated commit logs section to look up commits based on commit messages / hash / users

Gitconvex v1.1.2 - stable

26 Jul 07:55
6fc9460
Compare
Choose a tag to compare

release v1.1.2

gitconvex npm package
github release
docker image

New Features Delivered

  • New commit log view with redesigned cards and a list view to show all the files which are changed in the commit (#44 )
  • Git clone feature added to the add repo view will let the users clone a repo and track it in gitconvex on the go (#6)

Bugs fixed from previous release

Future Release Roadmap

  • Adding line numbers to git difference code view
  • File explorer within the repo details section to navigate into the folders
  • Integrating a graph view into the commit log section to show branch deviation

Gitconvex v1.1.1 Stable release

16 Jul 14:02
a8bd7a2
Compare
Choose a tag to compare

release 1.1.1 - stable

Stable version of of gitconvex v1.1.1

Features of gitconvex

  • Basic repo stats visualization such as total commits, active branch, number of files tracked etc
  • Creating new branch
  • Including new remote repo
  • Tracking repo files
  • Creating new branches (provided there are no diverging changes)
  • Listing all branches from local repo and remote repo
  • Branch deletion with both soft and force delete options
  • Initializing git inside a new repo and adding it to the platform tracker on the go
  • File difference tracker with syntax highlighting for the languages (currently includes only a limited set of languages)
  • Commit log viewer
  • Basic git operations such as staging, un-staging, committing and pushing to remote repo
  • Fetching and pulling changes from remote repo

Issues fixed

New features delivered

Future Road map

The following features are aligned for the future releases

  • Remote repo cloning option from repo addition view
  • Git graph UI for commits
  • Redesigning commit cards view

Limitations

  • The platform's UI is optimized only for desktop and tablet use. It does not have a mobile friendly layout
  • Advanced & risky git operations such as merging, rebasing etc are not supported

gitconvex-rc-v1.1.0

11 Jul 18:32
1bbe7a3
Compare
Choose a tag to compare

release 1.1.0-rc

Release candidate v1.1.0 of gitconvex

Features of gitconvex

  • Basic repo stats visualization such as total commits, active branch, number of files tracked etc
  • Creating new branch
  • Including new remote repo
  • Tracking repo files
  • Creating new branches (provided there are no diverging changes)
  • Initializing git inside a new repo and adding it to the platform tracker on the go
  • File difference tracker with syntax highlighting for the languages (currently includes only a limited set of languages)
  • Commit log viewer
  • Basic git operations such as staging, un-staging, committing and pushing to remote repo
  • Fetching and pulling changes from remote repo

Issues fixed

  • The terminal spawn bug with pm2 package in windows pollutes the screen with multiple cmd window.
  • npm relative path conflict fix (#13 )
  • Delete repo status reset issue (#15)
  • Removing terminal specific commands from push to remote API for windows compatibility (#15)
  • Single remote fetch & pull fix (#19)

Future Road map

The following features are aligned for the future releases

  • Directory level explorer in the Repo details section
  • Branch deletion feature within the platform
  • Merging changes between branches

Limitations

The platform's UI is optimized only for desktop and tablet use. It does not have a mobile friendly layout

0.0.1-beta release of gitconvex

08 Jul 03:58
Compare
Choose a tag to compare
Pre-release

release 0.0.1-beta (non rc)

This is not a production ready rc. The release is tagged for beta testing. The current features of the platform are as follows,

  • Basic repo stats such as commits, active branch, number of files tracked etc
  • Tracking modified files
  • Creating new branches (provided there are no diverging changes)
  • Initializing git inside a new repo and adding it to the platform tracker on the go
  • File difference tracker with syntax highlighting for the languages (currently includes only a limited set of languages)
  • Commit log viewer
  • Basic git operations such as staging, un-staging, committing and pushing to remote repo

Known issues

  • The terminal spawn bug with pm2 package in windows pollutes the screen with multiple cmd window.

Limitations

The platform's UI is optimized only for desktop and tablet use. It does not have a mobile friendly layout yet