Releases: mcpa-stlouis/hack-the-arch
Releases · mcpa-stlouis/hack-the-arch
v2.0.1
v2.0.0
- Add: Docker Compose network for easier production deployment option
- Add: Live submission feed for admin users
- Add: Chat function (optional)
- Broadcasts messages to users from admin users so they appear as notifications if chat window is not active
- Add: Notifications when users score (optional)
- Add: Bootstrap Notify styled notifications
- Add: More info for admins:
- Showing number of solves for each team
- Showing number of points available
- Add: Optional console that uses a 'shellinthebox' backend to offer console to users
- Fix: Deploying to Heroku now much easier
- Fix: Production environment variables now have alternate "DISABLED" values so app does not crash when not present
- Fix: Problem descriptions now wrap automatically
- Fix: Timezones are all local now (defaults to central time, override with
TIMEZONE
env var) - Fix: Adding new bracket doesn't require filling invisible field
v2.0.0-beta.6
- Fix: Adding new bracket doesn't require filling invisible field
- Added: Styling improvements (buttons for edit and delete are now icons instead of text)
v2.0.0-beta.5
- Fix: times are now local (configure your timezone in:
config/application.rb
- Fix: chat tooltips now appear correctly
- Fix: problem descriptions will now wrap
- Added: chat styling
v2.0.0-beta.4
- fix: non-message notifications now appear in same location as messages
- added: url to messages so that scoring notifications link to the scoreboard
- added: showing number of solves for each team (for admin users)
v2.0.0-beta.3
- bugfix: chat window entry now grabs focus on load
v2.0.0-beta.2
New in version 2:
- Optional chat console
- Live feed in Admin console
- Optional notifications on scoring
- Consistent and more robust notifications
1.3.0
1.3.0-beta
- Migrating to Rails 5
- Passes all tests
- All deprecation warnings resolved