- Updated desktop entry comment for clarity and conciseness.
- Revised package descriptions in PKGBUILD files for consistency and improved readability.
- Changed version number in stable and nightly builds to align with the latest release.
- Enhanced README.md with clearer language and formatting improvements.
- Added a new THANKS.md file to acknowledge contributions and resources.
- Created setup documentation in both English and French for better accessibility.
- Improved skin manager HTML and JavaScript for better user experience and functionality.
- Introduced a new button CSS style for improved UI aesthetics.
- Added a new shop.html page in French for marketplace navigation.
- Updated `pyproject.toml` to change type checking mode to strict.
- Modified `form.ui` to improve layout and visibility of UI elements, including progress indicators and buttons.
- Refactored `install_game` function in `features.py` to separate GUI logic from installation logic and improve error handling.
- Enhanced `play` method in `instance_manager.py` to accept `AppContext` and handle subprocess execution more robustly.
- Updated `downloader.py` to streamline the download process and improve error handling during extraction.
- Adjusted `cli.py` to pass `AppContext` when calling instance installation and launching methods.
- Improved `launcher.py` to better manage UI interactions and visibility of progress indicators during installation.
- Renamed QComboBox in instance.ui to versionsComboBox for clarity.
- Updated fallback version in __init__.py to 0.0.20b7.
- Improved docstrings and comments in app.py and other files for better readability.
- Added path expansion functionality in app_context.py to handle user python -m pyproject-appimage
preferences.
- Refactored user preference methods in pref.py to use camelCase for consistency.
- Enhanced instance management and downloader logic in instance_manager.py and downloader.py.
- Fixed various formatting issues across multiple files for better code style adherence.
- Updated the lock file to reflect the new version 0.0.20a7.
- Fixed multiples workflows
- Enhanced DisplayManager class with detailed docstrings for displayInfo, displayWarn, and displayError methods.
- Updated downloader.py with clearer docstrings and removed unnecessary exception handling.
- Improved instance_manager.py by clarifying the install_instance method and removing redundant try-except blocks.
- Refined mod_manager.py with better docstrings and marked extraction functions for async implementation.
- Updated steam_manager.py with clearer docstrings for add_instance_to_steam function.
- Cleaned up system_manager.py by removing deprecated methods and unnecessary imports.
- Enhanced app_data.py with clearer docstrings and improved instance loading logic.
- Updated content_installer_dialog.py and launcher.py with clearer variable annotations and removed TODOs.
- Modified settingDialog.ui and system_info.ui to improve UI elements and accessibility.
- Updated version numbers in uv.lock for dependencies and ensured compatibility with the latest packages.
- update the image of the app and readme
- add new screenshot
- update workflow with new info,
- update the window installer for both nightly and stable, now the stable version is also a onlline installer,
- delete old note and way more
- remove dev channel for arch packages, a better way for developpement package will soon be added
- updatrd pyproject.toml
- removed unsused scripts
- new version of the packages helper script s for linux
Refactor application structure by removing BuildInfo class and integrating its attributes directly into the application context. Update features and views to utilize new string constants for application metadata. Replace UserPref class with a new implementation in pref.py, streamlining user preference management. Enhance instance manager and launcher views to accommodate these changes, ensuring consistent access to application information. Remove deprecated preferences module and adjust related functionality across the codebase.
- Created a new GitHub Actions workflow (`flatpak.yml`) to automate the building and publishing of Flatpak packages on the `nightly` branch.
- add requirement.ttxt and updatr ntuik a version andf uv.lock file