Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit d848c75

Browse files
authored
mediadc 0.3.5 (#134)
1 parent e6d0b48 commit d848c75

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.5 - 2023-03-23]
6+
7+
[`cloud_py_api`](https://github.com/cloud-py-api/cloud_py_api) is **required** to be installed
8+
(or updated) and enabled first.
9+
10+
### Added
11+
12+
- Show full file path option (https://github.com/cloud-py-api/mediadc/issues/121)
13+
14+
### Fixed
15+
16+
- Fixed batch deleting and resolving (https://github.com/cloud-py-api/mediadc/issues/125)
17+
518
## [0.3.4 - 2023-03-14]
619

720
[`cloud_py_api`](https://github.com/cloud-py-api/cloud_py_api) is **required** to be installed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can support us in several ways:
3232
[![Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/cloud_py_api/donate)
3333
]]>
3434
</description>
35-
<version>0.3.4</version>
35+
<version>0.3.5</version>
3636
<licence>agpl</licence>
3737
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
3838
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mediadc",
33
"description": "Nextcloud Media Duplicate Collector application",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"keywords": [
66
"nextcloud",
77
"photos",

0 commit comments

Comments
 (0)