Skip to content

Commit d6ee091

Browse files
authored
Merge pull request #2366 from TabbycatDebate/new-release
Prepare for 2.8 release
2 parents ee572b2 + 107b0c2 commit d6ee091

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.github/CHANGELOG.rst

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@ Change Log
44

55
2.8.0 (Quokka)
66
---------
7-
*Release date: TBD*
7+
*Release date: 28 November 2023*
88

9+
- The term "iron person" is now used throughout the platform for consistency and inclusivity. Thanks to @dcorks for the pull request!
10+
- The number of times a team has had an iron-speaker is now tracked as a team metric.
911
- Added new emoji from Unicode 12 and 13. Thank you to Daan Koning for the pull request! (`#2143 <https://github.com/TabbycatDebate/tabbycat/issues/2143>`_)
1012
- Info Slides can now use rich-text formatting (e.g. bold, links, etc). Thanks to Trần Trang Linh for adding this feature!
1113
- Speaker and break category forms have better validation and fewer fields.
12-
- The number of times a team has had an iron-speaker is now tracked.
14+
- Tournaments can be created specifying private URL use directly. Thanks to Sébastien Dunne Fulmer!
1315
- Implemented support for APDA-style tournaments with:
14-
- Avoidance for a team to repeatedly meet pulled-up teams,
15-
- A new two-team draw generator to minimize penalties globally within brackets,
16-
- Team seeding for the first round,
17-
- The ability to give ranks to speeches in addition to speaker scores, and
18-
- A preset to enable these options.
16+
- Avoidance for a team to repeatedly meet pulled-up teams,
17+
- A new two-team draw generator to minimize penalties globally within brackets,
18+
- Team seeding for the first round,
19+
- The ability to give ranks to speeches in addition to speaker scores, and
20+
- A preset to enable these options.
1921
- API Updates:
20-
- Documentation is now automatically generated and available under the ``/api/schema/redoc/`` path on all sites.
21-
- Preformed panels are now accessible using the API.
22-
- Team and speaker scores by round has a new endpoint. Thanks to Ido Wolf for the feature!
23-
- The site's timezone is shown in the root endpoint.
22+
- Documentation is now automatically generated and available under the ``/api/schema/redoc/`` path on all sites.
23+
- Preformed panels are now accessible using the API.
24+
- Team and speaker scores by round has a new endpoint. Thanks to Ido Wolf for the feature!
25+
- The site's timezone is shown in the root endpoint. Thanks to Daan Koning!
2426
- \+ so many more little improvements and fixes!
2527

2628

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '2.8'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.8.0-dev'
63+
release = '2.8.0'
6464

6565
rst_epilog = """
6666
.. |vrelease| replace:: v{release}

tabbycat/settings/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Version
2323
# ==============================================================================
2424

25-
TABBYCAT_VERSION = '2.8.0-dev'
25+
TABBYCAT_VERSION = '2.8.0'
2626
TABBYCAT_CODENAME = 'Quokka'
2727
READTHEDOCS_VERSION = 'v2.8.0'
2828

0 commit comments

Comments
 (0)