Wackerl91 Luna Versions Save

Moonlight Launcher for Kodi

v0.7.0-rc7

7 years ago

Note: if there aren't any huge issues coming up with this version, it will be the last RC and the next release will not be marked as 'pre-release' anymore.

LUNA-69:

  • disabling Eos telemetry should now work as expected

LUNA-70:

  • removed OMDB scraper (doesn't provide game information anymore)
  • removed IGDB scraper (changed their API)
  • removed workaround to get cover arts from NVs GFE service (too many errors)
  • if an error occurs for a certain game with a certain scraper, that scraper is now skipped (the error is still logged, however)

LUNA-71:

  • using a mouse shouldn't throw a crazy amount of exceptions anymore

LUNA-72:

  • added a readme section about Eos to clarify what it does and doesn't do

v0.7.0-rc6

7 years ago

LUNA-66:

  • stale input devices are removed instead of locking users out of Controller Configuration view

LUNA-67:

  • Eos integration
  • Eos gathers telemetry data, tracks the install base and provides a log / exception handling service for Luna
  • NO personal information (public IP addresses, ...) are gathered
  • if you should NOT be okay with this: you can fully disable it in the settings (even before launching Luna), the setting is called "Enable Telemetry Data via Eos" (under the "Experimental" section)

LUNA-68:

  • Interface fixes for new OSMC skin / Estuary

v0.7.0-rc5

7 years ago

LUNA-65:

  • removed restriction for greyed out 'Add Mapping' button
  • this was in place to prevent users from assigning map files to their KB/M, but prevented the functionality for controllers which were set up to work in Kodi

v0.7.0-rc4

7 years ago

LUNA-62:

  • redesigned game list (looks more like a panel now)
  • this is also more or less the basis to allow switching between multiple view types (list, panel, ...) in the future

LUNA-63:

  • should fix the SimplePairingManager (binary fallback if no crypto stuff is installed) (#117)

LUNA-64:

  • redesigned the game information screen to be a bit more beautiful
  • again, this is more of a refactoring to make future work easier

v0.7.0-rc3

7 years ago

LUNA-59:

  • fixes an issue where the settings screen crashed due to a bad condition and left Kodi unresponsive
  • should resolve an issue where the IP input field (fallback if the DiscoveryAgent can't be loaded) would never show up

LUNA-60:

  • shows Luna's logo in the game list
  • adds the clock widget to the upper right corner of the main menu and the game list

LUNA-61:

  • resolves an issue where Luna wouldn't start up properly due to the bootstrapping being incomplete when the first render call was executed
  • adds the default Kodi BusyDialog on startup

Again, thanks for all the feedback you guys gave me over the past week - really appreciate that!

v0.7.0-rc2

7 years ago

Thank you for all of your feedback over the last week. Special thanks to @A---- who helped a lot tracking down a nasty bug in the DI.

LUNA-57:

  • fixed storage path creation for clean installations

LUNA-58:

  • fixed game list

Overall, this should make Luna usable again (and no, I don't sleep).

v0.7.0-rc1

7 years ago

With over 5k new / changed lines of code, 0.7.0. will be the biggest update for Luna ever since the initial release.

Features include:

  • multi-host support
  • WoL support
  • mDNS host discovery for easier pairing (see readme)
  • completely new UI
  • partial rebuild of the underlying architecture
  • pre/post launch scripts
  • better performance (well, except the very first start ...)

Known issues:

  • some screens aren't completely done
  • current stable version of zeroconf has some issues with handling host names reported by newer GFE versions

You should be able to update from your existing installation without uninstalling. However, you will need to re-pair your host. If you run into any issues while updating / using it for the first time, please do a clean reinstall of the addon (uninstall it and delete its leftover files in the respective userdata folder)

v0.6.3-alpha

7 years ago

LUNA-42:

  • resolves an issue where the handling of unicode characters would prevent Luna from starting and/or listing games in some instances
  • special thanks to @Kampher who tirelessly tried any solution I came up with (as I wasn't able to reproduce this behaviour myself) until it was finally resolved

v0.6.2-alpha

7 years ago

NOTE: There have been some reports with issues regarding this release. If Luna isn't working after upgrading to this version please try 0.6.1. (or don't update to this version in the first place).

LUNA-41:

  • should resolve an issue where certain special characters (e.g. ™) would cause Luna to crash when trying to pair / list games
  • kudos to @TTherouanne and @CQoute who helped a lot by providing example data and pointing me into the right direction. Cheers!

v0.6.1-alpha

7 years ago

LUNA-40:

  • resolves an issue when trying to read / dump the uniqueid.dat file, but moonlight cache didn't exist
  • resolves ans issue where the update service would crash when trying to parse latest release information
  • reads the PIN from moonlight's output again (for systems where crypto libraries are not installed) to resolve pairing issues