Skip to content

v1.1.18

Compare
Choose a tag to compare
@coenm coenm released this 27 Sep 10:21

Changes

✨ New Features

  • Add support for defining settings folder (PR #188)

πŸ› Bug Fixes

πŸš€ Enhancements

  • Added a mutex to make sure only one instance of RepoM can be running. (PR #143)
  • Show current version (using nbgv) in help page (PR #150)
  • Removed fixed path for code and document generation (PR #158)
  • Fix Azure Dev Ops startup error (Null error check) (PR #159) by @gabriel-vanca
  • Performance improvement of file searching (PR #152) by @Sjoerdsjoerd

🧰 Maintenance

  • Allow fork based pull requests build in Azure Devops (PR #142)
  • Azure DevOps pipeline task should only run when previous succeeded() (PR #144)
  • Update Azure Pipelines to trigger on build tag (PR #149)
  • Organize repository folders (PR #187)
  • TUnit for systemtest (PR #194)

πŸ“š Documentation

  • Cleanup old and obsolete documentation and update generation of plugin documentation (PR #166)
  • Update documentation generation with examples (PR #182)

🧰 Misc

  • Set version to '1.1-beta' (2d3126b)
  • Merge branch 'release/v1.0' (22091ac)
  • Set version to '1.1' (3744685)

Full Changelog: v1.0.87...v1.1.18

Published with dotnet-releaser