Skip to content

v1.5.0

Compare
Choose a tag to compare
@happymimimix happymimimix released this 14 Dec 16:54
· 51 commits to main since this release
0730456

I found the source code! finally!!!

This is a very big update which includes many big changes that I wanted to do long ago but was unable to achieve because I lost the source code:

  1. Autoplay improvement
  2. Practice mode bug fix (something I accidentally broken when implementing autoplay)
  3. Minor UI bug fix
  4. Screen size is no longer hard coded to 1280*720, it's now calculated dynamically based on the resolution of the current monitor. (Equation: WindowWidth * 1.5 = MonitorWidth; WindowHeight * 1.5 = MonitorHeight)
  5. ffmpeg command bugfix
  6. Video output button bug fix

Which also means, SFBM is open sourced once again from now on! YAY!