-
v1.5.4 Stable
released this
2017-01-28 16:49:22 -05:00 | 13 commits to master since this release- 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).
Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
llanfair-1.5.4.dmg
6,435 downloads · 977 KiB
-
llanfair-1.5.4.jar
7,460 downloads · 1,011 KiB
-
v1.5.3 Stable
released this
2016-03-21 13:34:15 -04:00 | 30 commits to master since this releaseVarious 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
Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
llanfair-1.5.3-all.jar
188 downloads · 1,007 KiB
-
llanfair-1.5.3.dmg
142 downloads · 974 KiB
-
v1.5.2 Stable
released this
2016-01-05 13:38:32 -05:00 | 56 commits to master since this releaseFixes for some colour issues.
Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
llanfair-1.5.2.dmg
37 downloads · 970 KiB
-
llanfair-1.5.2.jar
43 downloads · 994 KiB
-
v1.5.1 Stable
released this
2016-01-04 17:05:09 -05:00 | 59 commits to master since this releaseMainly 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.
Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
llanfair-1.5.1.dmg
33 downloads · 970 KiB
-
llanfair-1.5.1.jar
32 downloads · 994 KiB
-
v1.5 Stable
released this
2015-12-04 13:03:23 -05:00 | 72 commits to master since this releaseFairly 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.Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
Llanfair.Mac.zip
155 downloads · 936 KiB
-
llanfair.jar
92 downloads · 992 KiB
- If the JNativeHook event hook registration fails the app will display an error prompt instead of failing