Skip to content

Commit 8235abf

Browse files
v0.1.5 (#22)
* 0.1.5 update... * Minor frontend fixes. * Updated dependencies version to the latest Updated release date in changelog * Fixed not working video due to last update. * Fixed invalid pip version parsing for 'xx.x' value. * Fixed for non ascii characters encoded error and fixed bug for taking photo images from php core when files are server encrypted. Co-authored-by: Andrey Borysenko <andrey18106x@gmail.com>
1 parent 2db5cce commit 8235abf

28 files changed

+22122
-12599
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ disable=W0703,
6969
R0401,
7070
W0611,
7171
C0415,
72-
W0602
72+
W0602,
73+
R0913
7374

7475
# Enable the message, report, category or checker with the given id(s). You can
7576
# either give multiple identifier separated by comma (,) or put this option

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,25 @@
22

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

5-
## [0.1.4 - 2021-10-07]
5+
## [0.1.5 - 2021-10-12]
6+
7+
### Added
8+
9+
- Added some action loaders on Details page
10+
- Added links to the list of target directories
11+
12+
### Fixed
13+
14+
- Fixed video processing broken by previous update.
15+
- Fixed pip version parsing, install now works with last pip.
16+
- Fixed processing files from other NC instances and remote shares.
17+
18+
## [0.1.4 - 2021-10-09]
619

720
### Fixed
821

922
- Proper work with non ascii characters in files names. Thanks to kovge.
23+
- Minor frontend fixes
1024

1125
## [0.1.3 - 2021-10-04]
1226

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This app allows to find duplicate or similar 📸📹 photos and videos
1717
Quick start guide and further information in our [Wiki](https://github.com/andrey18106/mediadc/wiki).
1818
]]>
1919
</description>
20-
<version>0.1.4</version>
20+
<version>0.1.5</version>
2121
<licence>agpl</licence>
2222
<author mail="andrey18106x@gmail.com" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
2323
<author mail="bigcat88@icloud.com" homepage="https://github.com/bigcat88">Alexander Piskun</author>

js/mediadc-dashboard.js

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

js/mediadc-dashboard.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/mediadc-main.js

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

js/mediadc-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/mediadc-node_modules_moment_locale_sync_recursive_-src_views_CollectorDetails_vue.js

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

js/mediadc-node_modules_moment_locale_sync_recursive_-src_views_CollectorDetails_vue.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/mediadc-node_modules_moment_locale_sync_recursive_-src_views_Collector_vue.js

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

0 commit comments

Comments
 (0)