File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Original file line number Diff line number Diff line change 1
1
# coding: utf-8
2
2
3
- VERSION = (1 , 14 , 2 )
3
+ VERSION = (1 , 14 , 3 )
4
4
CODENAME = "one step forward"
5
- BUILD_DT = (2024 , 8 , 23 )
5
+ BUILD_DT = (2024 , 8 , 30 )
6
6
7
7
S_VERSION = "." .join (map (str , VERSION ))
8
8
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}" .format (* BUILD_DT )
Original file line number Diff line number Diff line change
1
+ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2
+ # 2024-0823-2307 ` v1.14.2 ` bing chilling
3
+
4
+ ## new features
5
+
6
+ * #94 @ultwcz translated the UI to Chinese (thx!) 92edea1d
7
+ * #84 improvements to [ shares] ( https://github.com/9001/copyparty#shares ) : 8122dded
8
+ * if one or more files are selected for sharing, they are placed into a virtual folder
9
+ * more appropriate password UI for accessing protected shares
10
+ * human-readable timestamps in shares listing
11
+ * u2c (commandline uploader): support multiple exclusion patterns f356faa2
12
+
13
+ ## bugfixes
14
+
15
+ * remove confusing logmessage when downloading a zerobyte file 9f034d9c
16
+ * shares: 7ff46966
17
+ * fix crash if the root volume is unmapped
18
+ * log-spam on config reload
19
+ * password coalescing
20
+ * add chrome support
21
+
22
+ ## other changes
23
+
24
+ * #93 add html IDs to the tabstrip 461f3158
25
+
26
+
27
+
1
28
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
2
29
# 2024-0819-0014 ` v1.14.1 ` one step forward
3
30
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ d1420c8417fad7888766dd26b9706a87c63e8f33dceeb8e26d0056d5127b0b3ed9272e44b4b76113
34
34
8a6e2b13a2ec4ef914a5d62aad3db6464d45e525a82e07f6051ed10474eae959069e165dba011aefb8207cdfd55391d73d6f06362c7eb247b08763106709526e mutagen-1.47.0-py3-none-any.whl
35
35
0203ec2551c4836696cfab0b2c9fff603352f03fa36e7476e2e1ca7ec57a3a0c24bd791fcd92f342bf817f0887854d9f072e0271c643de4b313d8c9569ba8813 packaging-24.1-py3-none-any.whl
36
36
2be320b4191f208cdd6af183c77ba2cf460ea52164ee45ac3ff17d6dfa57acd9deff016636c2dd42a21f4f6af977d5f72df7dacf599bebcf41757272354d14c1 pillow-10.4.0-cp312-cp312-win_amd64.whl
37
- 776378f5414efd26ec8a1cb3228a7b5fdf6afca3fa335a0e9b071266d55d9d9e66ee157c25a468a05bfa70ccd33c48b101998523fc6ff6bcf5e82a1d81ed0af8 pyinstaller-6.9 .0-py3-none-win_amd64.whl
38
- c0af77d2a57cb063ab038dc986ed3582bc5acc8c8bd91d726101935d6388f50854ddbca26bc846ed5d1022cdee4d96242938c66f0ddc4565c36b60d691064db8 pyinstaller_hooks_contrib-2024.7-py2. py3-none-any.whl
37
+ 896ddddbd4b85e86e0600cb65eb4c07fbc7f3802d47e7f660411e20b5500831469b97ed4770f25820f4e75cbfac40308da624fd86d4f62e578149d5c276a9cde pyinstaller-6.10 .0-py3-none-win_amd64.whl
38
+ 873781decaeef07f6a79b0ed8b9f35f3fa534a1ea0d866991e40278a10818fa5b60c70b0d5828971b045364f1099694cd1e5d5d60d480acb93fcfbfbced4a09e pyinstaller_hooks_contrib-2024.8- py3-none-any.whl
39
39
0572c6345f6a4f7f3e5c2ff858e3ca7ca54ae4478f3d59d8e18cb0f596e61dcf12aef579db229e83d63b30f15d6684ee6bb3feaea9413e5e636a503933057678 python-3.12.5-amd64.exe
Original file line number Diff line number Diff line change 39
39
mutagen-1.47.0-py3-none-any.whl
40
40
packaging-24.1-py3-none-any.whl
41
41
pillow-10.4.0-cp312-cp312-win_amd64.whl
42
- pyinstaller-6.9 .0-py3-none-win_amd64.whl
43
- pyinstaller_hooks_contrib-2024.7-py2. py3-none-any.whl
42
+ pyinstaller-6.10 .0-py3-none-win_amd64.whl
43
+ pyinstaller_hooks_contrib-2024.8- py3-none-any.whl
44
44
python-3.12.5-amd64.exe
45
45
)
46
46
[ $w7 ] && fns+=( # u2c stuff
You can’t perform that action at this time.
0 commit comments