Skip to content

Commit ee4ec1c

Browse files
committed
Update changelog and install script
1 parent 4a7e217 commit ee4ec1c

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

changelog.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC(YYYY-MM-DD).
44

5-
# [**v1.1.3**]()
5+
# [**v1.1.3**](https://github.com/yorukot/superfile/releases/tag/v1.1.3)
66

7-
> xxxx-xx-xx
7+
> 2024-05-26
88
99
#### Update
1010
- 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
2020
- Improve mouse scrolling delay [`f734292`](https://github.com/yorukot/superfile/commit/f7342921d49d87f1bc633c9f8e19fe6845fbbf26)
2121
- Support image preview with ansi [`#26`](https://github.com/yorukot/superfile/issues/26)
2222
- Clear search after opening directory [`#146`](https://github.com/yorukot/superfile/issues/146)
23-
- Support for changing sidebar width [`05f3ab0`](https://github.com/yorukot/superfile/commit/05f3ab0a3df8a814c3e8907b07ebc5dd1fb828d6)
2423

2524
#### Bug fix
2625
- Recursive symlink crashes superfile [`#109`](https://github.com/yorukot/superfile/issues/109)

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/
2222
Write-Host ""
2323

2424
$package = "superfile"
25-
$version = "1.1.2"
25+
$version = "1.1.3"
2626

2727
$installInstructions = @'
2828
This installer is only available for Windows.

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ $? -ne 0 ]; then
3939
fi
4040

4141
package=superfile
42-
version=1.1.2
42+
version=1.1.3
4343
arch=$(uname -m)
4444
os=$(uname -s)
4545

release/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env -S bash -euo pipefail
22

33
projectName="superfile"
4-
version="v1.1.2"
4+
version="v1.1.3"
55
osList=("darwin" "linux" "windows")
66
archList=("amd64" "arm64")
77
mkdir dist

uninstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/
2222
Write-Host ""
2323

2424
$package = "superfile"
25-
$version = "1.1.2"
25+
$version = "1.1.3"
2626

2727
$installInstructions = @'
2828
This uninstaller is only available for Windows.

website/src/content/docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ head:
88

99
All notable changes to this project will be documented in this file. Dates are displayed in UTC(YYYY-MM-DD).
1010

11-
# [**v1.1.3**]()
11+
# [**v1.1.3**](https://github.com/yorukot/superfile/releases/tag/v1.1.3)
1212

13-
> xxxx-xx-xx
13+
> 2024-05-26
1414
1515
#### Update
1616
- Update print path list [`37c8864`](https://github.com/yorukot/superfile/commit/37c8864eb2b0dc73fbf8928dd40b3b7573e9a11dw)

0 commit comments

Comments
 (0)