File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 15.1.3] - 2025-07-27
8+
9+ ### Fixed
10+
11+ * fix(FolderService): Always make sure description is set
12+ * chore: Update nextcloud/vue Marcel Klehr 2 minutes ago
13+ * fix(UNDELETE_FOLDER): Make sure to reload childrenOrder of -1
14+ * fix(BookmarkMapper): Fix duplicated filter
15+ * fix(CopyDialog): Fix onSubmit action
16+ * fix(PublicFolders): Do not allow sharing publicly if disabled in global settings
17+ * fix(FileCache): Make sure to always create cache folder
18+ * fix(SidebarFolder) Debounce participants search
19+ * fix(Bookmark): Prevent more 404 errors
20+ * fix(ShareMapper#findBySharedFolder): Make sure exceptions are caught
21+ * fix: Make db queries more typesafe
22+ * fix(l10n): Update translations from Transifex
23+
724## [ 15.1.2] - 2025-07-13
825
926### Fixed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
77sign_dir =$(build_dir ) /sign
88package_name =$(app_name )
99cert_dir =$(HOME ) /.nextcloud/certificates
10- version+ =15.1.2
10+ version+ =15.1.3
1111
1212all : dev-setup build-js-production composer-no-dev
1313
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Requirements:
2323 - mbstring: *
2424 - when using MySQL, use at least v8.0
2525]]> </description >
26- <version >15.1.2 </version >
26+ <version >15.1.3 </version >
2727 <licence >agpl</licence >
2828 <author mail =" mklehr@gmx.net" homepage =" https://marcelklehr.de" >Marcel Klehr</author >
2929 <author mail =" blizzz@arthur-schiwon.de" homepage =" https://www.arthur-schiwon.de" >Arthur Schiwon</author >
Original file line number Diff line number Diff line change 11{
22 "name" : " bookmarks" ,
3- "version" : " 15.1.2 " ,
3+ "version" : " 15.1.3 " ,
44 "main" : " js/index.js" ,
55 "scripts" : {
66 "build" : " webpack --node-env production --progress --config webpack.js" ,
You can’t perform that action at this time.
0 commit comments