v1.2.1: Fix achievable status accuracy for credit-shared specializations

This commit is contained in:
2026-03-27 19:53:34 -04:00
parent 578c87d59d
commit 8b88402ecd
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## v1.2.1 — 2026-03-27
### Bug Fixes
- **Achievable status accuracy** — specializations marked "Achievable" are now verified via LP feasibility check against already-achieved specs; previously, a specialization could show "Achievable" based on raw credit potential while actually being infeasible due to credit sharing with higher-priority achieved specializations
## v1.2.0 — 2026-03-27
### Changes

View File

@@ -6,7 +6,7 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
define: {
__APP_VERSION__: JSON.stringify('1.2.0'),
__APP_VERSION__: JSON.stringify('1.2.1'),
__APP_VERSION_DATE__: JSON.stringify('2026-03-27'),
},
server: {