Skip to content

Releases: mcpa-stlouis/hack-the-arch

v2.0.1

20 Nov 22:19
Compare
Choose a tag to compare
  • Add: Optionally require all accounts to be authorized by administrator
  • Add: Styling emails
  • Add: Over 90% test coverage
  • Add: Styling problem index with button group and icons with tooltips
  • Fix: Uses "admin" as user for admin messages

v2.0.0

14 Nov 21:33
Compare
Choose a tag to compare
  • 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

28 Oct 23:19
67b8959
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release
  • 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

19 Oct 15:35
0fdd783
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release
  • 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

18 Oct 18:29
d59e523
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release
  • 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

18 Oct 14:54
47cae97
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
  • bugfix: chat window entry now grabs focus on load

v2.0.0-beta.2

18 Oct 02:59
7d8234e
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

New in version 2:

  • Optional chat console
  • Live feed in Admin console
  • Optional notifications on scoring
  • Consistent and more robust notifications

1.3.0

08 Oct 21:08
fdd6e8a
Compare
Choose a tag to compare
  • Migrating to Rails 5

1.3.0-beta

30 Aug 02:54
93f5c77
Compare
Choose a tag to compare
1.3.0-beta Pre-release
Pre-release
  • Migrating to Rails 5
  • Passes all tests
  • All deprecation warnings resolved

1.2.2

17 Mar 00:50
Compare
Choose a tag to compare

Minor changes and fixes

  • Added: Hide hints after challenge solve if none were requested
  • Fixed: checkout is no longer visible after a user has activated his/her account