Releases: wackerl91/luna
Luna 0.7.0-rc7
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.
- disabling Eos telemetry should now work as expected
- 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)
- using a mouse shouldn't throw a crazy amount of exceptions anymore
- added a readme section about Eos to clarify what it does and doesn't do
Luna 0.7.0-rc6
- stale input devices are removed instead of locking users out of Controller Configuration view
- 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)
- Interface fixes for new OSMC skin / Estuary
Luna 0.7.0-rc5
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
Luna 0.7.0-rc4
- 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
- should fix the SimplePairingManager (binary fallback if no crypto stuff is installed) (#117)
- redesigned the game information screen to be a bit more beautiful
- again, this is more of a refactoring to make future work easier
Luna 0.7.0-rc3
- 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
- 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
- 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!
Luna 0.7.0-rc2
Luna 0.7.0-rc1
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)
Luna 0.6.3
Luna 0.6.2
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).
- 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!
Luna 0.6.1
- 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