This repository has been archived by the owner on Sep 30, 2018. It is now read-only.
v1.5
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.