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 2.14.4 release #1503

Merged
merged 1 commit into from
Sep 26, 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
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
Loading