1.4.4
2019-04-29
Fix a bug with unmarking an assignment as done. Some (hopefully superfluous) nested calls to run code on the main queue have been dropped as well, which should ideally have no visible effects.
1.4.3
2019-03-27
Small bug fixes and improvements, most notably a refactoring of the keyboard handling code: this should stop content from being inaccessible under the keyboard, as well as support iPad's undocked and split keyboards correctly. In addition, the code has been updated to Swift 5, which should mean a smaller app size on iOS 12.2 and above.
1.4.2
2018-12-18
This build has been linked against the iOS 12.1 SDK, which means that it should now support the new iPad Pro screen sizes. There's also a way to get support in settings and a new algorithm to generate colors that is more consistent and hopefully provides better results; also, schools are now disambiguated on the login page if they have the same name. Finally, the code has been updated to Swift 4.2, though this might not matter to you unless you're interested in contributing…
1.4.1
2018-09-30
So, iOS 12 brought some fixes for split views that unfortunately broke the workaround I had in place for this bug. So this version of break has a fix for a bug fix that caused a bug in a workaround for the bug. Whew. There's also an improvement in the layout of the locker and an alternative synchronization mechanism for some internal data structures, since the locking used in the last build didn't seem to fix the issue.
1.4
2018-06-05
Just a heads up: this version of break will cause you to get logged out of your current account, as well as disable any app password you had set. This is a byproduct of the encryption used to store your account passwords on the keychain preventing their transfer to this version–unfortunately there is no way around this limitation without compromising your security and privacy. If you have any issues logging in, try deleting the app and reinstalling it, which should force a login screen to appear (and if you have a moment, letting me know about this so I can improve the experience for next time). Sorry about that.
Anyways, this version fixes a rare race-condition crash that cropped up in the assignments view. I couldn't have found it without all of you guys using break, which makes it easy to uncover bugs like these!
1.3
2017-12-06
Fix a crash in the progress report view
1.2.1
2017-11-22
Improve authentication experience for Face ID
1.2
2017-11-21
break finally supports your favorite new version of iOS and is optimized to take advantage of all the pixels your iPhone X has to offer! Just don't look at the navigation bar too closely, or it might animate in a funky way.
1.1
2017-09-07
Split view support
1.0.2
2017-09-06
Add ability to rate in-app
1.0.1
2017-08-14
Minor text fixes