Skip to content

Commit 4c72485

Browse files
committed
ready to release v1.1.5
1 parent b9e79f4 commit 4c72485

File tree

9 files changed

+55
-8
lines changed

9 files changed

+55
-8
lines changed

changelog.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,30 @@
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.4**] ()
5+
# [**v1.1.5**](https://github.com/yorukot/superfile/releases/tag/v1.1.5)
6+
7+
> 2024-10-03
8+
9+
#### Update
10+
- Stop automatically updating config file. Add fix-hotkeys flag, feedback for missing hotkeys [`#333`](https://github.com/yorukot/superfile/issues/333)
11+
- Update installation.md: Add x-cmd method to install superfile [`#371`](https://github.com/yorukot/superfile/issues/333)
12+
- Added option to change default editor [`#396`](https://github.com/yorukot/superfile/pull/396)
13+
- Support Shell access but cant read history [`#127`](https://github.com/yorukot/superfile/issues/127)
14+
- shortcut to copy path to currently selected file [`#196`](https://github.com/yorukot/superfile/issues/196)
15+
16+
#### Bug fix
17+
- fixed typo in hotkeys.toml [`#341`](https://github.com/yorukot/superfile/issues/341)
18+
- Fixes issue #360 + Typo fixes by [`#379`](https://github.com/yorukot/superfile/pull/379)
19+
- fixed spelling mistake : varibale to variable [`#394`](https://github.com/yorukot/superfile/pull/394)
20+
- fixed exiftool session left open after use [`#400`](https://github.com/yorukot/superfile/pull/400)
21+
- Show unsupported format in preview panel over a torrent file [`#408`](https://github.com/yorukot/superfile/pull/408)
22+
- Vim bindings in docs cause error on nixos [`#325`](https://github.com/yorukot/superfile/issues/325)
23+
- fix spf help flag error [`#368`](https://github.com/yorukot/superfile/issues/368)
24+
- You cannot access the disks section in the side panel when only have one disk [`#409`](https://github.com/yorukot/superfile/issues/409)
25+
- "Unsupported formats" message has an extra space for .pdf files [`#392`](https://github.com/yorukot/superfile/issues/392)
26+
27+
28+
# [**v1.1.4**](https://github.com/yorukot/superfile/releases/tag/v1.1.4)
629

730
> 2024-08-01
831

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
packages = rec {
2828
superfile = pkgs.buildGoApplication {
2929
pname = "superfile";
30-
version = "1.1.4";
30+
version = "1.1.5";
3131
src = ./.;
3232
modules = ./gomod2nix.toml;
3333
};

release/release.sh

+2-1
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.4"
4+
version="v1.1.5"
55
osList=("darwin" "linux" "windows")
66
archList=("amd64" "arm64")
77
mkdir dist
@@ -27,3 +27,4 @@ for os in "${osList[@]}"; do
2727
done
2828
fi
2929
done
30+
w

src/config/fixed_variable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var SuperFileDataDir = xdg.DataHome + "/superfile"
99
var SuperFileStateDir = xdg.StateHome + "/superfile"
1010

1111
const (
12-
CurrentVersion string = "v1.1.4"
12+
CurrentVersion string = "v1.1.5"
1313
LatestVersionURL string = "https://api.github.com/repos/yorukot/superfile/releases/latest"
1414
LatestVersionGithub string = "github.com/yorukot/superfile/releases/latest"
1515
)

website/public/install.ps1

+1-1
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.4"
25+
$version = "1.1.5"
2626

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

website/public/install.sh

+1-1
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.4
42+
version=1.1.5
4343
arch=$(uname -m)
4444
os=$(uname -s)
4545

website/public/uninstall.ps1

+1-1
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.4"
25+
$version = "1.1.5"
2626

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

website/src/content/docs/changelog.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,29 @@ head:
1010

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

13-
# [**v1.1.4**] ()
13+
# [**v1.1.5**](https://github.com/yorukot/superfile/releases/tag/v1.1.5)
14+
15+
> 2024-10-03
16+
17+
#### Update
18+
- Stop automatically updating config file. Add fix-hotkeys flag, feedback for missing hotkeys [`#333`](https://github.com/yorukot/superfile/issues/333)
19+
- Update installation.md: Add x-cmd method to install superfile [`#371`](https://github.com/yorukot/superfile/issues/333)
20+
- Added option to change default editor [`#396`](https://github.com/yorukot/superfile/pull/396)
21+
- Support Shell access but cant read history [`#127`](https://github.com/yorukot/superfile/issues/127)
22+
- shortcut to copy path to currently selected file [`#196`](https://github.com/yorukot/superfile/issues/196)
23+
24+
#### Bug fix
25+
- fixed typo in hotkeys.toml [`#341`](https://github.com/yorukot/superfile/issues/341)
26+
- Fixes issue #360 + Typo fixes by [`#379`](https://github.com/yorukot/superfile/pull/379)
27+
- fixed spelling mistake : varibale to variable [`#394`](https://github.com/yorukot/superfile/pull/394)
28+
- fixed exiftool session left open after use [`#400`](https://github.com/yorukot/superfile/pull/400)
29+
- Show unsupported format in preview panel over a torrent file [`#408`](https://github.com/yorukot/superfile/pull/408)
30+
- Vim bindings in docs cause error on nixos [`#325`](https://github.com/yorukot/superfile/issues/325)
31+
- fix spf help flag error [`#368`](https://github.com/yorukot/superfile/issues/368)
32+
- You cannot access the disks section in the side panel when only have one disk [`#409`](https://github.com/yorukot/superfile/issues/409)
33+
- "Unsupported formats" message has an extra space for .pdf files [`#392`](https://github.com/yorukot/superfile/issues/392)
34+
35+
# [**v1.1.4**](https://github.com/yorukot/superfile/releases/tag/v1.1.4)
1436

1537
> 2024-08-01
1638

website/src/content/docs/list/hotkey-list.md

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ These are the default hotkeys and you can [change](/configure/custom-hotkeys) th
5858
| Cut file or folder (or both) | `ctrl+x` | `file_panel_select_mode_item_cut` |
5959
| Paste all items in your clipboard | `ctrl+v` | `paste_item` |
6060
| Delete file or folder (or both) | `ctrl+d`, `delete` | `delete_item` (normal mode) <br> `file_panel_select_mode_item_delete` (select mode) |
61+
| Copy current file or directory path | `ctrl+p` | `copy_path` |
6162
| Extract zip file | `ctrl+e` | `extract_file` (normal mode) |
6263
| Zip file or folder to .zip file | `ctrl+a` | `compress_file` (normal mode) |
6364
| Open file with your default editor | `e` | `oepn_file_with_editor` (normal node) |

0 commit comments

Comments
 (0)