Releases: jaspersiebring/libretro_finder
Releases · jaspersiebring/libretro_finder
0.3.1
What's Changed
- Extra sources for wxPython (speedup Linux build) by @jaspersiebring in #14
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Regex fix (named and optional groups) by @jaspersiebring in #13
- Added support for all BIOS files in libretro's system.dat (currently 357 files)
Full Changelog: 0.2.5...0.3.0
0.2.5
What's Changed
- Automatically build executables for all platforms by @jaspersiebring in #8
Release Notes:
- Automated building of standalone executables for Windows, Linux, MacOS (see releases)
- Automated uploading of release artifacts to Github (see releases; includes .whl, sourcecode tarball and executables for all platforms)
- Updated the README to provide more up-to-date and comprehensive information about the application.
Full Changelog: 0.2.3...0.2.5
0.2.4
Merge pull request #7 from jaspersiebring/bin_release Automated the releasing of all build artifacts on Github
0.2.3
Merge pull request #4 from jaspersiebring/linter Added automatic testing and publishing through Github Actions
0.2.1
Release Notes:
Features:
- Added a optional graphical user interface to the application (will start if libretro_finder is called without additional arguments)
- Updated the README to provide more up-to-date and comprehensive information about the application.
- Switched to pytest's tmp_path and tmp_path_factory for handling temporary paths (future proofing). Also adopted pytest-mock.
- A lot of additional documentation and general QoL improvements (e.g. auto-setting the output_dir to ./retroarch/system).
0.1.3
Tiny patch, just dropped some WIP tests (to be added back later). Manual build through Poetry on X86 machine, to be automated through Github Actions. Released on https://pypi.org/project/libretro-finder/
0.1.2
Manual build through Poetry on X86 machine, to be automated through Github Actions. Released on https://pypi.org/project/libretro-finder/
0.1.1
Manual build through Poetry on X86 machine, to be automated through Github Actions. Released on https://pypi.org/project/libretro-finder/
0.2.0
Portable executable for X86 Windows machines.