Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 564a1cf

Browse files
committed
minor update release
1 parent 59e814a commit 564a1cf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

VERSION

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
RunestoneServer-6.1.10
1+
RunestoneServer-6.1.11
2+
3+
Changes since 6.1.10
4+
5+
- Minor updates
26

37
- Add filter to manual grading to only show ungraded questions.
48
- Clean up the student peer instruction selection page

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# ================
1818
[tool.poetry]
1919
name = "runestone_poetry_project"
20-
version = "6.1.10"
20+
version = "6.1.11"
2121
description = "A web2py-based server for the Runestone e-book system."
2222
authors = ["Brad Miller <[email protected]>", "Bryan A. Jones <bjones AT ece DOT msstate DOT edu"]
2323
license = "MIT"

static/motd.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
<h4>Updates November 11, 2022</h4>
1+
<h4>Updates November 18, 2022</h4>
22
<ul>
33
<li><b>New</b>You can now register for a book by clicking on a button in the library</li>
44
<li><b>New</b>Added a checkbox to filter non-zero grades from manual grading to help you find 0's and ungraded questions more easily</li>
5+
<li>Log the server serving a particular page for better debugging</li>
6+
<li>Fixes to horizontal parsons</li>
57
<li>Experimenting with using ethicalads.io for adserving - NO TRACKING COOKIES</li>
68
<li>Change expiration of acccess token to 15 weeks so it should last an entire semester.</li>
79
</ul>

0 commit comments

Comments
 (0)