Frog
ee19990b5b
Logging Infrastructure / Normalize Paths
...
- Added base logging infrastructure
- Create scan log during library/game scan in %ProgramData%\CreamInstaller\scan.log
- Normalize Steam library paths (libraryfolders.vdf) using Path.GetFullPath + ResolvePath to handle slashes, casing, and drive changes
- Diagnostics.ResolvePath: wrap GetFileSystemInfos in try/catch and guard against empty results to prevent IndexOutOfRangeException (May assist with issues on slow or intermittently accessible external drives)
2026-03-24 00:23:08 -07:00
Frog
39097c27ef
Add Dev CI Builds
...
- Added CI action workflow for dev branch
2026-03-23 23:55:06 -07:00
Frog
3ba4747be3
Increment Version 5.0.2.0
...
- Increment version number to 5.0.2.0
v5.0.2.0
2026-03-17 11:24:03 -07:00
Frog
322490d0b2
Additional Changes to Correct Null Exception for #12
...
- Additional changes to prevent Null Exception when catalog mapping property is null.
2026-03-16 22:58:00 -07:00
Frog
3dae7508f0
Merge branch 'main' of https://github.com/FroggMaster/CreamInstaller
2026-03-15 03:15:25 -07:00
Frog
8f8e893e84
Fix NullReferenceException in EpicStore See #12
...
- Fix a NullReferenceException that could occur when the Epic GraphQL API returns a partial response with missing fields (Data, Catalog, SearchStore, or CatalogOffers).
2026-03-15 03:15:17 -07:00
Frog
0cec730c1e
Update README.md
...
- Additional clarification about DLC files because people apparently can't fucking read.
2026-02-10 12:15:52 -08:00
Frog
df7dc0e019
Update create-release.yml
...
- Added generate_release_notes > Should automatically add the full change-log in the release description.
2026-01-31 03:09:58 -08:00
Frog
455a290051
Increment Application Version
...
- Version increased to 5.0.1.9
v5.0.1.9
2026-01-31 03:03:13 -08:00
Frog
6e8326b84f
Merge branch 'main' of https://github.com/FroggMaster/CreamInstaller
2026-01-31 03:00:44 -08:00
Frog
f20ca0d833
Migrate Legacy Theme Code into Theme Manager / Shitty Fix for Selection in Dark Mode / Shitty Comments
...
- Moved as much of the legacy theme code as I could find into ThemeManager
- Some shitty comments added VIA AI (probably better than I'd write anyways)
- Some adjustments to how the highlight is being rendered, for some fucking reason the system highlight refuses to match on the left/right (probably some dumb shit I'm doing.) > This version makes things clearer/easier to read in dark mode.
2026-01-31 03:00:38 -08:00
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