Skip to content

Releases: stringflow/FlowTimer-Java

1.8 Release

04 Oct 12:54
Compare
Choose a tag to compare
  • HUGE accuracy improvement by nuking UI timer label updating, as well as dark mode removal
  • Numerous bug fixes and code base improvements

1.7 Release

16 Jun 23:21
Compare
Choose a tag to compare
  • Added offset calibration
  • Added the ability to import custom beep sounds
  • Added dark mode
  • Added the ability to change the color of the visual cue
  • Now reminds you to save your timers if you try to close the program with a change to them
  • More bug fixes

1.6 Release

08 Feb 22:09
Compare
Choose a tag to compare
  • Added variable offset timer for Fire Red/Leaf Green starter manipulation
  • Added visual cue length to the settings window
  • Added new icon for the program
  • Lots of bug fixes

1.5 Release

18 Dec 16:02
Compare
Choose a tag to compare

I went back to using Swing instead of JavaFX because since JDK11 it is no longer supported. In other words this version will run on Java 11.

Changed the Audio API once again, this time using OpenAL as all the other APIs have had some minor issues in the past. I also tried a new approach with the code that is responsible for the beeps which lowers the CPU usage by quite alot. With all of this in mind you very likely have to adjust your offsets.

For scalability sake in the future, I have changed the format for the timer files, they are now in JSON. Because of that your old timer files will no longer load and you have to remake them.

1.4.2 Release

09 Aug 20:07
Compare
Choose a tag to compare

This version includes a major audio overhaul.

1.4.1 Release

03 Aug 14:27
Compare
Choose a tag to compare

Includes 2 major features and 1 minor one:

  • Added a pin button which makes the application stay always on top
  • The directory of the last saved or loaded timer file is now stored and will be automatically selected next time you import your settings
  • Improved the latency of the visual cue by a huge margin
  • Various bug fixes

First offical release

01 Aug 10:22
Compare
Choose a tag to compare

This is the first "real" release of FlowTimer for use in the Pokemon Speedruns community.