v1.2.1: Fix achievable status accuracy for credit-shared specializations
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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
|
## v1.2.0 — 2026-03-27
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import react from '@vitejs/plugin-react'
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
define: {
|
define: {
|
||||||
__APP_VERSION__: JSON.stringify('1.2.0'),
|
__APP_VERSION__: JSON.stringify('1.2.1'),
|
||||||
__APP_VERSION_DATE__: JSON.stringify('2026-03-27'),
|
__APP_VERSION_DATE__: JSON.stringify('2026-03-27'),
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
|
|||||||
Reference in New Issue
Block a user