Skip to content

v2.7.0

Compare
Choose a tag to compare
@redimp redimp released this 23 Oct 22:49
· 33 commits to main since this release

v2.7.0 - 2024-10-24

Compare with v2.6.2

Features

  • added "Add User" functionality to user management, see #151. (ca5360f).
  • added copy-to-clipboard button to code blocks, see #153. (68f82f6).
  • option to disable commits added and respected in editor (0da52ff).

Bug Fixes

  • has_permission must use self.has_permission to work correct with git (190a622), this fixes #154.