diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 5bf1dbcf..a7186091 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 14, 2) +VERSION = (1, 14, 3) CODENAME = "one step forward" -BUILD_DT = (2024, 8, 23) +BUILD_DT = (2024, 8, 30) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/docs/changelog.md b/docs/changelog.md index 2b20d219..8ff53936 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,30 @@ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ +# 2024-0823-2307 `v1.14.2` bing chilling + +## new features + +* #94 @ultwcz translated the UI to Chinese (thx!) 92edea1d +* #84 improvements to [shares](https://github.com/9001/copyparty#shares): 8122dded + * if one or more files are selected for sharing, they are placed into a virtual folder + * more appropriate password UI for accessing protected shares + * human-readable timestamps in shares listing +* u2c (commandline uploader): support multiple exclusion patterns f356faa2 + +## bugfixes + +* remove confusing logmessage when downloading a zerobyte file 9f034d9c +* shares: 7ff46966 + * fix crash if the root volume is unmapped + * log-spam on config reload + * password coalescing + * add chrome support + +## other changes + +* #93 add html IDs to the tabstrip 461f3158 + + + ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ # 2024-0819-0014 `v1.14.1` one step forward diff --git a/scripts/pyinstaller/deps.sha512 b/scripts/pyinstaller/deps.sha512 index 2a94b545..5738185c 100644 --- a/scripts/pyinstaller/deps.sha512 +++ b/scripts/pyinstaller/deps.sha512 @@ -34,6 +34,6 @@ d1420c8417fad7888766dd26b9706a87c63e8f33dceeb8e26d0056d5127b0b3ed9272e44b4b76113 8a6e2b13a2ec4ef914a5d62aad3db6464d45e525a82e07f6051ed10474eae959069e165dba011aefb8207cdfd55391d73d6f06362c7eb247b08763106709526e mutagen-1.47.0-py3-none-any.whl 0203ec2551c4836696cfab0b2c9fff603352f03fa36e7476e2e1ca7ec57a3a0c24bd791fcd92f342bf817f0887854d9f072e0271c643de4b313d8c9569ba8813 packaging-24.1-py3-none-any.whl 2be320b4191f208cdd6af183c77ba2cf460ea52164ee45ac3ff17d6dfa57acd9deff016636c2dd42a21f4f6af977d5f72df7dacf599bebcf41757272354d14c1 pillow-10.4.0-cp312-cp312-win_amd64.whl -776378f5414efd26ec8a1cb3228a7b5fdf6afca3fa335a0e9b071266d55d9d9e66ee157c25a468a05bfa70ccd33c48b101998523fc6ff6bcf5e82a1d81ed0af8 pyinstaller-6.9.0-py3-none-win_amd64.whl -c0af77d2a57cb063ab038dc986ed3582bc5acc8c8bd91d726101935d6388f50854ddbca26bc846ed5d1022cdee4d96242938c66f0ddc4565c36b60d691064db8 pyinstaller_hooks_contrib-2024.7-py2.py3-none-any.whl +896ddddbd4b85e86e0600cb65eb4c07fbc7f3802d47e7f660411e20b5500831469b97ed4770f25820f4e75cbfac40308da624fd86d4f62e578149d5c276a9cde pyinstaller-6.10.0-py3-none-win_amd64.whl +873781decaeef07f6a79b0ed8b9f35f3fa534a1ea0d866991e40278a10818fa5b60c70b0d5828971b045364f1099694cd1e5d5d60d480acb93fcfbfbced4a09e pyinstaller_hooks_contrib-2024.8-py3-none-any.whl 0572c6345f6a4f7f3e5c2ff858e3ca7ca54ae4478f3d59d8e18cb0f596e61dcf12aef579db229e83d63b30f15d6684ee6bb3feaea9413e5e636a503933057678 python-3.12.5-amd64.exe diff --git a/scripts/pyinstaller/notes.txt b/scripts/pyinstaller/notes.txt index 92569474..010d0aeb 100644 --- a/scripts/pyinstaller/notes.txt +++ b/scripts/pyinstaller/notes.txt @@ -39,8 +39,8 @@ fns=( mutagen-1.47.0-py3-none-any.whl packaging-24.1-py3-none-any.whl pillow-10.4.0-cp312-cp312-win_amd64.whl - pyinstaller-6.9.0-py3-none-win_amd64.whl - pyinstaller_hooks_contrib-2024.7-py2.py3-none-any.whl + pyinstaller-6.10.0-py3-none-win_amd64.whl + pyinstaller_hooks_contrib-2024.8-py3-none-any.whl python-3.12.5-amd64.exe ) [ $w7 ] && fns+=( # u2c stuff