Skip to content

Commit 9e7bc07

Browse files
committed
feat: update changelog and improve README for clarity
1 parent a0f40f8 commit 9e7bc07

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [next]
4+
5+
### Fixed
6+
7+
* follow framebuffer size changes when docking mid-playback
8+
* improvements media tab layout with new UI elements
9+
10+
### Add
11+
12+
* add Turkish localization @lexicalnerd
13+
* add series download support
14+
* support remote server manage with add/edit form
15+
316
## [0.9.0]
417

518
### Fixed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,8 @@ gamepad | keyboard | describe
8282

8383
1. Q: Subtitles didn't display?
8484
A: Put any ttf file at `/switch/Switchfin/subfont.ttf`
85-
2. Q: How to enable external drive on switch?
86-
A: Edit config file `config.json`
87-
88-
```json
89-
{
90-
"setting": {
91-
"ums": true
92-
}
93-
}
94-
```
95-
96-
<img src="images/ums.jpg" alt="ums" height="360" width="640">
9785

98-
3. Q: How to play media files on webdav server?
86+
2. Q: How to play media files on webdav server?
9987
A: Edit config file `config.json`
10088

10189
```json
@@ -129,7 +117,7 @@ gamepad | keyboard | describe
129117
rclone serve http --addr :8000 --read-only /media/downloads
130118
```
131119

132-
4. Q: Can't open app under macOS ?
120+
3. Q: Can't open app under macOS ?
133121
A: Please run this command in your terminal: `sudo xattr -rd com.apple.quarantine /Applications/Switchfin.app`
134122

135123
## TODO list

0 commit comments

Comments
 (0)