Releases: ephraimkunz/StudentOutreach
Releases · ephraimkunz/StudentOutreach
0.14
- Show loading indicator in status bar while network fetches are active.
- Remove workaround code to fetch all students now that backend fix has landed.
- Fetch multiple pages of data for "get all students" and "get all students associated with an assignment" queries. Previously the max number of items that would be fetched was 100.
0.13
- Fix flickering in student list view
0.12
- Fix issue where selected students wouldn't persistent when scrolling student list
- Add spell checking to message body
- Update support email
- Add borders in preparation for macOS 26
- Update minimum supported macOS version to macOS 14
0.11
Workaround broken assignments endpoint by fetching assignments via assignment groups instead.
0.10
Include section names in course list, fetch only active courses
0.9: Merge pull request #13 from Albee24/Course-Activity-Update
Course Activity Addition
0.8
Fix issues where messages no longer send because the recipient field has the wrong type. BYU-I's canvas server must have changed to be more strict about checking this.
0.7
- Tokenize substitutions, making it more obvious when you are using one and harder to accidentally include a partial in the final message. For example, backspacing on a substitution now removes the entire token rather than breaking it.
- Insertion of tokens now happens at cursor point, rather than the end of the string. This is nice for going back to previous text and inserting tokens.
0.6
Make "scored less than" and "scored more than" stop including students who haven't submitted.
0.5
- Fix a bug where students would not be fetched for a course when their course score was nil.
- Added ability to filter students who have a course score that is nil (empty).