Releases: kornysietsma/polyglot-code-explorer
Releases · kornysietsma/polyglot-code-explorer
Release: v0.6.5
Added
- You can now set line colour and width for main display
- You can now set specific line colour and width for top 3 nesting levels
- The ui for setthign them (advanced settings / colours and lines) is pretty ugly for now
- This required a settings file version bump, but I tried to make it handle old files adequately
Release: v0.6.4
Changed
- mostly minor fixes in prep for ThoughtWorks office day talk
Release: v0.6.3
Changed
- Minor bugfix so URLs to external git repositories escape special characters
Release: v0.6.2
Added
- You can now add an initial state file "default_state.json" to load state on startup - this is mostly for my demos!
- Quite a few extra controls on visualisations
- Refactorings and minor bug fixes
Release: v0.6.0
Changed
- Feature flags checked in data file
- All features should work with no git data
- Date scales use file creation/modification times if no git
- User and Team and Change features are disabled if no git
Release: v0.5.0
Changed
- Minor version bump as file format has changed incompatibly - new coupling data is finer grained
- Changed coupling UI for new fine-grained coupling logic
Release: v0.4.3
Changed
- Fixed date scale, so it starts and ends one day earlier/later - otherwise sometimes had problems if commits happened on the very last day in the range.
Release: v0.4.2
Changed
- Tweaks to code ownership - show biggest file groups first
- added ability to customise the URL used when opening files in a new window, so you can browse files on git hosting with urls unlike the github ones.
Release: v0.4.1
Added
- Experimental code ownership visualisation - a work in progress, currently quite slow on big git histories
Release: v0.4.0
Added
- source code inspector - needs you to be running the simple code server or other CORS-enabled way to server up source code files
Changed
- moved some config behind an 'advanced' panel as the UI was getting cluttered