Skip to content

Commit

Permalink
Add v3.0.0 updates to README, update version number (autolab#2173)
Browse files Browse the repository at this point in the history
add v3.0.0 updates to README and update version number
  • Loading branch information
20wildmanj authored Aug 23, 2024
1 parent 0aa32cf commit 7b529d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ Please feel free to use Autolab at your school/organization. If you run into any


## Changelog

### [v3.0.0](https://github.com/autolab/Autolab/releases/tag/v3.0.0) (2024/07/24) UI-based deployment configuration, Simple File Manager, Export / Import Course, Tango, Grading Improvements
- Configuration of authentication, Github, SMTP moved to UI
- Simple File Manager to manage files in courses through a UI
- Import / Export Course data in one go, with improved assessment importing
- Improvements to grading UI/UX such as an improved Gradebook, Code Diff Viewer, Starred Problems
- Improvements to autograding with direct Docker file uploading and the option to selectively disable network access

### [v2.12.0](https://github.com/autolab/Autolab/releases/tag/v2.12.0) (2024/01/20) Attachment categories and visual cues
- Ruby upgraded to 3.2.2
- Rails upgraded to 6.1.7.6
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Application < Rails::Application
config.middleware.use Rack::Attack

# site version
config.site_version = "2.12.0"
config.site_version = "3.0.0"

# Set application host for mailer
config.action_mailer.default_url_options = { host: ENV['MAILER_HOST'] || "YOUR_APP_HOST" }
Expand Down

0 comments on commit 7b529d3

Please sign in to comment.