Skip to content

Commit 9b44af8

Browse files
committed
Update changelog
1 parent 27a612d commit 9b44af8

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
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.2.0**]()
5+
# [**v1.1.6**](https://github.com/yorukot/superfile/releases/tag/v1.1.6)
66

7-
> xxxx-xx-xx
7+
> 2024-11-21
88
99
#### Update
10+
- Add sort case toggle [`#469`](https://github.com/yorukot/superfile/issues/469)
1011
- Add Sort options [`#420`](https://github.com/yorukot/superfile/pull/420)
1112
- Fix flashing when switching between panels [`#122`](https://github.com/yorukot/superfile/issues/122)
1213

1314
#### Bug fix
15+
- Fix some hotkey broken
1416
- Fix the searchbar to automatically put the open key into the searchbar [`ec9e256`](https://github.com/yorukot/superfile/commit/b20bc70fe9d4e0ee96931092a6522e8604cc017b)
1517

1618
# [**v1.1.5**](https://github.com/yorukot/superfile/releases/tag/v1.1.5)

src/internal/config_type.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ type ConfigType struct {
125125
FileSizeUseSI bool `toml:"file_size_use_si" comment:"\nDisplay file sizes using powers of 1000 (kB, MB, GB) instead of powers of 1024 (KiB, MiB, GiB)."`
126126
DefaultSortType int `toml:"default_sort_type" comment:"\nDefault sort type (0: Name, 1: Size, 2: Date Modified)."`
127127
SortOrderReversed bool `toml:"sort_order_reversed" comment:"\nDefault sort order (false: Ascending, true: Descending)."`
128-
CaseSensitiveSort bool `toml:"case_sensitive_sort" comment:"\nCase sensitive sort by name (captal "B" comes before "a" if true)."`
128+
CaseSensitiveSort bool `toml:"case_sensitive_sort" comment:"\nCase sensitive sort by name (captal \"B\" comes before \"a\" if true)."`
129129

130130
Nerdfont bool `toml:"nerdfont" comment:"\n================ Style =================\n\n If you don't have or don't want Nerdfont installed you can turn this off"`
131131
TransparentBackground bool `toml:"transparent_background" comment:"\nSet transparent background or not (this only work when your terminal background is transparent)"`
@@ -160,7 +160,7 @@ type HotkeysType struct {
160160
PreviousFilePanel []string `toml:"previous_file_panel"`
161161
ToggleFilePreviewPanel []string `toml:"toggle_file_preview_panel"`
162162
OpenSortOptionsMenu []string `toml:"open_sort_options_menu"`
163-
ToggleReverseSort []string `toml:"toggle_reverse_sort"`
163+
ToggleReverseSort []string `toml:"toggle_reverse_sort"`
164164

165165
FocusOnProcessBar []string `toml:"focus_on_process_bar" comment:"change focus"`
166166
FocusOnSidebar []string `toml:"focus_on_sidebar"`

website/src/content/docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ 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.6**](https://github.com/yorukot/superfile/releases/tag/v1.1.6)
14+
15+
> 2024-11-21
16+
17+
#### Update
18+
- Add sort case toggle [`#469`](https://github.com/yorukot/superfile/issues/469)
19+
- Add Sort options [`#420`](https://github.com/yorukot/superfile/pull/420)
20+
- Fix flashing when switching between panels [`#122`](https://github.com/yorukot/superfile/issues/122)
21+
22+
#### Bug fix
23+
- Fix some hotkey broken
24+
- Fix the searchbar to automatically put the open key into the searchbar [`ec9e256`](https://github.com/yorukot/superfile/commit/b20bc70fe9d4e0ee96931092a6522e8604cc017b)
25+
1326
# [**v1.1.5**](https://github.com/yorukot/superfile/releases/tag/v1.1.5)
1427

1528
> 2024-10-03

0 commit comments

Comments
 (0)