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

Commit 44b8ea6

Browse files
committed
MediaDC 0.3.1
1 parent c1ca58d commit 44b8ea6

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

CHANGELOG.md

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

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

5+
## [0.3.1 - 2022-12-20]
6+
7+
### Fixed
8+
9+
- Fixed critical bug with db connection in binaries
10+
511
## [0.3.0 - 2022-12-18]
612

713
This is the first release with part of Python framework (no need of Python installation).

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.0</version>
35+
<version>0.3.1</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: 8 additions & 8 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.0",
4+
"version": "0.3.1",
55
"keywords": [
66
"nextcloud",
77
"photos",

0 commit comments

Comments
 (0)