This commit is contained in:
ed 2025-11-02 01:09:40 +00:00
parent db60951d9f
commit 450cd86dc1
2 changed files with 12 additions and 2 deletions

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 19, 19)
VERSION = (1, 19, 20)
CODENAME = "usernames"
BUILD_DT = (2025, 10, 25)
BUILD_DT = (2025, 11, 2)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View file

@ -1,3 +1,13 @@
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
# 2025-1025-1918 `v1.19.19` copyparty.eu マークII
## 🩹 bugfixes
* fix building the archlinux package e3524d85
* otherwise identical to [v1.19.18](https://github.com/9001/copyparty/releases/tag/v1.19.18)
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
# 2025-1025-1434 `v1.19.18` copyparty.eu