Skip to content

Commit

Permalink
enh(release): Prepare for 2.7.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Aug 9, 2023
1 parent 9dabd77 commit a57064b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 2.7.0 - 2023.08.08

### ✨New
* 👥 Allow to manage members inside the app. (#308, #244)
* 🛬 List recent pages and members on landing page. (#311)
* ⌛ Placeholder skeleton instead of loading spinner while loading.
* 📊 With Nextcloud 27.1, add support for mermaid diagrams. (#284)
* 👩‍💻With recent Text versions, add syntax highlighting to code blocks.

### 🐛Fixes
* 🔗 Grow link area in page list to full item height. (#808)
* ⌨️ Use `autofocus` command from Text. With recent Text versions, cursor position
will be restored when opening a page.
* 👩‍💻Use `OCP\IDispatcher` to fix issues with Nextcloud 27.1. (#710)
* 💄 Fix stickyness of titlebar when viewing old versions of a page.

### 🌎Translations
* 🗣️ Translation updates from Transifex. Thanks to all contributors.

### 🚧Updates & Tooling
* ⬆️ Update NPM dependencies.
* ⬆️ Update PHP composer dependencies.


## 2.6.1 - 2023.07.10

### 🐛Fixes
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In your Nextcloud instance, simply navigate to **»Apps«**, find the
**»Circles«** and **»Collectives«** apps and enable them.
]]></description>
<version>2.6.1</version>
<version>2.7.0</version>
<licence>agpl</licence>
<author>CollectiveCloud Team</author>
<namespace>Collectives</namespace>
Expand Down

0 comments on commit a57064b

Please sign in to comment.