Skip to content

Commit

Permalink
v0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Jul 31, 2021
1 parent 9209e44 commit 02c7061
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions copyparty/__version__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# coding: utf-8

VERSION = (0, 12, 7)
VERSION = (0, 12, 8)
CODENAME = "fil\033[33med"
BUILD_DT = (2021, 7, 31)
BUILD_DT = (2021, 8, 1)

S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
Expand Down
2 changes: 1 addition & 1 deletion copyparty/web/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ var fileman = (function () {
r.tx(srcdir);
return;
}
toast.inf(0, 'pasting ' + (req.length + 1) + ' items\n\n' + vp);
toast.inf(0, 'pasting ' + (req.length + 1) + ' items\n\n' + uricom_dec(vp)[0]);

var dst = get_evpath() + vp.split('/').slice(-1)[0];

Expand Down
2 changes: 1 addition & 1 deletion scripts/make-sfx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ zdir="$tmpdir/cpp-mksfx"
mkdir -p "$zdir"
echo a > "$zdir/$stamp"
nf=$(ls -1 "$zdir"/arc.* | wc -l)
[ $nf -ge 10 ] && [ ! $repack ] && use_zdir=1 || use_zdir=
[ $nf -ge 2 ] && [ ! $repack ] && use_zdir=1 || use_zdir=

[ $use_zdir ] || {
echo "$nf alts += 1"
Expand Down

0 comments on commit 02c7061

Please sign in to comment.