Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
699c9b3
feat(ui): replace static value labels with editable NumericUpDown con…
undead2146 Dec 28, 2025
755e532
feat: implement interactive numeric inputs for game settings (#223)
undead2146 Dec 28, 2025
71d5cdc
feat: fix CD disk detection; add manual folder picker (#222)
undead2146 Dec 31, 2025
9a2cb9e
refactor: centralize game settings mapping and fix persistence bugs (…
undead2146 Dec 31, 2025
b03ae8c
fix: refactor changelog generation logic in GitHub release (#226)
undead2146 Dec 31, 2025
4105527
feat: enhance game profile settings UI, local content, and dependency…
undead2146 Dec 31, 2025
6941a39
feat: implement GeneralsOnline profile reconciliation service and upd…
undead2146 Jan 1, 2026
fca61fb
fix: resolve development branch subscription logic (#224)
undead2146 Jan 1, 2026
fc1d179
refactor: improve process termination logic to prevent UI blocking (#…
undead2146 Jan 1, 2026
32a319a
feat: Implement data-driven provider definition configurations with e…
undead2146 Jan 1, 2026
048d06f
feat: image as backdrop and add header collapse functionality in Game…
undead2146 Jan 1, 2026
a7f2e4c
feat: add "Delete All User Data" logic to the `Delete all application…
undead2146 Jan 1, 2026
c694877
feat: add game type filter and enhance UI elements for better content…
undead2146 Jan 1, 2026
e1f6324
feat: add data directories access in settings tab (#236)
undead2146 Jan 2, 2026
5b7a8dc
feat: Implement Add Local Content feature with new ViewModel and UI (…
undead2146 Jan 3, 2026
615dc70
feat: Enhance Game Installation Service with manual installation stor…
undead2146 Jan 3, 2026
b20861a
fix: resolve generalsonline reconciler and update service (#240)
undead2146 Jan 4, 2026
59d3fa0
feat: redesign the GameProfileCards UI (#244)
undead2146 Jan 5, 2026
250e19b
feat(notifications): Add persistent notification feed with action sup…
undead2146 Jan 6, 2026
f3e8e93
fix(update): overhaul update system platform detection and PR subscri…
undead2146 Jan 7, 2026
d7d92fd
feat: Implement SteamLauncher for game directory preparation and prox…
undead2146 Jan 7, 2026
33dbae1
feat: Refactor and implement Map/Replay Managers and Tools Sidebar (#…
undead2146 Jan 8, 2026
17e2501
feat(content): implement foundation for AODMaps and CNCLabs pipelines…
undead2146 Jan 14, 2026
51ce8ee
feat: implement Tool Profile support for standalone executables and m…
undead2146 Jan 16, 2026
b48204e
fix: GO Reconciler fails to parse versions.
undead2146 Jan 16, 2026
1f1552a
fix: resolve the github and manifest factories regarding TSH content …
undead2146 Jan 19, 2026
72b0589
refactor: Add Executable and ModdingTool to the GameLauncher to track…
undead2146 Jan 21, 2026
b07845d
fix(deps): resolve security vulnerabilities in vite, preact, and esbu…
undead2146 Jan 22, 2026
e84b778
feat(gamelod): fix texture quality reset to low by mapping Very High …
undead2146 Jan 23, 2026
d6847b5
feat: Add Genhub.Tools project for CsvGenerationUtility (#221)
mnoserat Jan 23, 2026
d2359aa
feat: Set up the repository file structure for storing CSV registries…
mnoserat Jan 23, 2026
7e5e1ed
feat: redesign the gameprofile settings window (#258)
undead2146 Jan 24, 2026
11dd3ee
feat: info tab features, faq parser and sidebar refinements, (#248)
undead2146 Jan 25, 2026
5d4f1a7
feat: Add new styles for landing page website components and improve …
undead2146 Jan 25, 2026
df4d717
docs: resolve deadlinks in vitepress documentation site (#260)
undead2146 Jan 25, 2026
81e1843
refactor: Remove the active workspace for steamlauncher and use alrea…
undead2146 Jan 26, 2026
0354aad
refactor: filter non-workspace files from workspace strategies (#263)
undead2146 Jan 26, 2026
64adab9
Fix(github): resolve content downloaded from github not being launcha…
undead2146 Jan 26, 2026
9fb435a
feat: Implement copy profile functionality (#267)
undead2146 Jan 27, 2026
8a82b9f
feat(website): add a tracker for total installs and updates on github…
undead2146 Jan 30, 2026
71792f7
feat(notifications): add mute functionality, improve badge UI, and fi…
aRibals Feb 21, 2026
b937355
Fix: Resolve Hotkeys for legionnaire/leikeze not working and issue wi…
undead2146 Mar 1, 2026
8a09814
feat: replaced all quicklaunch occurances with quickstart (#279)
R3voA3 Mar 14, 2026
5ba2a51
feat: implement content reconciliation system with CAS lifecycle mana…
undead2146 Mar 16, 2026
083c62d
fix(manifest): use JSON file pattern during discovery (#305)
bobtista Jul 29, 2026
b3280ad
fix(security): remove client-side UploadThing credentials (#300)
bobtista Jul 29, 2026
8f46ae1
fix(linux): resolve optional token storage at startup (#301)
bobtista Jul 29, 2026
5e29ec4
fix(steam): roll back failed proxy preparation (#304)
bobtista Jul 29, 2026
b7b6a0c
fix: use provider-declared schemes for version ordering (#297)
bobtista Jul 29, 2026
a783b36
fix: disable unsafe CAS garbage collection (#312)
bobtista Jul 29, 2026
4202a8a
ci: gate releases behind explicit promotion (#313)
bobtista Jul 29, 2026
8e07339
fix(manifest): continue past unavailable directories (#309)
bobtista Jul 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
Write-Host "Building Windows project"
dotnet build "${{ env.WINDOWS_PROJECT }}" -c ${{ env.BUILD_CONFIGURATION }} @buildProps


- name: Publish Windows App
shell: pwsh
run: |
Expand Down
53 changes: 53 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Deploy Landing Page to GitHub Pages

on:
workflow_run:
workflows: ["GenHub Release"]
types: [completed]
workflow_dispatch:

permissions:
contents: write
pages: write
id-token: write

jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- uses: actions/checkout@v4

- uses: actions/configure-pages@v5

- id: release_info
env:
GH_TOKEN: ${{ github.token }}
run: |
LATEST_TAG=$(gh release list --limit 1 --json tagName -q '.[0].tagName')

BUILD_NUM=$(echo "$LATEST_TAG" | cut -d'.' -f3)
DISPLAY_NAME="Alpha ${BUILD_NUM}"

echo "latest_tag=$LATEST_TAG" >> $GITHUB_OUTPUT
echo "display_name=$DISPLAY_NAME" >> $GITHUB_OUTPUT

- run: |
mkdir -p ./public
cp Landing-page/index.html ./public/index.html

if [ -d "Landing-page/assets" ]; then
cp -r Landing-page/assets ./public/assets
fi

DOWNLOAD_URL="https://github.com/community-outpost/GenHub/releases/download/${{ steps.release_info.outputs.latest_tag }}/GenHub-win-Setup.exe"

sed -i "s|VERSION_PLACEHOLDER|${{ steps.release_info.outputs.display_name }}|g" ./public/index.html
sed -i "s|URL_PLACEHOLDER|${DOWNLOAD_URL}|g" ./public/index.html

- uses: actions/upload-pages-artifact@v3
with:
path: ./public

- uses: actions/deploy-pages@v4
Loading
Loading