Просмотр исходного кода

Merge branch 'master' of github.com:halsafar/BeatSaberSongBrowser

Stephen Damm 6 лет назад
Родитель
Сommit
ebc2c18332
1 измененных файлов с 3 добавлено и 5 удалено
  1. 3 5
      README.md

+ 3 - 5
README.md

@@ -9,15 +9,13 @@ A plugin for customizing the in-game song browser.
   - Default: `authorName` then `songName`.
   - Favorite: Anything marked favorite followed by the Default method.
   - Original: Match the original sorting you would normally get after SongLoaderPlugin.
+  - Newest: Sort songs by their last write time.
 - Clicking a sorting method will resort the song list immediately.
 
 ## Status
 - Working!
-- Known Issues:
- - Massive custom song collections seem to be causing issues.
 
 ### Known Issues
-- Original sorting method (what you normally get with just SongLoaderPluging) is not working
-
-
+- Massive custom song collections seem to be causing issues.
+- Add to favorites button shows wrong text sometimes in `not favorite` sort mode.