Skip to content

Latest commit

 

History

History
94 lines (55 loc) · 6.12 KB

CHANGELOG.md

File metadata and controls

94 lines (55 loc) · 6.12 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.8 (2023-12-04)

Bug Fixes

  • ex: fix default value changes (efc9bce), closes #1

0.1.7 (2023-07-18)

0.1.6 (2023-07-17)

Features

  • update ex+ honor from 80800 to 88000 (5a2233d)

0.1.5 (2022-11-02)

Features

  • add boarder for readonly field (5a0fcca)
  • improve debug log (7a1c455)

Bug Fixes

  • don't need to return promise (97e5948)

0.1.4 (2022-10-29)

Features

  • delete Eyeball VH battle (fb1015a)
  • limit number input format (12c7dce)
  • use same color for the readonly input field as for the table (2bf98f3)

Bug Fixes

0.1.3 (2022-05-28)

Features

  • add honors tooltip (61ccb84)
  • add local storage to store client data (e3025ed)
  • add max time tooltip (87e6c59)
  • add restore default button (ae3acaa)

Bug Fixes

0.1.2 (2022-05-24)

0.1.1 (2022-05-23)

Features

  • add auto update readme toc and code analysis to github action (ad714b3)
  • add navbar (d570069)
  • add result ui (85be39b)
  • draft solve the integer programming (a63f41d)
  • init issue template (a5f0371)
  • new feature to add new row (643c88b)
  • new feature to remove row (0612520)
  • print hardcoded action table (c6c6d2f)
  • separate input and output data (961d030)
  • tune bootstrap and ui layout (bc8e835)
  • update html title (64f3c9a)
  • update optimal times when there is no solution (8eab041)
  • update optimal value when values change (715361e)
  • use github action to update github pages (e0703f9)

Bug Fixes

  • allow maxTimes to be zero (4259144)
  • branch name in github action (9370e38)
  • input width inheritance bug (afd00e0)
  • reset test data (728d284)
  • reuse glpk instance to avoid oom (9fdac0a)
  • solution column color (c1430d1)
  • webpack tree shaking (af69b7f)