Bracket
Selfhosted tournament system
Alternative to: challonge, toornament

About
Versions (41)
v1.0.0
2023-11-26What’s Changed
- Add tests for scheduling logic by @evroon in https://github.com/evroon/bracket/pull/329
- Bump axios from 1.4.0 to 1.6.0 in /frontend by @dependabot in https://github.com/evroon/bracket/pull/330
- Test activate next stage by @evroon in https://github.com/evroon/bracket/pull/331
- Add segmented control to filter matches by @evroon in https://github.com/evroon/bracket/pull/332
- Cleanup unnecessary scheduling code by @evroon in https://github.com/evroon/bracket/pull/333
- Improve swiss scheduling by @evroon in https://github.com/evroon/bracket/pull/336
- Bump docker/build-push-action from 5.0.0 to 5.1.0 by @dependabot in https://github.com/evroon/bracket/pull/338
- Add spotlight feature by @evroon in https://github.com/evroon/bracket/pull/340
- Multi users and teams creation by @evroon in https://github.com/evroon/bracket/pull/342
- Custom time per match by @evroon in https://github.com/evroon/bracket/pull/337
- Fix tournament creation by @evroon in https://github.com/evroon/bracket/pull/343
- Persist scheduling settings in query params by @evroon in https://github.com/evroon/bracket/pull/344
- Tweak tournament not started alert by @evroon in https://github.com/evroon/bracket/pull/345
- Implement autoscheduling with parameters by @evroon in https://github.com/evroon/bracket/pull/348
- Drop unique constraint on players.name by @evroon in https://github.com/evroon/bracket/pull/347
- Prefer teams who have played much less by @evroon in https://github.com/evroon/bracket/pull/351
- Small usability fixes by @evroon in https://github.com/evroon/bracket/pull/350
- Fix team body size by @evroon in https://github.com/evroon/bracket/pull/349
- Allow max 64 teams in stage item by @evroon in https://github.com/evroon/bracket/pull/352
- Fix array sorting by @evroon in https://github.com/evroon/bracket/pull/353
- Prepare 1.0 release by @evroon in https://github.com/evroon/bracket/pull/354
Full Changelog: https://github.com/evroon/bracket/compare/v0.2.0…v1.0.0