Skip to content

Commit

Permalink
Update changelog and install script
Browse files Browse the repository at this point in the history
  • Loading branch information
yorukot committed May 26, 2024
1 parent 4a7e217 commit ee4ec1c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion release/release.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion uninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions website/src/content/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ee4ec1c

Please sign in to comment.