Skip to content

Commit

Permalink
chore(release): Prepare 2.14.4 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Sep 25, 2024
1 parent 6c2741e commit acab2bc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 2.14.4 - 2024.09.24

### 🐛Fixes
* 🛡️ Give public shares always permission of a simple user.
* 💄 Use flexbox to align editor container and search dialog.
* 🐘 Adjust PHP CollectiveStorage class to be compatible with Nextcloud 31.
* 💄 Use dark SVG as widget icon. Thanks @Akhil. (#1475)
* 👷 Run distclean as dependency of release in Makefile. (#1482)
* 💄 Add bottom border to menubar.
* 👷 Migrate development tools to vendor-bin.
* 🔎 Add icon to clear the filter string. (#1501)
* 🖱️ Close actions menu when scrolling members.
* 🐛 Ignore folders if parent folder has no index page. (#1494)
* 🙍 Use display name of own user instead of user ID. (#1504)
* 🐛 Create landing page if missing. (#943)
* 📂 Allow to mount the collectives user folder into a subfolder. (#514)

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

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


## 2.14.3 - 2024.09.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 @@ -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.3</version>
<version>2.14.4</version>
<licence>agpl</licence>
<author>CollectiveCloud Team</author>
<namespace>Collectives</namespace>
Expand Down

0 comments on commit acab2bc

Please sign in to comment.