Skip to content

Releases: vivaria/tja2fumen

0.8.0

30 Apr 02:13
Compare
Choose a tag to compare

What's Changed

  • Properly set timing window values for easier difficulties by @vivaria in #74
  • Allow tja2fumen to be run on folders to allow fixing timing windows on all .bin files by @vivaria in #75

0.7.2

11 Feb 08:55
Compare
Choose a tag to compare

This patch release fixes a small but important bug introduced in version 0.7.0 that caused conversion failures when combined with TakoTako:

Moving forward, I will explicitly test compatibility with TakoTako's TJAConvert.exe before creating a new release. My apologies for any inconvenience this has caused.

0.7.1

11 Feb 01:08
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

Warning

tja2fumen 0.7.0 and 0.7.1 include a small bug that causes conversion failures when used with TakoTako. Please upgrade to 0.7.2. The releases for versions 0.7.0 and 0.7.1 have been marked as 'Prerelease' for this reason.

This patch release includes many small improvements to avoid unnecessary crashes due to chart errors. Now, instead of crashing, tja2fumen will try to fix issues where it can, and alert the user with detailed warning messages.

For the full changelog since 0.7.0, please refer to this link.

0.7.0

04 Feb 04:01
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Warning

tja2fumen 0.7.0 and 0.7.1 include a small bug that causes conversion failures when used with TakoTako. Please upgrade to 0.7.2. The releases for versions 0.7.0 and 0.7.1 have been marked as 'Prerelease' for this reason.

This minor release includes the following new features:

  • Outputs fumens with proper Don/Kat senote types (ド, コ, ドン, カ, カッ)
  • Can run tja2fumen on existing .bin to update senote types.

0.7.dev0

03 Feb 22:46
Compare
Choose a tag to compare
0.7.dev0 Pre-release
Pre-release

Warning

This is a developer prerelease simply to test the changes in PR #64. This version shouldn't be included in any official releases. Please wait for the proper release when PR #64 is merged.

Includes the following fixes:

Includes the following new feature:

  • Adds functionality to run on existing .bin files to fix don/ka senote types

0.6.2.dev4

03 Feb 20:40
Compare
Choose a tag to compare
0.6.2.dev4 Pre-release
Pre-release

Warning

This is a developer prerelease simply to test the changes in PR #64. This version shouldn't be included in any official releases. Please wait for the proper release when PR #64 is merged.

Includes the following fixes:

  • Don't cluster isolated 4th notes.
  • Include big notes (大) in clusters (so that, for example, ddddD will be ド ド ド ド ドン(大) and not ド ド ド ドン ドン(大)
  • Group mixed sets of dense notes together (12th, 16th, 18th, 24th, 32nd, 36th, etc.)
  • Don't use "don" or "katsu" for dense groups of 4 (in other words, use only do/ka)

0.6.2.dev3

31 Jan 16:15
Compare
Choose a tag to compare
0.6.2.dev3 Pre-release
Pre-release

Warning

This is a developer prerelease simply to test the changes in PR #64. This version shouldn't be included in any official releases. Please wait for the proper release when PR #64 is merged.

Includes fix for how isolated whole notes/half notes are grouped (will always be "don/katsu" and never "do/ka").

0.6.2.dev2

31 Jan 15:43
Compare
Choose a tag to compare
0.6.2.dev2 Pre-release
Pre-release

Warning

This is a developer prerelease simply to test the changes in PR #64. This version shouldn't be included in any official releases. Please wait for the proper release when PR #64 is merged.

Includes fixes to how the positions of notes are calculated, and how notes are clustered, when BPMCHANGE commands are present.

0.6.2.dev1

25 Jan 21:28
Compare
Choose a tag to compare
0.6.2.dev1 Pre-release
Pre-release

Warning

This is a developer prerelease simply to test the changes in PR #64. This version shouldn't be included in any official releases. Please wait for the proper release when PR #64 is merged.

0.6.1

05 Aug 15:24
Compare
Choose a tag to compare

This bugfix release contains the following changes:

  • Fix error when metadata fields have numbers in them (e.g. NOTESDESIGNER0) (#61)

Additionally, this release includes some refactoring to make the codebase more readable (pylint and mypy compliance).