Releases: neel1996/gitconvex
Releases · neel1996/gitconvex
Gitconvex v1.1.4 - stable
release v1.1.4
New Features Delivered
- Search feature included for commit logs to look up commits with messages, hash and user names (#72 )
- Refined loading screens while the UI is waiting for response from the server
- Added JSDocs to all node scripts (https://github.com/neel1996/gitconvex-server/issues/33)
- Input validation added for server scripts to prevent potential arbitrary code execution bug (https://github.com/neel1996/gitconvex-ui/pull/62/commits)
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
release v1.1.3
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
- https://github.com/neel1996/gitconvex-server/issues/32
- https://github.com/neel1996/gitconvex-server/issues/31
- https://github.com/neel1996/gitconvex-server/issues/30
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
release v1.1.2
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
- #41
- #43
- #44
- https://github.com/neel1996/gitconvex/issues/46
- #39
- https://github.com/neel1996/gitconvex/issues/37
- https://github.com/neel1996/gitconvex/issues/36
- https://github.com/neel1996/gitconvex-server/issues/20
- https://github.com/neel1996/gitconvex-package/issues/47
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
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
- #33
- https://github.com/neel1996/gitconvex/issues/31
- https://github.com/neel1996/gitconvex-package/issues/35
- https://github.com/neel1996/gitconvex-server/issues/16
- neel1996/gitconvex-server#14
- #23
New features delivered
- https://github.com/neel1996/gitconvex-package/issues/26
- https://github.com/neel1996/gitconvex-package/issues/34
- https://github.com/neel1996/gitconvex-package/issues/35
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
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
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