Every intimate update
Every shipped version of SSHore, generated from git tags at deploy time. Everything is exposed.
v0.20.2
internal release — see git history
v0.20.1
notes
- website+readme: illustrated guided tour — 16 webp demo screenshots on plates, new demo.css with alternating 3D tilt, pair layouts, light-mode variants
v0.20.0
notes
- ui: light-mode pass — titlebar, buttons, cards, deps, logs empty state; auth pill picker + autoMount toggle
- website: slow + de-busy blood swirl — fewer particles, lower wobble frequency, slower spawn cadence
v0.19.0
notes
- v0.19.0: Gothic first-run onboarding — welcome, dep check, ready; mounts before app shell, writes onboardingComplete flag on finish
v0.18.0
notes
- Strategic retreat: oneClick silent installer, strip 400 lines of NSIS theme war. Gothic Luxury experience moves to in-app first-run onboarding.
v0.17.0
notes
- Tier 4 reassert: SshoreReassertFrame macro wired into every page show; Browse button reverts to dark-on-dark
v0.16.0
notes
- gate SshoreFontBrand var to installer pass
v0.15.0
notes
- Tier 4 polish: hide MUI separator 1034, tighten directory page layout, Segoe UI on version 1028, crimson Browse button
v0.14.0
notes
- gate StrContains include to installer pass
v0.13.0
notes
- Tier 4: custom nsDialogs directory page replaces MUI_PAGE_DIRECTORY
v0.12.0
notes
- v0.11.0 installer Tier 3.75: MUI_DIRECTORYPAGE_BGCOLOR, walk HWNDPARENT children, branding 1028 red-on-black, SetWindowTheme on every painted control so radios/buttons accept colors
v0.11.0
notes
- v0.11.0 installer Tier 3.5: dark title bar (DWM), dark wizard frame, dark install-mode + instfiles inner dialogs via child walk
v0.10.0
notes
- v0.9.0 fix: drop customHeader hook (fires after MUI pages decl)
v0.9.0
notes
- v0.8.0 fix: drop pre-defined PBM_SETBARCOLOR / PBM_SETBKCOLOR
v0.8.0
notes
- v0.8.0 dashboard fixes + installer Tier 3: drive card open button out of absolute stack, loader text bold+pulse, edit modal splash logo, sidebar bmp on custom pages, dark inner MUI pages, crimson progress bar
v0.7.0
notes
- v0.7.0 fix: gate installer-only vars behind BUILD_UNINSTALLER
v0.6.0
notes
- v0.6.0 fix: drop unused SshoreFont var (warning 6001)
v0.5.0
notes
- v0.5.0 fix: gate installer/uninstaller functions behind BUILD_UNINSTALLER ifdefs to avoid warning 6010 unreferenced-function
v0.4.0
notes
- v0.3.1 fix: use PRODUCT_FILENAME instead of APP_EXECUTABLE_FILENAME (cmd-line define available at prepend time)
v0.3.0
notes
- v0.3.0 Tier 2: nsDialogs welcome + dep-check + finish + un-welcome pages, silent customCheckAppRunning
v0.2.0
notes
- v0.2.0 Tier 1: installerHeader.bmp on every page + uninstallerSidebar + MUI dark bg/text defines
v0.1.15
notes
- v0.1.15: branded NSIS installer with WinFsp gate, GUI tech badges in About, website blur-card intro + red-glow tech icons, README tech stack
v0.1.14
notes
- v0.1.14: GUI polish — header icons, quick Open badge on drive cards, inline logo in Edit Server modal
v0.1.13
notes
- v0.1.13: QOL pass — drive cards, nav icons, about 3D card, tech stack, security hardening
v0.1.12
notes
- v0.1.12: fix mount UNC trailing slash, hero blur-card, bigger buttons, docs header
v0.1.11
added
- readability blur-cards, verbose mount logs, UX fixes (dup panel, mount/unmount visibility, edit pencil, logger dedup, spinner glow, dep logo, dark scrollbars)
fixed
- gate body reveal on font load to eliminate FOUT flash
v0.1.10
added
- loader overlay, blood-swirl bg, seductive copy, nav icons, 3D buttons, update modal, auto-changelog, lighthouse perf
v0.1.9
added
- huge buttons, 3D cards w/ bg images + ribbons, auto-changelog
fixed
- use HEAD for verify-site smoke test (prevents 80MB download timeout)
v0.1.8
added
- replace Creepster with Major Mono Display (pro terminal aesthetic)
v0.1.7
added
- custom skinned delete-server confirm modal (replaces native confirm)
fixed
- correct docs button asset filename
- larger hero image, smaller buttons, add docs image button
- update verify-site.sh for new asset name
v0.1.6
notes
- M5: Website CSS overhaul — scroll animations, light-mode scrollbar, prose images, preflight updates
- M4: GUI visual overhaul — splash, sidebar, logs, drives, icons, animations
- M3: GUI theme — deep black + garnet red, custom title bar, scrollbars
- M2: Fix server save, default key path, filter drive letters, verbose errors
- M1: Replace all assets with new branded images, purge Zone.Identifier files
v0.1.5
fixed
- deploy-site excludes download/ dir so rsync --delete does not nuke installers
notes
- Fix startup crash + tray icon + add preflight tests
v0.1.4
fixed
- electron-builder --publish never to prevent auto-publish race
- build-windows workflow YAML quote escaping for Windows Git Bash
- ship preflight allows local-ahead (normal after just save)
notes
- ship: ship-again skips commit/tag/push for current version
- Rebuild release pipeline: just ship is the single source of truth
- merge: auto version bump (v0.1.1)
- Nocturnal Viscosity theme, SEO, build prereqs
- Initial scaffold: Electron app, site, CI, docs