File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -82,20 +82,8 @@ gamepad | keyboard | describe
8282
83831 . 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
129117rclone 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
You can’t perform that action at this time.
0 commit comments