Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): Prepare for 2.15.0 release #1575

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 2.15.0 - 2024.10.29

### ✨New
* ⭐ Add support for page favorites. (#300)
* 🔧 Add console function to debug sync/Yjs issues.

### 🐛Fixes
* 🖨️ Several print style fixes. (#1110)
* 💄 Make page list header, landing page and trash sticky again. (#1523)
* ⌛ Update timestamp in page info bar when page gets saves via "Done" button. (#1371)
* 💄 Fix alignment of landing page widgets.
* 🐎 Use storage id for performant index usage on dashboard query.
* 🏛️ Add return types of storage wrapper.
* 👷 Exclude rector.php from release tarball. (#1541)
* 🔗 Fix page link in reference widgets for index pages.
* 🔗 Preserve anchors in links of reference widgets. Thanks @Koc.
* 🐛 Create index page if subfolders contain pages.

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

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


## 2.14.4 - 2024.09.24

### 🐛Fixes
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In your Nextcloud instance, simply navigate to **»Apps«**, find the
**»Teams«** and **»Collectives«** apps and enable them.

]]></description>
<version>2.14.4</version>
<version>2.15.0</version>
<licence>agpl</licence>
<author>CollectiveCloud Team</author>
<namespace>Collectives</namespace>
Expand Down
Loading