Releases: yancharkin/games_nebula
Releases · yancharkin/games_nebula
2024.dev1
20180605
Changes:
- Bug fixes and small improvements
- Possibility to use innounp.exe (through wine) instead of innoextract
- Installation process changed a bit, more info in README.md / 2. Install application
Important notes:
- Latest innoextract (master) recommended. If for some reason you can't build and install it, you can use innounp.exe (setup script can download it for you)
- Dependencies list updated
- I always tried to keep code in master branch in working condition, but it was a bit difficult to setup the app properly, that's why I started publishing releases, now there is no need for it - I encourage everyone to use code from master branch (read instruction in README!).
- Main repository still on Github, but now there is mirrors on Bitbucket and Gitlab (just in case)
20180424
Changes:
- Compatibility with new GOG installers
- Remapping input in DosBox a bit easier now
- Few bugs fixed
Important note:
GOG started to use new packaging method for installers for Windows. For now, this new installers can't be extracted (properly) with vanilla version of innoextract. Use this fork.
20180222
Changes:
- Both python 2 and 3 can be used now
- Using pygogapi for authorization (probably it'll be used for lgogdownloader replacement later)
- Scripts and images from application root directory used by default. But if there is files in ~/.games/nebula/scripts and ~/.games/nebula/images directories, they have higher priority
- Other improvements and bug fixes
Important note:
Installation scripts and configuration file slightly changed, it's recommended to remove or update files in ~/.games_nebula/scripts and ~/.games_nebula/config/config.ini
20171113
- Process of downloading scripts for 'My Library' improved
- WINEDLLOVERRIDES can be set in 'autosetup.ini
- New images and scripts in tarball
- Bug fixes
20170702
Old scripts no longer works. If you have used previous releases, remove/rewrite scripts.
- New installation system. Most game can be installed fully automatically or with minimal efforts
- Offline mode
- Improvements in tagging system
- Improvements in launchers
- Possibility to set WINEARCH (globally or per application)
- Option to backup/restore winetricks cache
- Migration to webkit2
- Images for games now included in tarball (makes first launch much faster)
- Much easier to install in non Debian-based distros (at least in Arch and Fedora)
20170527
- Installing Linux games without scripts
- Check for new install scripts within application
- Zenity replacement
- Install latest game version if multiple installers exists in download directory
- Wine launcher improvements
- Lots of small fixes