Skip to content

Latest commit

 

History

History
604 lines (482 loc) · 69.7 KB

CHANGELOG.md

File metadata and controls

604 lines (482 loc) · 69.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-11-09

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


wrestling_scoreboard_client - v0.1.2

  • FEAT: Add verbal warning to bout display. (122b3cca)

2024-11-09

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


wrestling_scoreboard_client - v0.1.1

  • FIX: Allow subclasses in home. (e8ef7506)
  • FIX: Allow adjacent import only for admins. (dbab8896)
  • FIX: PersonEdit showing in edit mode. (7a15086a)
  • FIX: Ability to edit the injury timers after they ended. (c8e7c543)
  • FIX: Generate bouts (#74). (ae10e354)
  • FIX: Calculation of persons age. (9b4e59cb)
  • FIX: Use common searchable data types. (896e3bee)
  • FEAT: Hide filter options. (707b93f7)
  • FEAT: Import subjacent data (closes #96). (b109f8d0)
  • FEAT: Warning for overriding database. (ee4cbacc)
  • FEAT: Tooltips for keyboard shortcuts (closes #21). (3a9db165)
  • FEAT: User administration. (9ef4776c)
  • FEAT: Material duration picker (closes #86). (7c1cd5f6)
  • FEAT: Support count down (international) time (closes #48). (f0c7b967)
  • FEAT: Propose import on Lineup edit. (4e10a6d8)
  • FEAT: Disable team import until ready. (ddaa3e01)
  • FEAT: Bleeding Injury Duration (closes #58). (34a462dd)
  • FEAT: Edit & Save BoutResultRule. (6abdbdb1)
  • FEAT: TeamClubAffiliation (closes #59). (d88bf4ce)
  • FEAT: Suggest to import from API (#74). (689923a1)
  • FEAT: TeamMatchBouts of membership. (34228e5f)
  • FEAT(client): Sort lists, display year for league & division. (7c53d376)
  • FEAT(client): Fill lineup with previous match lineup. (495583d3)
  • FEAT(client): Umbrella organization of organization. (c9be1366)
  • FEAT: Adapt bout display layout. (3f4b5bf6)
  • FEAT: Replace vsu1 and vpo1 in database, dynamic bout result calculation, update single bout pdf (#76). (06bfb4d7)
  • DOCS: Link to the olympic wrestling rules. (e0c1e319)

wrestling_scoreboard_common - v0.1.1

  • FIX: By API import fixes. (52da79fe)
  • FIX: RDB Report. (9af9f2c4)
  • FIX: Ability to edit the injury timers after they ended. (c8e7c543)
  • FIX: Import dates as Utc. (d619fd00)
  • FIX: Calculation of persons age. (9b4e59cb)
  • FIX: Import of Bayern region in ByGermanyWrestlingApi. (bca31173)
  • FIX: Use common searchable data types. (896e3bee)
  • FEAT: Import subjacent data (closes #96). (b109f8d0)
  • FEAT: User administration. (9ef4776c)
  • FEAT: Support count down (international) time (closes #48). (f0c7b967)
  • FEAT: Bleeding Injury Duration (closes #58). (34a462dd)
  • FEAT: Edit & Save BoutResultRule. (6abdbdb1)
  • FEAT: TeamClubAffiliation (closes #59). (d88bf4ce)
  • FEAT: Propagate errors on import failure. (9d073f4b)
  • FEAT: Replace vsu1 and vpo1 in database, dynamic bout result calculation, update single bout pdf (#76). (06bfb4d7)

wrestling_scoreboard_server - v0.1.1

  • FIX: Allow adjacent import only for admins. (dbab8896)
  • FIX: Add new bout result rules in migration. (73602c94)
  • FIX: Import dates as Utc. (d619fd00)
  • FIX: UTF8 export on Windows. (50ccdcd2)
  • FIX: Generate bouts (#74). (ae10e354)
  • FIX(server): Drop club no index. (7dd173f8)
  • FIX: Use common searchable data types. (896e3bee)
  • FEAT: Cache subjacent import data. (339de0a2)
  • FEAT: Import subjacent data (closes #96). (b109f8d0)
  • FEAT: User administration. (9ef4776c)
  • FEAT: updateOrCreate on API import (#71). (f194dd7e)
  • FEAT: Bleeding Injury Duration (closes #58). (34a462dd)
  • FEAT: Edit & Save BoutResultRule. (6abdbdb1)
  • FEAT: TeamClubAffiliation (closes #59). (d88bf4ce)
  • FEAT: Propagate errors on import failure. (9d073f4b)
  • FEAT: Suggest to import from API (#74). (689923a1)
  • FEAT: TeamMatchBouts of membership. (34228e5f)
  • FEAT: Replace vsu1 and vpo1 in database, dynamic bout result calculation, update single bout pdf (#76). (06bfb4d7)
  • FEAT: Database migration improvements and tests (#71). (9e8b58be)

2024-09-09

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


wrestling_scoreboard_common - v0.1.0

  • REFACTOR: Organizational interface. (49c415d9)
  • FIX: Improve database imports. (a60d3610)
  • FIX: Restore data types order. (17e63c1f)
  • FIX: SecuredUserController init after database reset. (9020dfb4)
  • FIX: Classification points and match display improvements (closes #49). (061fdbb8)
  • FIX: Refactor whereNotNull to nonNulls. (890e5e64)
  • FIX: Parse empty bout result. (fedf1ead)
  • FIX: User german adaption for passivity P / activity period A. (21413365)
  • FEAT: Obfuscate personal information without privileges. (14dec0ac)
  • FEAT: Authentication (closes #2). (35aa99fe)
  • FEAT: Split into OrganizationalController, reinit prepared statements (closes #44). (af15ca77)
  • FEAT: Duration for bouts. (fca0bb2e)
  • FEAT: Logging. (fffac49e)
  • FEAT: League boutDays, orgSyncId for DivisionWeightClass, organization for Bout. (e956f37c)
  • FEAT: Force id on toRaw. (a2646697)
  • FEAT: Club, Bout and BoutAction imports. (1a99ec91)
  • FEAT: Activity period and five points. (eb9c0801)
  • FEAT: Search API provider (closes #51). (0e90e1da)

wrestling_scoreboard_server - v0.1.0

  • REFACTOR: Organizational interface. (49c415d9)
  • REFACTOR: id to organizationId. (4175e8f2)
  • FIX: Improve database imports. (a60d3610)
  • FIX: Division weight class foreign constraint. (f64f9e9a)
  • FIX: SecuredUserController init after database reset. (9020dfb4)
  • FIX: Default value for includeApiProviderResults on build modes release, profile. (70a47628)
  • FEAT: Database migration (closes #29). (b2d9c3d3)
  • FEAT: Improved logging (closes #62). (e7568c88)
  • FEAT: Obfuscate personal information without privileges. (14dec0ac)
  • FEAT: Authentication (closes #2). (35aa99fe)
  • FEAT: Split into OrganizationalController, reinit prepared statements (closes #44). (af15ca77)
  • FEAT: Logging. (fffac49e)
  • FEAT: toString for InvalidParameterException. (9881390b)
  • FEAT: League boutDays, orgSyncId for DivisionWeightClass, organization for Bout. (e956f37c)
  • FEAT: Club, Bout and BoutAction imports. (1a99ec91)
  • FEAT: Search API provider (closes #51). (0e90e1da)
  • FEAT: Edit persons and their memberships. (cc30df7d)
  • FEAT: Support Search (#51). (d1f5c305)
  • FEAT(server): Add About section. (86f5be84)
  • DOCS: Deployment and Nginx as Web server. (8b105094)

wrestling_scoreboard_client - v0.1.0

  • REFACTOR: Parallelize LoadingBuilders in Settings. (48f5cc2b)
  • REFACTOR: Move settings up in hierachy. (811847f2)
  • REFACTOR: Remove redundant streams for providers. (b3c90ca6)
  • FIX: Web package on native platforms. (c36f3e22)
  • FIX: Classification points and match display improvements (closes #49). (061fdbb8)
  • FIX: Routing and popping. (35169211)
  • FIX: Info route in displays (closes #54). (15f88a66)
  • FIX: Analysis errors. (2d7f491f)
  • FIX: Improve database imports. (a60d3610)
  • FIX: Exit fullscreen on Firefox (#52, dart-lang/sdk#50857). (298b91f0)
  • FIX: Default value for includeApiProviderResults on build modes release, profile. (70a47628)
  • FIX: Extensions for exporting files. (36e42df9)
  • FIX: Avoid recreating router on change font, theme or locale. (79bd89bd)
  • FIX: SecuredUserController init after database reset. (9020dfb4)
  • FIX(client): Exception widget for organization drop down. (580d5df3)
  • FIX: Make home grid scrollable. (fadb4708)
  • FIX: Remove Expanded around TabBarView. (eaf3081f)
  • FEAT: Dedicated utility file for exporting PNG, SQL, RDB and CSV data. (014b3e94)
  • FEAT(client): Tab groups (closes #65). (01426b9c)
  • FEAT: League boutDays, orgSyncId for DivisionWeightClass, organization for Bout. (e956f37c)
  • FEAT: Club, Bout and BoutAction imports. (1a99ec91)
  • FEAT: Activity period and five points. (eb9c0801)
  • FEAT: Replace go with push route. (3d98b453)
  • FEAT: Search API provider (closes #51). (0e90e1da)
  • FEAT: Transcript for team matches (#50). (523678da)
  • FEAT: Change primary color. (c1829ecd)
  • FEAT: Improve type localization. (9d81d091)
  • FEAT: Edit persons and their memberships. (cc30df7d)
  • FEAT: Support Search (#51). (d1f5c305)
  • FEAT: Lazy load fonts (#57). (5507578f)
  • FEAT: Obfuscate personal information without privileges. (14dec0ac)
  • FEAT: Authentication (closes #2). (35aa99fe)
  • FEAT: Bundle Roboto font, fix dark text theme. (4df0e5ec)
  • FEAT: Loading dialog. (2c79d8dc)
  • DOCS: Deployment and Nginx as Web server. (8b105094)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-04-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


wrestling_scoreboard_client - v0.0.1-beta.12

  • REFACTOR: Remove unused navigateTo method. (053275b0)
  • FEAT: Favorite remove option (closes #53). (e5f5c92e)
  • FEAT: Add privacy policy. (58b8fb35)

wrestling_scoreboard_common - v0.0.1-beta.12

  • FEAT: BRV bout scheme integration. (51297973)

wrestling_scoreboard_server - v0.0.1-beta.12

  • FEAT: BRV bout scheme integration. (51297973)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-04-20

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • wrestling_scoreboard_server - v0.0.1-beta.11

wrestling_scoreboard_client - v0.0.1-beta.11

  • FIX: Searchable dropdown filters. (edfd27cf)
  • FEAT: Exit fullscreen mechanism (closes #52). (ec20df3b)

wrestling_scoreboard_common - v0.0.1-beta.11

  • FIX: Searchable dropdown filters. (edfd27cf)

2024-04-05

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


wrestling_scoreboard_client - v0.0.1-beta.10

  • FIX: Download on web. (b51b493e)
  • FIX: Show body on import operation exception. (50190efd)
  • FIX: Scroll on dialogs. (10494eec)
  • FEAT: Append year of divisions and leagues. (055fe1b0)
  • FEAT: Improve colors of favorite cards. (97e9e2dd)
  • FEAT: Enable signing for Android. (ff525e37)
  • FEAT: Add organization info when editing. (25ea14be)
  • FEAT: Favorites (closes #28). (77aa0f7d)

wrestling_scoreboard_common - v0.0.1-beta.10

  • REFACTOR: Replace switch case with expression. (2c1ac540)
  • FIX: Live organization import. (e5d12c06)
  • FIX: Make BasicAuthService nullable. (3c771214)

wrestling_scoreboard_server - v0.0.1-beta.10

  • FIX: Live organization import. (e5d12c06)
  • FEAT(server): Order team matches by date. (8743d117)
  • FEAT: Add organization info when editing. (25ea14be)

2024-03-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


wrestling_scoreboard_client - v0.0.1-beta.9

  • REFACTOR: Dart format. (ace81ead)
  • FIX: Height of exception widgets. (fb62a31e)
  • FIX: Use stopwatch for bout action duration. (5152595f)
  • FIX: Save empty membership no as null. (5891d59e)
  • FIX(client): Saving Lineup. (3bc02dac)
  • FIX: Minor fixes and improvements. (832aee56)
  • FEAT: Basic support for API providers (#47). (fea89a89)
  • FEAT: Exception Dialogs, Shortcuts and Navigation. (c4ab7fea)
  • FEAT: Improve output of RestException. (97a94441)
  • FEAT(client): GUI for organizations, divisions, favorites. (ab30f8ac)
  • FEAT: Use exception dialog when websocket connection closed. (1a727f2b)
  • FEAT: Division and Organization. (bf182c22)
  • FEAT: StackTrace for ExceptionWidget. (c0b1231b)
  • FEAT: Async exception widget. (64c524b7)
  • FEAT: Feedback on reset / restore DB, simplify Dialogs. (a45e8463)
  • FEAT: Results report for germany NRW (#1). (5d57411a)
  • FEAT: Language and Font settings (closes #24). (86c8bcbd)
  • FEAT: Add network timeout setting, reorder settings. (d63e7ce9)
  • FEAT: Database export and restore from client. (3bec47a0)
  • FEAT: Show network timeout (#44). (bdbda2ae)
  • FEAT: Format seconds to readable string. (b1d58e10)
  • FEAT: Edit duration. (e3b12f46)
  • FEAT: Apply duration picker. (94e07d29)
  • FEAT: Delete button for bout action (closes #38). (471126c2)
  • FEAT: Adding season partition (closes #3). (b7836868)
  • DOCS: Update READMEs. (91786fad)

wrestling_scoreboard_common - v0.0.1-beta.9

  • REFACTOR: Convert enum names. (a4eaa319)
  • REFACTOR: Run build_runner. (bb1a8e05)
  • FIX(server): Throw exception on null values in getSingle. (2da48fe5)
  • FIX: Minor fixes and improvements. (832aee56)
  • FEAT: Basic support for API providers (#47). (fea89a89)
  • FEAT(client): GUI for organizations, divisions, favorites. (ab30f8ac)
  • FEAT: Division and Organization. (bf182c22)
  • FEAT: Results report for germany NRW (#1). (5d57411a)
  • FEAT: Edit duration. (e3b12f46)
  • FEAT: Delete button for bout action (closes #38). (471126c2)
  • FEAT: Adding season partition (closes #3). (b7836868)

wrestling_scoreboard_server - v0.0.1-beta.9

  • FIX: Update bout actions on editing time. (50242488)
  • FIX(server): Update bouts in match (#40). (1dbb9ef6)
  • FIX(server): Throw exception on null values in getSingle. (2da48fe5)
  • FIX(server): Delete bout dependencies. (d34e088f)
  • FEAT: Basic support for API providers (#47). (fea89a89)
  • FEAT: Division and Organization. (bf182c22)
  • FEAT: Results report for germany NRW (#1). (5d57411a)
  • FEAT: Database export and restore from client. (3bec47a0)
  • FEAT(server): Restore default. (e78e02ea)
  • FEAT: Adding season partition (closes #3). (b7836868)
  • DOCS: Update READMEs. (91786fad)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-02-26

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

wrestling_scoreboard_client - v0.0.1-beta.8

  • REFACTOR: regenerate windows directory. (63326f29)
  • REFACTOR: Minor improvements to the DateTime formatter (#31). (5821c960)
  • REFACTOR: Dart format. (bca92c11)
  • REFACTOR: Adapt LoadingBuilder functionality. (4534f11c)
  • REFACTOR: Extensions for localizations. (ae0f0deb)
  • REFACTOR: Adapt folder structure. (d9ae8db7)
  • REFACTOR: Split clubs and leagues view from home. (edfaa001)
  • REFACTOR: Move more screen. (62e1eb05)
  • REFACTOR: DataProvider to DataManager. (c109b377)
  • REFACTOR: DataManagerNotifier. (cc31e580)
  • REFACTOR: Bout actions as riverpod many stream provider (closes #25). (e7f9f651)
  • REFACTOR: Move team_match screens. (72751af6)
  • REFACTOR: Move team_match screens. (613b4572)
  • REFACTOR: Move settings into 'more'. (85477aa7)
  • REFACTOR: Apply linter rule always_use_package_imports. (ff7444de)
  • REFACTOR: Move display screens in subfolder. (a7c47238)
  • REFACTOR: Replace default cases. (62bc9b2f)
  • REFACTOR: full package names. (8dfa2e58)
  • REFACTOR: Make analyzer happy. (0fb50aba)
  • REFACTOR: Environment variables. (cf38fa4e)
  • REFACTOR: move to folder prefixed with wrestling_scoreboard. (e44109c7)
  • REFACTOR: Rename route ids. (c19186fb)
  • REFACTOR: fight_screen to fight_display, match_sequence to match_display. (5ab4607e)
  • FIX: Set initial period. (ff9deee2)
  • FIX: Text scaling for FittedText. (589c8d2b)
  • FIX: Properly handle saving on leaving bout display. (cd4dbd34)
  • FIX: Resolve linter issues. (5f4e2c24)
  • FIX: Updating time, after disposing (closes #22). (28c5a819)
  • FIX: Nullable ParticipationState. (73cffeb0)
  • FIX: Yield initial data. (05b5d626)
  • FIX: Equality of ProviderData. (67bf7f7f)
  • FIX: Show empty bout actions. (dba37bc3)
  • FIX(client): Avoid progress indicator if data is available while loading. (a66dfbd0)
  • FIX(client): remove textScaleFactor from TextSpan. (1ebc7499)
  • FIX: Light theme inconsistencies in colored containers (closes #18). (79c2bfdb)
  • FIX: Load theme from preferences. (c06fa53b)
  • FIX(linux): Use correct application name. (81e813cb)
  • FIX: Handle exceptions for server connection (closes #27). (e1824744)
  • FIX: Missing generics in riverpod generation. (40a53709)
  • FIX: Async initialization. (43c208b5)
  • FIX(client): Use Null for unfiltered DataObjects. (e8c0544c)
  • FIX: translations. (eaaa4135)
  • FIX: DSQ2 should not be available if vacant. (1609267c)
  • FIX: Add data types for deletion. (af612806)
  • FIX: add internet permission for Android release. (f7e6a9b5)
  • FIX: Use try parse int. (ba52d68b)
  • FIX(linux): launcher icon not shown. (a06cae49)
  • FIX: Icon alignments (closes #6). (aa659983)
  • FIX(web): Style for dark theme mode. (861473d2)
  • FIX: Update team matches on add to league. (a3ae6ec2)
  • FIX: Replace runtimeType with generic Type. (239d951d)
  • FIX(client): Update correct id. (9b582961)
  • FIX(client): Fix networking, icons, labels. (2cc1497b)
  • FIX: Make league_team_participation working. (853a5c04)
  • FIX(client): Make generic requests work. (b5968055)
  • FIX(client): lints. (3e699c20)
  • FIX: platform execution. (ae78b0f5)
  • FIX(android): main activity. (72105dfd)
  • FIX: set initialData to null on ManyConsumer. (044674d7)
  • FEAT: Rewrite audio handling. (7bd6f9df)
  • FEAT: Change Theme mode via Settings. (c7b39db7)
  • FEAT: Duration Edit for Bout. (9c341918)
  • FEAT: Rename App to Wrestling Scoreboard. (38580cb9)
  • FEAT: Add ic_launcher. (ed8fe12a)
  • FEAT: Differentiate Save and Generate Bouts from Lineups (#26). (a26798f9)
  • FEAT: Update texts of fight result. (56039063)
  • FEAT: Show fights in match overview. (93a48b8c)
  • FEAT: Add persons to match overview. (bd4e8294)
  • FEAT: Limit width of overview and edit screens (closes #20). (d95339c5)
  • FEAT: Show error message in AlterDialog. (4e060811)
  • FEAT: Ability to edit league_team_participation. (466b8159)
  • FEAT: Use system theme. (de15f4d6)
  • FEAT: Add Dropdowns. (61746f73)
  • FEAT: Move AppBar action in fight display. (f8cf86fa)
  • FEAT: Scaled text in fight display. (190fb853)
  • FEAT: Adaptive fight list. (f3ed1273)
  • FEAT: Adapt style for settings, more (closes #17). (27f3c3b8)
  • FEAT: NullableSingleConsumer. (b008366b)
  • FEAT(server): Make WeightClass nullable. (c0f69526)
  • FEAT: Make FightDisplay available via route. (62cebf33)
  • FEAT: Use Roboto font. (8c0d4b50)
  • FEAT: Handling unavailable data. (0e163ec1)
  • FEAT: AppBar title styling. (1044d319)
  • FEAT: Button for Display match sequence. (8af9410f)
  • FEAT: Url Routing. (a77a0cde)
  • FEAT: Show Changelog in app. (008f8807)
  • FEAT: Imprint, About, Licenses, Changelog. (7f21dab8)
  • FEAT: SingleStreamProvider. (0e8b2984)
  • FEAT: Show match-up list in the league page (closes #5). (01eacea7)
  • FEAT: enable GoRouter.optionURLReflectsImperativeAPIs to reflect url. (4c357fea)
  • FEAT: generate score sheet pdf. (3f7ac05c)
  • FEAT: split TeamMatch from Bout Screen. (320c34d9)
  • FEAT: Bout overview and edit (#26). (a07ec1e4)
  • FEAT: Add fullscreen in web. (c229460f)
  • FEAT: Handle error message on displays. (8cd154e3)
  • FEAT: Add riverpod state management. (425849cd)
  • FEAT: Implement full screen mode. (2569bfde)
  • FEAT: Wrap dataManager in provider. (bbc3e97b)
  • FEAT: run build_runner, adapt lint naming conventions. (56589559)
  • FEAT: replace ManyConsumer with ManyStreamConsumer. (ff7186b3)
  • FEAT: Add CompetitionsView. (e39198df)
  • FEAT: Regenerate launcher icons. (b92cb550)
  • FEAT: Move locale preferences to riverpod. (3cca2a02)
  • FEAT: Adapt the fight action controls. (b6654ba1)
  • DOCS(client): Replace flutter_dotenv docs. (60bb219c)
  • DOCS: Add UWW wrestling rules. (8a4dcc1c)
  • DOCS: Add uww score sheet for competitions. (5f6112fa)
  • BREAKING REFACTOR: remove flutter_dotenv. (87dea399)
  • BREAKING REFACTOR: Fight to Bout (#4). (22e4e2c7)
  • BREAKING REFACTOR: Tournament to Competition (#4). (6d0ea4b4)

wrestling_scoreboard_common - v0.0.1-beta.8

  • REFACTOR: Dart format. (bca92c11)
  • REFACTOR(common): Remove unnecessary conversion to json. (5ae2d275)
  • REFACTOR: move to folder prefixed with wrestling_scoreboard. (e44109c7)
  • FIX: Show empty bout actions. (dba37bc3)
  • FIX: Add pos to raw TeamMatchFight. (ecf3f62c)
  • FIX: Update team matches on add to league. (a3ae6ec2)
  • FIX: Make league_team_participation working. (853a5c04)
  • FIX(common): updateClassificationPoints. (d412da91)
  • FIX(common): parse nullable Gender of Person. (d24a97d4)
  • FIX: JsonSerializable not recognizing static variables. (b0d2c554)
  • FEAT(server): Reset, Restore and Upgrade database. (a7ac6fbd)
  • FEAT(server): Make WeightClass nullable. (c0f69526)
  • FEAT: Bout overview and edit (#26). (a07ec1e4)
  • FEAT: Update texts of fight result. (56039063)
  • FEAT(common): Use getter with freezed. (cde5241f)
  • FEAT(common): Replace JsonAnnotation with Freezed. (28f04b70)
  • FEAT(common): Tournament team participation. (63ec7c79)
  • FEAT(common): Tournament team participation. (beeb7010)
  • FEAT: run build_runner, adapt lint naming conventions. (56589559)
  • BREAKING REFACTOR: Tournament to Competition (#4). (6d0ea4b4)
  • BREAKING REFACTOR: Fight to Bout (#4). (22e4e2c7)

wrestling_scoreboard_server - v0.0.1-beta.8

  • REFACTOR: Add ignores. (83d1a2ab)
  • REFACTOR: Dart format. (bca92c11)
  • REFACTOR: full package names. (8dfa2e58)
  • REFACTOR: move to folder prefixed with wrestling_scoreboard. (e44109c7)
  • FIX(server): Handle prepared statements correctly (closes #32). (9f96c133)
  • FIX(server): Restore database. (10dccec4)
  • FIX: Show empty bout actions. (dba37bc3)
  • FIX: Update team matches on add to league. (a3ae6ec2)
  • FIX: Replace runtimeType with generic Type. (239d951d)
  • FIX: Make league_team_participation working. (853a5c04)
  • FIX(server): lints. (1ee137c9)
  • FIX(linux): launcher icon not shown. (a06cae49)
  • FIX(server): enable pingInterval for WebSocket to keep connection alive (close #10). (3474e86f)
  • FIX: adapt_database schema. (1c67adc5)
  • FEAT(server): Export database. (6e17086b)
  • FEAT(server): Reset, Restore and Upgrade database. (a7ac6fbd)
  • FEAT: Migrate to postgres v3. (c015233e)
  • FEAT(server): Make WeightClass nullable. (c0f69526)
  • FEAT: split TeamMatch from Bout Screen. (320c34d9)
  • FEAT(server): Add default pos to team_match_bout. (1dc5f618)
  • FEAT(server): Allow ordering by multiple features. (91712f7b)
  • FEAT: Show match-up list in the league page (closes #5). (01eacea7)
  • FEAT(database): Adapt database schema. (ef904283)
  • DOCS(server): Update README.md. (d72f6213)
  • DOCS(server): Make wrestling-scoreboard-server executable. (48f4b94b)
  • DOCS(server): Connect to psql via peer authentication. (db3875c6)
  • DOCS(server): Update database README. (91c13809)
  • DOCS: adapt to new paths. (2dca9685)
  • BREAKING REFACTOR: Tournament to Competition (#4). (6d0ea4b4)
  • BREAKING REFACTOR: Fight to Bout (#4). (22e4e2c7)

2023-04-29

  • Initial version.