Skip to content

4.1.1 / 2020-08-08

Compare
Choose a tag to compare
@frank-weinberg frank-weinberg released this 08 Aug 10:55
· 542 commits to dev since this release

(v4.1.0 has been skipped in order to avoid confusion with the preceding v4.0.1.)

From a user point of view this version primarily addresses many of the points raised in relation to the 4.0.x releases. There have been no changes to how the scoreboard is supposed to be operated but the software will handle a number of deviations from these procedures more gracefully. Along with the updated Wiki this should make it easier to get used to CRG 4.
In addition a number of long standing bug reports and feature requests have been taken care of and authentication has been added as a significant new feature.

From a dev point of view the underlying frontend library has been massively updated and the backend code has been made more type-safe.

Documentation

  • Update all user relevant pages of the Wiki to the current version
  • Include HowTos for many scenarios on the wiki pages for the in-game screens.
  • Add a snapshot of the wiki as bundled documentation (#471)

Main Scoreboard Display

  • Use white 0 on dark background to indicate initial trip (#473)
  • Fix rounding of clocks (#422)
  • make text on red boxes white (#435)

Scoreboard Operator

  • When points are added, advance to the first scoring trip (#439)
  • Make points handling on operator screen more intuitive (#469)
  • Allow Auto-End Jam to be undone (#472)
  • Don't mark Call when stopping via Inj button (#417)
  • Disable SBO Box buttons in LT mode (#452)
  • Add Start Mid-Game functionality (#458)
  • Fix login dialog not being visible if you open the operator screen in P2 (#434)
  • Fix SK sheet for SP with points on initial (#442)
  • Improve handling of trip advancement timer (#450)
  • Support annotations on scoring trips (#451)
  • Do not duplicate undo button on key reassignment (#468)

Penalty Tracker

  • Add FO when penalty limit is reached (#445)
  • Move Penalties when deleting a period (#418)

Overlay

  • Add Starpass Information to the overlay-view (#436)
  • Offset OR dot on overlay to indicate retained OR (#470)
  • Hide non-in-game skaters on the overlay penalties panel (#432)
  • Fix overlay points-per-jam header and roster logo size (#431)

Non-WFTDA rulesets

  • Add Sevens and RDCL rulesets (#452)
  • Fix changing of penalty code set (#424)

Data management

  • Fix the media select dropdowns (#463)

Twitter

  • Fix Tweets conditioned on specific countdown clock value (#467)

Other new functionality

Game data files

  • Record period start time human readable with zone (#466)

Under the hood

  • Update jQuery (#461)
  • Lint frontend (#464)
  • Improve type-safety of backend code (#462)