Skip to content

Releases: JuneStepp/OneLauncher

OneLauncher 1.2.9

20 Apr 03:37
v1.2.9
40e803c
Compare
Choose a tag to compare

Update game server certificates. This fixes the recent LOTRO connection errors.

In case anyone's curious, the next version of OneLauncher is 2.0. I'ts a huge upgrade over this version, but is still not ready yet. The latest stableish progress is always available to check out at https://github.com/JuneStepp/OneLauncher/tree/develop for the technically inclined. Just know that nothing's final, and breaking changes are still semi-frequent.

OneLauncher 1.2.8 - Windows Only Fix

20 Jul 16:10
Compare
Choose a tag to compare

Just a quick fix for the in-game store with the 64-bit client on Windows. Go to the previous release if you use Linux.

OneLauncher 1.2.7

14 Jul 05:30
Compare
Choose a tag to compare

This release has a couple important fixes. Currently, major refactoring is under way for OneLauncher 2.0. If you would be interested in helping translate OneLauncher to French, German, or Russian then please contact me at contact@JuneStepp.me or anywhere else such as the OneLauncher GitHub page.

   - Fixed getting legendary servers status
   - Downgraded SSL cipher level for game servers. Fixes connection for some Linux distros. Fix by @gtbX
   - Fixed no Keyring backend being chosen when program is compiled with Nuitka
   - Fixed window dragging on Wayland

OneLauncher 1.2.6

29 Apr 01:14
Compare
Choose a tag to compare

This release implements some important fixes for the addon manager and adds the --language launch argument.

    * Removed unused import
    * Re-enabled table headers that got automatically disabled in addon manager
    * Fixed addon manager UI breaking when OS text size is changed
    * Added launch argument to set the game client language. This was requested by @wduda for easier plugin testing

OneLauncher 1.2.5

25 Apr 03:59
Compare
Choose a tag to compare

This is a quick hotfix for the in-game store with the 64-bit client on Windows. The WINE version is also updated for Mac and Linux users.

    * Fixed in-game store issue on Windows builds with the 64-bit client
    * Updated WINE

OneLauncher 1.2.4

16 Apr 20:13
Compare
Choose a tag to compare

This release has some small improvements and important fixes. Most importantly the certificates needed for logging into LOTRO have been updated and a bug affecting the installation of some plugins has been fixed. Thanks to @mja00 and @gtbX for their code contributions to this update.

    * Support for the Win32 legacy client in the UI
    * Improved element spacing in the settings window
    * Updated WINE and DXVK
    * Added just in case check to stop plugin folder from being accidentally deleted
    * Minor code style fixes
    * Fixed installation of plugins with file names that include the plugin's root folder name
    * Updated to PySide6. This allows OneLauncher to run on LMDE
    * Setup Poetry for dependency management
    * Fixed buttons in addon manager that overlapped other elements
    * Simplified loading of news feeds
    * Updated the certificates for SSL connections

OneLauncher 1.2.3

27 Nov 04:02
Compare
Choose a tag to compare

This release has some small fixes and improvements. Most notably FSYNC support is added and the first language detected is used by default rather than English. This improves the user experience for those that don't have English installed with their client. Unfortunately the Windows installer is much larger than normal for now, because of some compression issues with cx-freeze and can't be uploaded to lotrointerface.com.

    * Updated WINE and DXVK
    * Fixed typo in change log
    * Improved handling of network errors
    * Refactored code with Sourcery.ai
    * Support for Proton (Has to be manually set up in WinePrefix.py)
    * Manually refactored InstallAddon function
    * Fixed logging in WinePrefix.py
    * FSYNC support
    * OneLauncher change logs display in Markdown format
    * Language defaults to first one detected rather than English
    * Fixed getting normalClientNode when it doesn't exist yet

OneLauncher 1.2.2

14 Aug 23:15
Compare
Choose a tag to compare

This release fixes language selection and allows specification of startup game with a launch argument. This can be used to make different shortcuts for quickly accessing OneLauncher with different games.

  • Fixed language selection
  • Startup game selection with --game launch argument
  • Advanced usage section in README.md

OneLauncher 1.2.1

07 Aug 03:25
Compare
Choose a tag to compare

This release fixes some important bugs and allows developers to request a Python script to be run on every game launch. The user has to give permission for every add-on that does this since these scripts have the equivalent power of an executable file.

    * Dynamic documents folder detection on Windows
    * Fixed .plugincompendium file finding on Windows
    * Switch to using game config values for game settings and log folders
    * Database is re-made if its structure doesn't match current generation code
    * Startup script support for add-ons
    * Invalid folder handling for plugins and music
    * A few smaller fixes and improvements

OneLauncher 1.2!

28 Jul 03:59
Compare
Choose a tag to compare

The main feature of this release is the add-on manager, but a ton more was done. Thanks to everyone on the LOTRO discord server who helped out with testing. Especially the ever detail oriented ShoeMaker/Technical-13.

Main release features:

  • Add-on manager:
    Manage, update, and browse/download
    • plugins (with dependency checking)
    • themes (DDO support too!)
    • music (.abc files/collections of files)
  • Multiple accounts support
  • Fixed patching on Windows
  • Improved setup wizard
  • Better preview clients support
  • Switch to installer and cx-freeze for distribution
  • Notifications for new OneLauncher updates
  • Many smaller improvements

Changes from last pre-release:

  • Added example of OneLauncher windows to Readme
  • Updated WINE version
  • Adjusted language switching buttons, so they don't clip on Windows
  • Stopped main window hiding on game start
  • Fixed taskbar icon disappearing when game starts on Windows