Skip to content

Commit 7eca90c

Browse files
committed
v1.18.0
1 parent 6ecf4fd commit 7eca90c

File tree

5 files changed

+46
-6
lines changed

5 files changed

+46
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ made in Norway 🇳🇴
5656
* [creating a playlist](#creating-a-playlist) - with a standalone mediaplayer or copyparty
5757
* [audio equalizer](#audio-equalizer) - and [dynamic range compressor](https://en.wikipedia.org/wiki/Dynamic_range_compression)
5858
* [fix unreliable playback on android](#fix-unreliable-playback-on-android) - due to phone / app settings
59-
* [textfile viewer](#textfile-viewer) - with realtime streaming of logfiles and such ([demo](https://a.ocv.me/pub/demo/logtail/?doc=lipsum.txt&tail))
59+
* [textfile viewer](#textfile-viewer) - with realtime streaming of logfiles and such ([demo](https://a.ocv.me/pub/demo/logtail/))
6060
* [markdown viewer](#markdown-viewer) - and there are *two* editors
6161
* [markdown vars](#markdown-vars) - dynamic docs with serverside variable expansion
6262
* [other tricks](#other-tricks)
@@ -1131,13 +1131,14 @@ due to phone / app settings, android phones may randomly stop playing music whe
11311131
11321132
## textfile viewer
11331133
1134-
with realtime streaming of logfiles and such ([demo](https://a.ocv.me/pub/demo/logtail/?doc=lipsum.txt&tail)) , and terminal colors work too
1134+
with realtime streaming of logfiles and such ([demo](https://a.ocv.me/pub/demo/logtail/)) , and terminal colors work too
11351135
11361136
click `-txt-` next to a textfile to open the viewer, which has the following toolbar buttons:
11371137
11381138
* `✏️ edit` opens the textfile editor
11391139
* `📡 follow` starts monitoring the file for changes, streaming new lines in realtime
11401140
* similar to `tail -f`
1141+
* [link directly](https://a.ocv.me/pub/demo/logtail/?doc=lipsum.txt&tail) to a file with tailing enabled by adding `&tail` to the textviewer URL
11411142
11421143
11431144
## markdown viewer

copyparty/__version__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding: utf-8
22

3-
VERSION = (1, 17, 2)
4-
CODENAME = "mixtape.m3u"
5-
BUILD_DT = (2025, 5, 27)
3+
VERSION = (1, 18, 0)
4+
CODENAME = "logtail"
5+
BUILD_DT = (2025, 6, 22)
66

77
S_VERSION = ".".join(map(str, VERSION))
88
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

docs/changelog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2+
# 2025-0527-1939 `v1.17.2` pushing chrome to the limits (and then some)
3+
4+
## 🧪 new features
5+
6+
* not this time
7+
8+
## 🩹 bugfixes
9+
10+
* up2k: improve file-hashing speed on recent versions of google chrome e3e51fb8
11+
* speed increased from 319 to 513 MiB/s by default (but older chrome versions did 748...)
12+
* read the commit message for the full story, but basically chrome has gotten gradually slower over the past couple versions (starting from v133) and this makes it slightly less bad again
13+
* hashing speed can be further improved from `0.5` to `1.1` GiB/s by enabling the `[wasm]` option in the `[⚙️] settings` tab
14+
* this option can be made default-enabled with `--nosubtle 137` but beware that this increases the chances of running into browser-bugs (foreshadowing...)
15+
* up2k: fix errorhandler for browser-bugs (oom and such) 49c71247
16+
* because [chrome-bug 383568268](https://issues.chromium.org/issues/383568268) is about to make a [surprise return?!](https://issues.chromium.org/issues/383568268#comment14)
17+
* #168 fix uploading into shares if path-based proxying is used 9cb93ae1
18+
* #165 unconditionally heed `--rp-loc` 84f5f417
19+
* the config-option for [path-based proxying](https://github.com/9001/copyparty/#reverse-proxy) was ignored if the reverse-proxy was untrusted; this was confusing and not strictly necessary
20+
21+
## 🔧 other changes
22+
23+
* #166 the nixos module was improved once more (thx @msfjarvis!) 48470f6b 60fb1207
24+
* added usage instructions to [minimal-up2k.js](https://github.com/9001/copyparty/tree/hovudstraum/contrib/plugins#example-browser-js), the up2k-ui [simplifier](https://user-images.githubusercontent.com/241032/118311195-dd6ca380-b4ef-11eb-86f3-75a3ff2e1332.png) 1d308eeb
25+
* docker: improve feedback if config is bad or missing 28b63e58
26+
27+
## 🌠 fun facts
28+
29+
* this release was tested using an [unreliable rdp connection](https://a.ocv.me/pub/g/nerd-stuff/PXL_20250526_021207825.jpg) through two ssh-jumphosts to a qemu win10 vm back home from the bergen-oslo night train wifi
30+
31+
32+
133
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
234
# 2025-0518-2234 `v1.17.1` as seen on archlinux
335

scripts/deps-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /z
33
ENV ver_asmcrypto=c72492f4a66e17a0e5dd8ad7874de354f3ccdaa5 \
44
ver_hashwasm=4.12.0 \
55
ver_marked=4.3.0 \
6-
ver_dompf=3.2.5 \
6+
ver_dompf=3.2.6 \
77
ver_mde=2.18.0 \
88
ver_codemirror=5.65.18 \
99
ver_fontawesome=5.13.0 \

scripts/tl.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ var tl_browser = {
423423
"f_empty": 'this folder is empty',
424424
"f_chide": 'this will hide the column «{0}»\n\nyou can unhide columns in the settings tab',
425425
"f_bigtxt": "this file is {0} MiB large -- really view as text?",
426+
"f_bigtxt2": "view just the end of the file instead? this will also enable following/tailing, showing newly added lines of text in real time",
426427
"fbd_more": '<div id="blazy">showing <code>{0}</code> of <code>{1}</code> files; <a href="#" id="bd_more">show {2}</a> or <a href="#" id="bd_all">show all</a></div>',
427428
"fbd_all": '<div id="blazy">showing <code>{0}</code> of <code>{1}</code> files; <a href="#" id="bd_all">show all</a></div>',
428429
"f_anota": "only {0} of the {1} items were selected;\nto select the full folder, first scroll to the bottom",
@@ -527,6 +528,11 @@ var tl_browser = {
527528
"tvt_next": "show next document$NHotkey: K\">⬇ next",
528529
"tvt_sel": "select file &nbsp; ( for cut / copy / delete / ... )$NHotkey: S\">sel",
529530
"tvt_edit": "open file in text editor$NHotkey: E\">✏️ edit",
531+
"tvt_tail": "monitor file for changes; show new lines in real time\">📡 follow",
532+
"tvt_wrap": "word-wrap\">↵",
533+
"tvt_atail": "lock scroll to bottom of page\">⚓",
534+
"tvt_ctail": "decode terminal colors (ansi escape codes)\">🌈",
535+
"tvt_ntail": "scrollback limit (how many bytes of text to keep loaded)",
530536

531537
"m3u_add1": "song added to m3u playlist",
532538
"m3u_addn": "{0} songs added to m3u playlist",
@@ -626,6 +632,7 @@ var tl_browser = {
626632
"u_https3": "for better performance",
627633
"u_ancient": 'your browser is impressively ancient -- maybe you should <a href="#" onclick="goto(\'bup\')">use bup instead</a>',
628634
"u_nowork": "need firefox 53+ or chrome 57+ or iOS 11+",
635+
"tail_2old": "need firefox 105+ or chrome 71+ or iOS 14.5+",
629636
"u_nodrop": 'your browser is too old for drag-and-drop uploading',
630637
"u_notdir": "that's not a folder!\n\nyour browser is too old,\nplease try dragdrop instead",
631638
"u_uri": "to dragdrop images from other browser windows,\nplease drop it onto the big upload button",

0 commit comments

Comments
 (0)