Skip to content

Commit 1e9e1c2

Browse files
committed
Update version info. Add Changelog
1 parent bf7249b commit 1e9e1c2

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

ChangeLog

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Version 2.3.0 28-Jul-2016
2+
General:
3+
- New Team Contest handling
4+
* Rewritten result evaluation and presentation code
5+
* New team modalities ( 2/3, 3/4, 2/2, 3/3 4/4 )
6+
- New Common interface to show Videowall/Livestream/PublicWeb pages
7+
- So many improvements, bugfixes and i18n issues
8+
Console:
9+
- Ability to choose category to operate with in starting order, data introduction and printing
10+
- Showing of results and scores use new common interface
11+
- Search boxes clears "-- Search --" text in mouse enter/leave
12+
Tablet:
13+
- Improved interaction with electronic chronometer
14+
- Reorganize icons and buttons
15+
- Fixed and added new key bindinds
16+
- Add "Test dog" option
17+
- Bigger direct access table for easy dog selection
18+
LiveStream:
19+
- Now timeData and round information have configurable location
20+
- Add Dog order to OSD information
21+
- Minimize OSD occuppied space
22+
- Allow show/hide mean clicking 'space' key
23+
VideoWall:
24+
- Integrated with new common results user interface
25+
- New simplified Screens with separate configuration, intended to be used in
26+
big stadium videowalls
27+
PublicWeb:
28+
- Added a new user interface, intended to watch a single contest, with direct access
29+
to every items
30+
Chronometer:
31+
- Improved interaction with tablet/event handler
32+
- Sample reference code (python) for raspberry-pi based chronometer
33+
- Sample reference code (nodejs) for event protocol
34+
- Preliminary code for direct attached (USB) chronometer
35+
ExcelImport:
36+
- ( not yet finished ) Now an excel file can be uploaded and checked for consistency.
37+
Still pending user interface for excel entries validation
38+
Documentation:
39+
- English manual (already outdated :-( )
40+
- Deployment manual
41+
- Event handler/chrono protocol API
42+
And many, many more...
43+
Enjoy

agility/server/auth/system.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ program_name = "AgilityContest"
33
author = "Juan Antonio Martinez"
44
email = "juansgaviota@gmail.com"
55
license = "GPL"
6-
version_name = "2.2.1"
7-
version_date = "20160519_1424"
6+
version_name = "2.3.0"
7+
version_date = "20160728_0940"
88
database_name = "agility"
99
database_host = "localhost"
1010
database_user = "YWdpbGl0eV9vcGVyYXRvcg=="

0 commit comments

Comments
 (0)