Skip to content

Commit 9a0fd87

Browse files
authored
Autolab v2.11.0 (#1899)
* Bump version to v2.11.0 * Remove Victor from list of reviewers * Remove older releases from README * Add v2.11.0 changelog * Update release date
1 parent 03d3a54 commit 9a0fd87

File tree

3 files changed

+10
-22
lines changed

3 files changed

+10
-22
lines changed

.cm/gitstream.cm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ automations:
5454
run:
5555
- action: add-reviewers@v1
5656
args:
57-
reviewers: {{ repo | rankByGitBlame(gt=25) | filter(list=['20wildmanj', 'najclark', 'damianhxy', 'michellexliu', 'victorhuangwq', 'lykimchee', 'jlge', 'evanyeyeye', 'KesterTan']) | reject(pr.author) | random }}
57+
reviewers: {{ repo | rankByGitBlame(gt=25) | filter(list=['20wildmanj', 'najclark', 'damianhxy', 'michellexliu', 'lykimchee', 'jlge', 'evanyeyeye', 'KesterTan']) | reject(pr.author) | random }}
5858
unless_reviewers_set: true
5959

6060
add_reviewers_lt_25:
@@ -63,7 +63,7 @@ automations:
6363
run:
6464
- action: add-reviewers@v1
6565
args:
66-
reviewers: {{ repo | rankByGitBlame(lt=25) | filter(list=['20wildmanj', 'najclark', 'damianhxy', 'michellexliu', 'victorhuangwq', 'lykimchee', 'jlge', 'evanyeyeye', 'KesterTan']) | reject(pr.author) | random }}
66+
reviewers: {{ repo | rankByGitBlame(lt=25) | filter(list=['20wildmanj', 'najclark', 'damianhxy', 'michellexliu', 'lykimchee', 'jlge', 'evanyeyeye', 'KesterTan']) | reject(pr.author) | random }}
6767
unless_reviewers_set: true
6868

6969
calc:

README.md

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

116116

117117
## Changelog
118+
### [v2.11.0](https://github.com/autolab/Autolab/releases/tag/v2.11.0) (2023/05/21) LTI Settings UI, extensions metrics, and simultaneous extension creation
119+
- Introduced UI to manage LTI integration settings
120+
- Added extension metrics for instructors to monitor students by number of extensions granted
121+
- Instructors can now create extensions for multiple students at once
122+
- Numerous UI updates
123+
- Numerous bug fixes and improvements
124+
118125
### [v2.10.0](https://github.com/autolab/Autolab/releases/tag/v2.10.0) (2023/01/13) LTI Integration, Generalized Feedback, and Streaming Output
119126
- Autolab now supports roster syncing with courses on Canvas and other LTI (Learning Tools Interoperability) services. For full instructions on setup, see the documentation.
120127
- Streaming partial output and new feedback interface
@@ -132,23 +139,4 @@ Please feel free to use Autolab at your school/organization. If you run into any
132139
- Improved Roster Upload with better error reporting
133140
- Numerous bug fixes and improvements
134141

135-
### (2021/10/12) Moved from Uglifier to Terser
136-
- Autolab has migrated from Uglifier to Terser for our Javascript compressor to support the latest Javascript syntax. Please change `Uglifier.new(harmony: true)` to `:terser` in your `production.rb`
137-
138-
### [v2.7.0](https://github.com/autolab/Autolab/releases/tag/v2.7.0) (2021/05/29) Autolab Docker Compose, Student Metrics, Redesigned Documentation
139-
- Integration with new Docker Compose [installation method](https://github.com/autolab/docker)
140-
- Student Metrics Feature, which allows instructors to identify students who may require attention
141-
- Redesigned Autolab documentation
142-
- Numerous bug fixes and improvements
143-
144-
### [v2.6.0](https://github.com/autolab/Autolab/releases/tag/v2.6.0) (2020/10/24) Formatted Feedbacks, Course Dashboard, Accessibility
145-
- Formatted Feedback feature
146-
- Introduction of Course Dashboards
147-
- Numerous bug fixes and improvements
148-
149-
### v2.5.0 (2020/02/22) Upgrade from Rails 4 to Rails 5
150-
- Autolab has been upgraded from Rails 4 to Rails 5 after almost a year of effort! There are still some small
151-
bugs to be fixed, but they should not affect the core functionality of Autolab. Please file an issue if you believe
152-
you have found a bug.
153-
154142
**For older releases, please check out the [releases page](https://github.com/autolab/Autolab/releases).**

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.10.0"
115+
config.site_version = "2.11.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)