Commit Graph

698 Commits

Author SHA1 Message Date
Frog 788e7f5293 Update FAQ
- Updated FAQ so particular questions have headings which allows them to be directly linked to.
2026-01-31 00:40:37 -08:00
Frog ce566cfa47 Update README.md 2026-01-30 21:59:39 -08:00
Frog d2a5549878 Dark Mode Additions / Proxy Combo Box
- Moves more color handling to ThemeManager
- Adds dark mode for the proxy combo box
- Adjusts the combo box highlight so its no fucking impossible to read in dark mode.
2026-01-30 01:49:01 -08:00
Frog e79aecc023 Fixes bug with toggling dark mode
- Fixes issue with toggling dark mode after having added a game to the list, the store identifier / proxy toggle would not properly change colors.
2026-01-30 01:04:09 -08:00
Frog 4b9897bde2 Dark Mode For Right Click Context Menu
- Adds dark mode for the right click context menu. (Overlooked this and a few other items when adding dark mode.)
2026-01-30 00:39:19 -08:00
Frog 034951e4d2 Right Click Context Fix
- Should fix the issue with the right click menu displaying incorrectly at times when clicking on it a little too quickly.
2026-01-30 00:15:42 -08:00
Frog 4075078790 Updated ReadMe
- Updated common false positives and include a rough description of what they mean. 
- Removed link to build instructions (spoilers, I don't have any written.)
2026-01-28 16:50:23 -08:00
Frog 46df791c19 ReadMe Updates
- Clarified FAQ
- Added additional information about false positives, if you ask about this you can RTFM. 
- Added unnecessary legal disclaimer.
2026-01-26 17:04:53 -08:00
Frog b26a5aec48 Adjusted bug template
Adjusted organization of bug template
2026-01-26 16:31:40 -08:00
Frog e824ebd713 Bug report template changes
Updated bug report template to improve clarity and structure.
2026-01-26 16:26:29 -08:00
Frog d723d1c0c7 Increment Application Version v5.0.1.8 2026-01-26 01:41:42 -08:00
Frog 956b6d0c1c Fixes Incorrect Config Syntax / Fix #7
- Fixes incorrect comma that was added at the end of a configuration if Extra DLCs were added
2026-01-25 23:33:16 -08:00
Frog 028dd1586b Increment Application Version
- Increment app version to 5.0.1.7
v5.0.1.7
2026-01-18 13:04:40 -08:00
Frog f5d6007404 Sory By Name By Default
- Adjusts the Sort By Name setting to be enabled by default for a more user friendly experience.
2026-01-18 13:02:44 -08:00
Frog 1c7ffb215d BugFix for DLC Query Failure - Fixes #5
- Fixes #5 Corrects null pointer failure. This ensures publishers exist AND that it contains at least one object before we access it.
2026-01-18 12:47:03 -08:00
Frog 1bd5501869 Update SmokeAPI to v4.1.3
- Updated SmokeAPI to v4.1.3
- Included MD5 hash for older versions (V4.1.0, V4.1.1, v4.1.2)
2026-01-18 12:33:25 -08:00
Frog 1db70541f9 Increment App Version 2025-11-21 03:01:44 -08:00
Frog ae08e990cc Enable Dark Mode by Default
- Enabled dark mode by default (Looks decent enough)
2025-11-21 02:52:01 -08:00
Frog 12c7c9a9d2 Change Dark Mode Toggle to Checkbox
- Changed dark mode toggle to Checkbox instead of button > better aligns with other settings in the top panel. (Gee, sure is getting crowded up there)
2025-11-21 02:48:19 -08:00
Frog 701ca5627d Merge branch 'main' of https://github.com/FroggMaster/CreamInstaller 2025-11-21 02:19:40 -08:00
Frog c0af3b85bb Dark Mode / Hyperlink Color Fix
- Fixes hard to read hyperlinks in Dark Mode
2025-11-21 02:19:18 -08:00
Frog 8577e6df7f Update README.md
- Correct typo/extra word.
2025-11-20 23:03:26 -08:00
Frog 961b7153f4 Added Info about CI Builds to ReadMe / Added Status Badge for CI Builds / Added Status Badge for Latest Release
-  Added Info about CI Builds to ReadMe 
- Added Status Badge for CI Builds 
- Added Status Badge for Latest Release
2025-11-20 02:55:35 -08:00
Frog e640b8b15d Dark mode WIP
- The start of a dark mode theme
- Adds a button to toggle dark mode in the top options panel. (The buttons kind of ugly though and I may change this to a checkbox to align with the other existing options)
- Added library uxtheme.dll for handling scrollbar themeing (Dealing with scrollbars sucks)
- Added ThemeManager for handling of theme colors (Allows for potential expandability I'll probably never implement)
2025-11-20 02:35:51 -08:00
Frog bcf3ff84fe Merge branch 'main' of https://github.com/FroggMaster/CreamInstaller 2025-11-19 22:58:40 -08:00
Frog eb1fee38f3 Slight cleaner preview image, that also shows an enabled proxy dll. 2025-11-19 22:58:25 -08:00
Frog cffc4cce07 Update ci-builds.yml
Bug Fix: I forgot to adjust the Rename-Item PS command to rename the EXE before packaging.
2025-11-19 22:04:24 -08:00
Frog b7a9505599 Adjusted CI Build Workflow
- Adjusted artifact name to include CI-Release
- Adjusted EXE to include CI
2025-11-19 03:36:36 -08:00
Frog 094d60b003 Merge branch 'main' of https://github.com/FroggMaster/CreamInstaller 2025-11-19 03:32:11 -08:00
Frog 09cafa27fb Update ci-builds.yml
- Fix artifact becoming two ZIPs (LOL woops)
2025-11-19 03:30:34 -08:00
Frog e6fa7b4a39 Fixed unreachable logging segment for CreamAPI
- Fixed unreachable code that provides information about deleted config file
- Adjusted old comment from pointfeev that indiciated SmokeAPI might always be false (it's now toggleable)
2025-11-19 03:27:28 -08:00
Frog 8a24bdad81 Update ci-builds.yml
- GH Action fix
2025-11-19 03:17:26 -08:00
Frog 21bcfae688 Update README.md
- Minor change to ReadMe changing "extract" to "move"
2025-11-19 03:15:02 -08:00
Frog 4063e482dd Add zip release
- Add zip release for internal application updates
- Left the EXE for ease of access for those that don't want to extract a ZIP on first install.
2025-11-19 03:00:47 -08:00
Frog bdb1d9ffd2 Update ci-builds.yml
- Fix to include git commit in final CI build
2025-11-19 02:59:44 -08:00
Frog 800cb2b9f6 Rename CI-Builds / Adjust so CI Builds include commit in ZIP file
- Updated name of CI builds for clarity to include -
- Updated so the final ZIP file includes the commit it was built from
- Adjusted artifact release name.
2025-11-19 02:53:29 -08:00
Frog 8b6013e1c0 Update and rename autobuild.yml to cibuilds.yml
- Adjusted old AutoBuild script for CI builds
- Renamed from AutoBuild to CIBuilds
- Configured to run on every commit to main branch
v5.0.1.5
2025-11-19 02:22:53 -08:00
Frog 668f367838 Update preview image 2025-11-19 02:16:32 -08:00
Frog 6613b777a7 Increment App version / Adjust Copyright Info
- Increment App Version
- Adjust Copyright Info / Repository
2025-11-19 02:01:17 -08:00
Frog 1036f8a8b4 Apply SelectForm.cs from commit 6fa5503 2025-11-18 02:03:11 -08:00
Frog c5a3a98827 Update README.md
- Adjusted ReadMe instructions to reflect EXE download rather than ZIP
- Updated link to Issue 40 > Now points to Web Archived version of the original issue before being hit by DCMA
2025-11-18 01:51:03 -08:00
Frog 4751a3bf76 Update README.md
- Fixed ReadMe change from previous merge (I really should pay a little more attention when pulling from a fork, I guess that's what I get for doing things at 2AM)
2025-11-18 01:42:44 -08:00
Frog de43eb9561 Increment application version
- Increment application version to 5.0.1.4
v5.0.1.4
2025-11-14 00:51:40 -08:00
Frog 6931e43874 Adjusted Desinger So it Loads DPI Unaware / Fixed Options Panel UI
- This should avoid the UI from cutting off on larger DPI systems.
2025-11-14 00:51:05 -08:00
Frog 8958c0626f Correct Repo Name Again / Adjust hard to understand help text for SmokeAPI
- Corrected Repository owner name again, missed this during the merge (Unintended change pointing to the wrong repository)
- Adjusted some hard to understand text about the experimental warning for SmokeAPI usage
2025-11-14 00:02:19 -08:00
Frog 63d6879465 Update create-release.yml v5.0.1.3 2025-11-13 23:20:22 -08:00
Frog 14d71b1746 Add GitHub Actions workflow for creating releases
- Add GitHub Actions workflow for creating releases
2025-11-13 23:16:22 -08:00
Frog 7bf5276109 Merge branch 'main' of https://github.com/HvTcCore/CreamInstaller 2025-11-13 23:04:16 -08:00
Frog 637015a509 Merge branch 'main' of https://github.com/FroggMaster/CreamInstaller 2025-11-13 23:02:41 -08:00
Frog b45b5c6570 Changed the repository owner defined in the code 2025-11-13 23:02:09 -08:00