Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Releases: gered/Llanfair

v1.5.4

28 Jan 21:59
Compare
Choose a tag to compare
  • Ensure application settings are saved when a Mac user quits via Cmd+Q.
  • Fix to prevent other splits files from being accidentally overwritten when choosing "New" option from menu (after you already had a splits file open), and then choose "Save."
  • Added user setting to control amount of files shown in the "Open Recent" menu list.
  • Added session attempt counter to count number of run attempts for the current splits. Resets back to zero whenever new splits are loaded.
  • Added sum of best time display option.
  • Added ability to set a different default splits file directory (note you can still save/open your splits to/from wherever you choose same as before, this is merely an additional convenience).

v1.5.3

21 Mar 17:38
Compare
Choose a tag to compare

Various changes and bugfixes:

  • Option for specifying a fixed main window width (can be useful for consistency with stream layouts)
  • Minor fixes with regards to window resizing behaviour
  • Always top-align splits if the window height is larger then the total number of splits requires
  • Text updates (removing some semi-cryptic short-form labels)
  • Added bold font settings
  • Component resize issues all fixed now (well... should be at least...)
  • Hotkey locking should no longer magically unlock itself

v1.5.2

05 Jan 18:39
Compare
Choose a tag to compare

Fixes for some colour issues.

v1.5.1

04 Jan 22:13
Compare
Choose a tag to compare

Mainly a bugfix release, but some new customization options are included also:

  • If JNativeHook registration fails, the app will prompt an error and then close instead of continuing to open. This is to prevent some confusion for end-users as their hotkeys won't work if registration fails.
  • Change "goal" to "sub-title" in the Run settings.
  • Add more missing font/colour customization options.
  • Fix some component sizing issues which could cause some text to be partially cut off depending on user font choices.
  • Other minor fixes.

Note that the config file and saved splits created with previous versions of Llanfair will likely not work with this version! You may have to delete any existing config file first if Llanfair does not open correctly.

v1.5

04 Dec 18:09
Compare
Choose a tag to compare

Fairly minor follow-up release to the last official release of Llanfair over a year ago (v1.4.3)

  • If the JNativeHook event hook registration fails the app will display an error prompt instead of failing
    silently. Additionally on some OS's you may see your OS prompt you with some kind of accessibility permissions
    request (note that in either case, you will have to restart Llanfair for the permissions change to take effect).
  • XML formats for both app config and saved runs. Some backwards compatibility for opening the old binary versions.
  • Config and runs are now saved by default under $user_home/.llanfair/.
  • Runs are now saved with a default .lfs file extension.
  • Support for a delayed/negative run start time. Useful if you want to start the run at a time more convenient for you
    but before any of the segments should start (e.g. to skip initial loading, fadeouts, etc)
  • Attempt counter (both number of total attempts and number of completed attempts).
  • Additional font customization settings.
  • Coloring of split time deltas using slightly different color shades based on if you're gaining/losing time while
    already ahead/behind.
  • Other very minor bug fixes.

Mac users can download Llanfair.Mac.zip which contains an app bundle that you can put in your Applications folder.

Windows/Linux users will need to download llanfair.jar and run manually from the command line for now (or you can double click to run if you have an association with JAR files). Use java -jar llanfair.jar to run.