Skip to content

Releases: kornysietsma/polyglot-code-explorer

Release: v0.6.5

21 Jul 20:28
Compare
Choose a tag to compare

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

15 Nov 13:33
Compare
Choose a tag to compare

Changed

  • mostly minor fixes in prep for ThoughtWorks office day talk

Release: v0.6.3

09 Nov 15:19
Compare
Choose a tag to compare

Changed

  • Minor bugfix so URLs to external git repositories escape special characters

Release: v0.6.2

12 Oct 13:13
Compare
Choose a tag to compare

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

28 Sep 11:53
Compare
Choose a tag to compare

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

05 Apr 19:42
Compare
Choose a tag to compare

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

25 Oct 18:41
Compare
Choose a tag to compare

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

12 Oct 16:26
Compare
Choose a tag to compare

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

11 Oct 21:13
Compare
Choose a tag to compare

Added

  • Experimental code ownership visualisation - a work in progress, currently quite slow on big git histories

Release: v0.4.0

09 Oct 07:21
Compare
Choose a tag to compare

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