Skip to content

Releases: ephraimkunz/StudentOutreach

0.14

25 Oct 05:13

Choose a tag to compare

  • 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

04 Sep 15:07

Choose a tag to compare

  • Fix flickering in student list view

0.12

04 Sep 14:55
b730f67

Choose a tag to compare

  • 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

15 Jan 01:19

Choose a tag to compare

Workaround broken assignments endpoint by fetching assignments via assignment groups instead.

0.10

13 Dec 02:03

Choose a tag to compare

Include section names in course list, fetch only active courses

0.9: Merge pull request #13 from Albee24/Course-Activity-Update

25 Sep 03:00
83ab83d

Choose a tag to compare

0.8

20 Sep 18:04

Choose a tag to compare

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

22 Nov 21:56

Choose a tag to compare

0.7 Pre-release
Pre-release
  • 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

18 Nov 01:34

Choose a tag to compare

0.6 Pre-release
Pre-release

Make "scored less than" and "scored more than" stop including students who haven't submitted.

0.5

31 Oct 14:25

Choose a tag to compare

0.5 Pre-release
Pre-release
  • 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).