Skip to content

v1.3.1

Compare
Choose a tag to compare
@nodj nodj released this 19 Dec 14:21
· 26 commits to master since this release

Change Log

  • Better usage of IProgressMonitor, for better UX
  • lighter logging: less spam
  • Fixed handling of project deletion
  • Fixed handling of project status: closed vs open
  • Added basic plugin configuration. See "autoderiv.ini" part in the home site
    • Customizable decoration prefix, suffix, background and foreground colors.
    • Customizable logging
    • workspace startup check can be disabled.
  • several internal modification without -in theory- visible effects:
    • Fixed ConcurentModificationException: Prevent parallel execution of
      changeEvent listener
    • faster delta scan
    • Prevent the spawn of WorkspacJob if there is nothing to do in it.
    • Fixed some internal Exception
    • Improved stability ?