mirror of
https://github.com/9001/copyparty.git
synced 2026-02-26 13:33:09 -07:00
v1.20.9
This commit is contained in:
parent
d21242fc62
commit
e00e11225f
|
|
@ -1,8 +1,8 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
VERSION = (1, 20, 8)
|
VERSION = (1, 20, 9)
|
||||||
CODENAME = "sftp is fine too"
|
CODENAME = "sftp is fine too"
|
||||||
BUILD_DT = (2026, 2, 22)
|
BUILD_DT = (2026, 2, 25)
|
||||||
|
|
||||||
S_VERSION = ".".join(map(str, VERSION))
|
S_VERSION = ".".join(map(str, VERSION))
|
||||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,30 @@
|
||||||
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
||||||
|
# 2026-0222-1507 `v1.20.8` no265
|
||||||
|
|
||||||
|
## 🧪 new features
|
||||||
|
|
||||||
|
* #1298 add Hungarian translation (thx @sonacl!) eefb181b f37c3b96
|
||||||
|
* #1299 chown now accepts 4-digit values (thx @new-sashok724!) 5a7504fd
|
||||||
|
|
||||||
|
## 🩹 bugfixes
|
||||||
|
|
||||||
|
* audioplayer skip-silence:
|
||||||
|
* #1303 clamp ffwd to safe values (thx @icxes!) f5e70c7f
|
||||||
|
* fix crash on folderchange f1a433a6
|
||||||
|
|
||||||
|
## 🔧 other changes
|
||||||
|
|
||||||
|
* due to [legal reasons](https://github.com/9001/copyparty/blob/hovudstraum/docs/bad-codecs.md), the [docker-images](https://github.com/9001/copyparty/blob/hovudstraum/scripts/docker) and [bootable flashdrive](https://a.ocv.me/pub/stuff/edcd001/enterprise-edition/) are now unable to create thumbnails of HEVC/h265 videos and heif/heic images 1bec91d1
|
||||||
|
* this primarily means photos/videos taken with iphones (and maybe some samsung phones)
|
||||||
|
* on the bright side, this has made the docker-images much smaller; `ac` is now half the size it used to be, and `iv` / `dj` are each 97 MiB smaller
|
||||||
|
|
||||||
|
## 🌠 fun facts
|
||||||
|
|
||||||
|
* if you wanna see your car doing its best impression of a frictionless spherical cow, I can warmly (heh) recommend the icy snowcoated countryroads of viken this weekend
|
||||||
|
* goes oddly well with [sakuraburst - deconstructing nature](https://www.youtube.com/watch?v=MJjO-pwYpJg)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
||||||
# 2026-0214-2315 `v1.20.7` fika
|
# 2026-0214-2315 `v1.20.7` fika
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue