You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.1.9 - 2022-02-14]
6
+
7
+
### Added
8
+
9
+
- Added Task finish notification option
10
+
- Added Bug report section to Admin settings for quick system info collection
11
+
12
+
### Changed
13
+
14
+
- Boost package hexhamming was updated. Now available on arm8 cpu and on Alpine Linux too.
15
+
16
+
### Fixed
17
+
18
+
- Fixed Python error: Out of range value for column `duration` (https://github.com/andrey18106/mediadc/issues/47)
19
+
- Fixed error "ffmpeg not found" when it was builded from source (thanks for issue to @sergeng)
20
+
- Fixed connect error when using Nextcloud Docker with MariaDB (thanks for issue to @Bennneeeet)
21
+
- Fixed connect error in some situations when using PGSQL with socket (thanks for issue to @pricly-yellow)
22
+
5
23
## [0.1.8 - 2021-12-20]
6
24
7
25
Updated `python_command` setting from alias to full/absolute path to the Python. PHP-FPM users should check and update it on Administration settings page if install fails on Configuration page
0 commit comments