Releases: ephraimkunz/StudentOutreach
Releases · ephraimkunz/StudentOutreach
0.10
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).
0.4
Added confirmation when a message has been sent (so you don't accidentally send twice) and an additional filtering option to filter course scores between an upper and lower bound (so you can send to students with a course score between 69 and 80, for example).
0.3
Back deploy to macOS 12.0
0.2
Fix bug with users endpoint
0.1
Initial release for testing