From ee4ec1cd2d91f29deb9c1d7d3e8fa79980bb564b Mon Sep 17 00:00:00 2001 From: Night Cat <107802416+MHNightCat@users.noreply.github.com> Date: Sun, 26 May 2024 16:33:48 +0800 Subject: [PATCH] Update changelog and install script --- changelog.md | 5 ++--- install.ps1 | 2 +- install.sh | 2 +- release/release.sh | 2 +- uninstall.ps1 | 2 +- website/src/content/docs/changelog.md | 4 ++-- 6 files changed, 8 insertions(+), 9 deletions(-) diff --git a/changelog.md b/changelog.md index ad1d8b11..c4d026a9 100644 --- a/changelog.md +++ b/changelog.md @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC(YYYY-MM-DD). -# [**v1.1.3**]() +# [**v1.1.3**](https://github.com/yorukot/superfile/releases/tag/v1.1.3) -> xxxx-xx-xx +> 2024-05-26 #### Update - Update print path list [`37c8864`](https://github.com/yorukot/superfile/commit/37c8864eb2b0dc73fbf8928dd40b3b7573e9a11dw) @@ -20,7 +20,6 @@ All notable changes to this project will be documented in this file. Dates are d - Improve mouse scrolling delay [`f734292`](https://github.com/yorukot/superfile/commit/f7342921d49d87f1bc633c9f8e19fe6845fbbf26) - Support image preview with ansi [`#26`](https://github.com/yorukot/superfile/issues/26) - Clear search after opening directory [`#146`](https://github.com/yorukot/superfile/issues/146) -- Support for changing sidebar width [`05f3ab0`](https://github.com/yorukot/superfile/commit/05f3ab0a3df8a814c3e8907b07ebc5dd1fb828d6) #### Bug fix - Recursive symlink crashes superfile [`#109`](https://github.com/yorukot/superfile/issues/109) diff --git a/install.ps1 b/install.ps1 index 895e50fd..d18a52f1 100644 --- a/install.ps1 +++ b/install.ps1 @@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/ Write-Host "" $package = "superfile" -$version = "1.1.2" +$version = "1.1.3" $installInstructions = @' This installer is only available for Windows. diff --git a/install.sh b/install.sh index 07bf8eb9..c7ed97a4 100755 --- a/install.sh +++ b/install.sh @@ -39,7 +39,7 @@ if [ $? -ne 0 ]; then fi package=superfile -version=1.1.2 +version=1.1.3 arch=$(uname -m) os=$(uname -s) diff --git a/release/release.sh b/release/release.sh index bf978325..670533f8 100644 --- a/release/release.sh +++ b/release/release.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash -euo pipefail projectName="superfile" -version="v1.1.2" +version="v1.1.3" osList=("darwin" "linux" "windows") archList=("amd64" "arm64") mkdir dist diff --git a/uninstall.ps1 b/uninstall.ps1 index 5ac2022d..dece58f9 100644 --- a/uninstall.ps1 +++ b/uninstall.ps1 @@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/ Write-Host "" $package = "superfile" -$version = "1.1.2" +$version = "1.1.3" $installInstructions = @' This uninstaller is only available for Windows. diff --git a/website/src/content/docs/changelog.md b/website/src/content/docs/changelog.md index 4d62ea8b..bc6664be 100644 --- a/website/src/content/docs/changelog.md +++ b/website/src/content/docs/changelog.md @@ -8,9 +8,9 @@ head: All notable changes to this project will be documented in this file. Dates are displayed in UTC(YYYY-MM-DD). -# [**v1.1.3**]() +# [**v1.1.3**](https://github.com/yorukot/superfile/releases/tag/v1.1.3) -> xxxx-xx-xx +> 2024-05-26 #### Update - Update print path list [`37c8864`](https://github.com/yorukot/superfile/commit/37c8864eb2b0dc73fbf8928dd40b3b7573e9a11dw)