File tree 6 files changed +8
-9
lines changed
6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. Dates are displayed in UTC(YYYY-MM-DD).
4
4
5
- # [ ** v1.1.3** ] ( )
5
+ # [ ** v1.1.3** ] ( https://github.com/yorukot/superfile/releases/tag/v1.1.3 )
6
6
7
- > xxxx-xx-xx
7
+ > 2024-05-26
8
8
9
9
#### Update
10
10
- 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
20
20
- Improve mouse scrolling delay [ ` f734292 ` ] ( https://github.com/yorukot/superfile/commit/f7342921d49d87f1bc633c9f8e19fe6845fbbf26 )
21
21
- Support image preview with ansi [ ` #26 ` ] ( https://github.com/yorukot/superfile/issues/26 )
22
22
- 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 )
24
23
25
24
#### Bug fix
26
25
- Recursive symlink crashes superfile [ ` #109 ` ] ( https://github.com/yorukot/superfile/issues/109 )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/
22
22
Write-Host " "
23
23
24
24
$package = " superfile"
25
- $version = " 1.1.2 "
25
+ $version = " 1.1.3 "
26
26
27
27
$installInstructions = @'
28
28
This installer is only available for Windows.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if [ $? -ne 0 ]; then
39
39
fi
40
40
41
41
package=superfile
42
- version=1.1.2
42
+ version=1.1.3
43
43
arch=$( uname -m)
44
44
os=$( uname -s)
45
45
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env -S bash -euo pipefail
2
2
3
3
projectName=" superfile"
4
- version=" v1.1.2 "
4
+ version=" v1.1.3 "
5
5
osList=(" darwin" " linux" " windows" )
6
6
archList=(" amd64" " arm64" )
7
7
mkdir dist
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/
22
22
Write-Host " "
23
23
24
24
$package = " superfile"
25
- $version = " 1.1.2 "
25
+ $version = " 1.1.3 "
26
26
27
27
$installInstructions = @'
28
28
This uninstaller is only available for Windows.
Original file line number Diff line number Diff line change 8
8
9
9
All notable changes to this project will be documented in this file. Dates are displayed in UTC(YYYY-MM-DD).
10
10
11
- # [ ** v1.1.3** ] ( )
11
+ # [ ** v1.1.3** ] ( https://github.com/yorukot/superfile/releases/tag/v1.1.3 )
12
12
13
- > xxxx-xx-xx
13
+ > 2024-05-26
14
14
15
15
#### Update
16
16
- Update print path list [ ` 37c8864 ` ] ( https://github.com/yorukot/superfile/commit/37c8864eb2b0dc73fbf8928dd40b3b7573e9a11dw )
You can’t perform that action at this time.
0 commit comments