You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@
2
2
3
3
All notable changes to this project will be documented in this file. For commit guidelines, please refer to [Standard Version](https://github.com/conventional-changelog/standard-version).
4
4
5
+
## v1.1.4-beta
6
+
7
+
**New Features**:
8
+
- toggle to show searching results with thumbnails #1545
9
+
10
+
**Notes**:
11
+
- file list has loading spinner to help prevent double click issues and give better feedback
12
+
- improved cacheDir startup checks
13
+
- warning for slow read/write speeds below 50MB/s
14
+
- warning for low free space below 20GB
15
+
- warning if read/write latency is slow
16
+
- fatal for any errors reading or writing to the directory
17
+
- links to official docs for more info
18
+
- access rule changes:
19
+
- denied folders won't show up in parent directory listing view (#1684)
20
+
- tools will respect access rules
21
+
- shares will check access rules based on user that created the share
22
+
23
+
**BugFixes**:
24
+
- passwords with special characters not working properly (#1648)
25
+
- encoded filename navigation issue (#1711)
26
+
- Fix/Improve some behaviors in nextPrevious (#1707)
27
+
- Files recognized as folder if they have the same name as previously deleted folders #1697
0 commit comments