mirror of
https://github.com/9001/copyparty.git
synced 2025-09-30 13:42:27 -06:00
v1.19.13
This commit is contained in:
parent
9d066414c6
commit
b00dac997a
|
@ -88,6 +88,7 @@ web/mde.html
|
|||
web/mde.js
|
||||
web/msg.css
|
||||
web/msg.html
|
||||
web/opds.xml
|
||||
web/rups.css
|
||||
web/rups.html
|
||||
web/rups.js
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (1, 19, 12)
|
||||
VERSION = (1, 19, 13)
|
||||
CODENAME = "usernames"
|
||||
BUILD_DT = (2025, 9, 21)
|
||||
BUILD_DT = (2025, 9, 23)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
|
|
@ -1155,6 +1155,9 @@ html.y #widget.open {
|
|||
border: 1px solid var(--bg-u5);
|
||||
border-width: 0 .1em 0 0;
|
||||
}
|
||||
#wzip1 {
|
||||
margin-right: .2em;
|
||||
}
|
||||
#wfm.act+#wzip1+#wzip,
|
||||
#wfm.act+#wzip1+#wzip+#wnp {
|
||||
margin-left: .2em;
|
||||
|
|
|
@ -1,3 +1,31 @@
|
|||
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
||||
# 2025-0921-2211 `v1.19.12` conlangparty
|
||||
|
||||
## 🧪 new features
|
||||
|
||||
* #787 add Esperanto translation (thx @slashdevslashurandom!) 15d3c2fb
|
||||
* #802 timezone can be specified for the rotf upload rule (thx @Lehmustus!) 1460fe97
|
||||
|
||||
## 🩹 bugfixes
|
||||
|
||||
* #837 sharing an entire HDD on Windows ([v1.19.9](https://github.com/9001/copyparty/releases/tag/v1.19.9) regression) 6a244320
|
||||
* sharing your whole [【Dドライブ】](https://www.youtube.com/watch?v=BFfYrxm2t58) is once again possible
|
||||
* TLNote: `Dドライブ` means "D:\ drive"
|
||||
* if you can't upgrade, a workaround is global-option `casechk: n`
|
||||
* `/?ls` on an unmapped root didn't give a sensible response; now it should be okay except it won't have a `cfg` field 8f6194fe
|
||||
|
||||
## 🔧 other changes
|
||||
|
||||
* #836 hide the unpost tab in folders where user has no write-access ca872c40
|
||||
* #835 fix webdep buildscript to avoid an edgecase on some platforms (thx @25huizengek1!) 260da2f4
|
||||
|
||||
## 🌠 fun facts
|
||||
|
||||
* the esperanto translation was the final straw; `copyparty-sfx.py` is now 1 MiB large
|
||||
* `copyparty-en.py` is still a comfy 759 KiB
|
||||
|
||||
|
||||
|
||||
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
||||
# 2025-0920-1011 `v1.19.11` ftp fix
|
||||
|
||||
|
|
|
@ -100,6 +100,7 @@ copyparty/web/mde.html,
|
|||
copyparty/web/mde.js,
|
||||
copyparty/web/msg.css,
|
||||
copyparty/web/msg.html,
|
||||
copyparty/web/opds.xml,
|
||||
copyparty/web/rups.css,
|
||||
copyparty/web/rups.html,
|
||||
copyparty/web/rups.js,
|
||||
|
|
Loading…
Reference in a new issue