Skip to content

Releases: Corne2Plum3/fnf2osumania

v1.3.2

08 Feb 19:52
Compare
Choose a tag to compare
  • Add script to build the .exe.
  • Add tests folder
  • Fix issue #35

v1.3.1

07 Feb 20:01
4b7c73e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

This release note has been generated automatically lol

v1.3.0

28 Oct 19:56
6e6acad
Compare
Choose a tag to compare

What's Changed

  • Fix crash, when trying to convert maps that have more than 3 arguments by @zzahkaboom24 in #30
  • Refactor the fnf_converter code and fix notes overlapping by @Corne2Plum3 in #31 (tl;dr fixes #27)

Full Changelog: v1.2.0...v1.3.0

This release note has been generated automatically lol

v1.2.0

16 Oct 18:08
1728d4f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.7...v1.2.0

This release note has been generated automatically lol)

v1.1.7

21 May 13:28
Compare
Choose a tag to compare
  • Increase windows size by 1.15 (fixes #22).
  • Code quality: add if __name__ == '__main__' in main.py.

v1.1.6

23 Apr 13:41
Compare
Choose a tag to compare
  • Fixed typo in the title of the FFMPEG error window. (not complete #22 fix).
  • When a note has strings as arguments, the program tries to convert it to number, otherwise the argument is ignored. If a note doesn't has enough arguments after this cleaning, the note is ignored. (fixes #19)

⚠️ If you are downloading the source code, delete __pycache__, build and dist directories and main.spec, which are result from the .exe build and I accidentally pushed them...

v1.1.5

12 Feb 23:39
Compare
Choose a tag to compare
  • A lot of people complained about the same "issue" (#5, #6, #11, #12, #13, #14, #15, #17, #21), where the program crashes during export because they didn't read the required section didn't have FFMPEG installed on their device. Now the program can detect if FFMPEG is installed or not, and if FFMPEG isn't detected, an error window will appears and the converter will not appears.
  • Fixed #4.

v1.1.4

30 Oct 19:46
Compare
Choose a tag to compare

2 small updates in a day xD

  • Fix crashes when there is BPM = 0 in the FNF chart. (fixes #10)
  • Allow to resize window (except the one which appears during the export).

Note: The included README.md isn't up to date.

v1.1.3

30 Oct 11:56
Compare
Choose a tag to compare

Fixes bug #9 which happened with some mods.

v1.1.2

25 Oct 20:42
18aba91
Compare
Choose a tag to compare

Some bugs fixes.

  • Fixes a bug that happens with some charts (fixes #7)
  • When you use some characters that aren't allowed when you name a file (such as ? or /), the program doesn't crashes now (fixes #8)
  • Uncheck the option "Unique BPM" by default.
  • Added an error message when there isn't any audio file selected (because the program crashed when there was 0 audio files selected).