Skip to content

Releases: kinsi55/BeatSaber_BetterSongSearch

Update v0.7.75 for Beat Saber 1.24.0+

21 Mar 17:22
Compare
Choose a tag to compare
  • Fixed that some songs could not be downloaded (For example https://beatsaver.com/maps/2793c) because the mapper somehow managed to put multiple files with the same filename into the song zip

Update v0.7.74 for Beat Saber 1.24.0+

08 Mar 01:38
Compare
Choose a tag to compare
  • Fixed an issue where searching for exact-match song names could yield unexpected results
  • Fixed a softlock that could happen when you're in BSS while the song is starting in MP
  • Fixed that running the Multi-Download multiple times didnt work as expected
  • Fixed that the Min upload date filter didnt go down to May 2018 (If you have not touched the slider, its only a visual issue and the real/default minimum is May as intended)
  • Added an ingame setting that allows you to easily switch to the BeatSaber Mirror provided by WGzeyu for people in China

Update v0.7.73 for Beat Saber 1.19.0+

04 Sep 23:39
Compare
Choose a tag to compare
  • Improved Song name searching. It now tries to handle special and non-alphanumeric characters much better.

Examples: G.G.S.B.N.D.S can now be found by searching ggsbnds, t+pazolite can be found by searching tpazolite. Characters like ÖÄÜÀÈ etc can now be found by searching their "Base" characters (So OAUAE) and various improvements more. Essentially, anything that is not a space, number, or "simple" latin character is attempted to be filtered out / ignored for searching

  • The batch download slider now goes to 100 instead of 30

Update v0.7.72 for Beat Saber 1.19.0+

20 Aug 00:38
Compare
Choose a tag to compare
  • Fixed incorrect song length being displayed in the songs list
  • Improved search performance of search by using multiple cores
  • Renamed Oldest / Newest sort to Oldest Upload / Newest Upload because way too many people think when its set to "Newest" BSS will just magically know to sort by ranked date when they filter by only ranked maps

Update v0.7.70 for Beat Saber 1.19.0+

18 Aug 21:37
Compare
Choose a tag to compare
  • Made (some of) the error messages on failed downloads more clear
  • Fixed failing downloads on slower internet connections because Unity is quite honestly goofy
  • Made the Play / "Go to Song" button more reliable (hopefully)

Update v0.7.69 for Beat Saber 1.19.0+

04 Jul 23:45
Compare
Choose a tag to compare
  • Changed the method used for downloading things - If you before were unable to use Better Song Search because downloads just didnt work, they hopefully should now work
  • Optimized Song preview and Cover loading
  • Heavily optimized Song Downloading

Update v0.7.6 for Beat Saber 1.19.0+

28 Jun 16:07
Compare
Choose a tag to compare
  • Song downloads are now much faster (Thanks MicroBlock)
  • Loading of song covers and preview audio is now much faster (Primarily when you are not from NA)

Update v0.7.5 for Beat Saber 1.19.0+

26 Jun 20:06
Compare
Choose a tag to compare
  • A preview is now played for songs you have not downloaded yet, just like it is for ones you have downloaded. Depending on your internet speed this can have anywhere from a small to a sizable delay after clicking on the song. Can be disabled in the Settings in the "More" dropdown
  • Fixed that under certain circumstances songs with extremely long names could not be downloaded (Uncle ben what happened? MAX_PATH!!)
  • Dropped support for versions below 1.19

Update v0.7.4 for Beat Saber 1.18.0+

03 Jun 14:55
Compare
Choose a tag to compare
  • Fixed partial song author search / matching logic (Searching for song authors should actually work now lol)

Update v0.7.3 for Beat Saber 1.18.0+

27 May 17:47
Compare
Choose a tag to compare
  • Optimized playlist creation so that the game doesnt freeze for long periods when creating playlists with more than a couple thousand of songs due to O(n²) duplicate checking logic in Playlists lib - Commissioned by Robertas. Why would you want such big playlists? I was told to not ask.
  • Max songs-to-add slider now goes up to 3000 instead of 2000