Releases: Acaj0/CareerLiveryManager
Releases · Acaj0/CareerLiveryManager
Release list
v1.1.4
Point feedback/changelog/roadmap at the new site, document streamed aircraft
- Feedback, changelog, and a new roadmap link now point to
career-livery-manager.vercel.app instead of the old placeholder
links; renamed the Options menu item to "View updates" to avoid
confusion with "Open logs". - Document that MSFS 2024 streams most aircraft on demand: the
Official2024 folder exists either way, but looks empty (or is
missing a specific plane's package) until that aircraft has been
downloaded in-game at least once. Added a short note to the
in-app setup screen, README, MANUAL_GUIDE.md, and
GAME_PASS_SETUP.md, based on a user report where this was the
actual cause of a "no manifest.json found" error.
v1.1.3
Fixed
- The auto-updater used the same 10-second timeout for both the tiny "check latest release" API call and the actual zip download, so any connection slower than instant would cancel the download partway through with a
TaskCanceledException. Downloads now use a separate, much longer timeout (10 minutes); nothing about the version check itself changed.
v1.1.2
Add automatic Official2024/Community folder detection and changelog
- Detect Official2024 and Community folders automatically by reading
MSFS's own UserCfg.opt, fixing setup for Game Pass/Xbox app users
whose folders live in a hidden AppData path. Manual browsing still
works exactly as before. - Add docs/GAME_PASS_SETUP.md, linked from the setup screen.
- Add CHANGELOG.md as a stable link to release notes, backed by
per-version files in docs/changelog/, linked from the app's Options
menu and the README. - Bump version to 1.1.2.
v1.1.1
Fix Options menu checkbox visibility and move feedback link to footer
- The custom MenuItem template never rendered a check indicator, so
"Check for updates automatically" gave no visual sign of on/off.
Added a checkmark glyph and a minimum context menu width. - Moved "Send feedback" out of the Options menu into the footer next
to the app version, linking to antoniodeabreu.dev/career-livery-manager.