Skip to content

Commit 7b529d3

Browse files
authored
Add v3.0.0 updates to README, update version number (#2173)
add v3.0.0 updates to README and update version number
1 parent 0aa32cf commit 7b529d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ Please feel free to use Autolab at your school/organization. If you run into any
115115

116116

117117
## Changelog
118+
119+
### [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
120+
- Configuration of authentication, Github, SMTP moved to UI
121+
- Simple File Manager to manage files in courses through a UI
122+
- Import / Export Course data in one go, with improved assessment importing
123+
- Improvements to grading UI/UX such as an improved Gradebook, Code Diff Viewer, Starred Problems
124+
- Improvements to autograding with direct Docker file uploading and the option to selectively disable network access
125+
118126
### [v2.12.0](https://github.com/autolab/Autolab/releases/tag/v2.12.0) (2024/01/20) Attachment categories and visual cues
119127
- Ruby upgraded to 3.2.2
120128
- Rails upgraded to 6.1.7.6

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class Application < Rails::Application
112112
config.middleware.use Rack::Attack
113113

114114
# site version
115-
config.site_version = "2.12.0"
115+
config.site_version = "3.0.0"
116116

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

0 commit comments

Comments
 (0)