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