Skip to content

Commit 96ba4a0

Browse files
committed
Merge branch 'changelog' into develop
2 parents 60992cd + 2af8e4a commit 96ba4a0

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

.github/CHANGELOG.rst

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,34 @@
22
Change Log
33
==========
44

5-
2.11.0 (T)
6-
----------
5+
2.11.0 (Tonkinese)
6+
------------------
7+
*Release date: 9 November 2025*
8+
9+
- Improved publication control
10+
- Created mechanism to release team draw before full draw with adjudicators, and info-slides before motions
11+
- Motions and info-slides can be released from presentation interface
12+
- Improvements to allocation screens
13+
- Allocations for concurrent rounds can be made on a single page, ensuring no double-booking
14+
- The maximum number of times an adjudicator has met a team or other adjudicator is shown
15+
- Room constraints are shown during room allocation
16+
- Participants can opt-in to receive personalised browser push notifications on draw and motion release
17+
- On draw deletion, panels can be transferred to preformed
18+
- Added feedback weight modal in Feedback Overview
19+
- Added default "access officer" permission group, and increased the scope of CA permissions
20+
- Show adjudicators' own ballot even when unconfirmed in private URL
21+
- Improve handling of ``{{ URL }}`` variable in private URL email template
22+
- Set draw table bracket highlights from frontend to be responsive with sorting.
23+
- Prevented conflicts when many people simultaneously generate a draw
24+
- API improvements:
25+
- Most (except passwords) tournament preferences are now exposed publicly
26+
- Used serializers to validate query parameters
27+
- Added registration fields to tournament-institution endpoint
28+
- Don't require registration question answers when authenticated
29+
- Add user permissions when creating user
30+
- Removed ability to disable the API. Thank you to Teymour Aldridge for their PR!
31+
- Implemented initial tests for tournament and round APIs. Thank you to Séb for their work!
32+
- \+ bug fixes and optimizations!
733

834

935
2.10.0 (Sphynx)

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.11'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.11.0-dev'
63+
release = '2.11.0'
6464

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

tabbycat/settings/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
# Version
2323
# ==============================================================================
2424

25-
TABBYCAT_VERSION = '2.11.0-dev'
26-
TABBYCAT_CODENAME = 'T'
25+
TABBYCAT_VERSION = '2.11.0'
26+
TABBYCAT_CODENAME = 'Tonkinese'
2727
READTHEDOCS_VERSION = 'v2.11.0'
2828

2929
# ==============================================================================

0 commit comments

Comments
 (0)