Releases: thennothinghappened/pelorus
Releases · thennothinghappened/pelorus
Beta 1.6.11 - Calendar hotfix
- Fixed a regression where the calendar schedule would always use the current date as the time offset, meaning that in time-based class layout classes would appear far off the screen for days after today.
- Removed the added size padding on the loading calendar, it didn't look great.
Beta 1.6.10
- Improved Cookie login page
- Refactored login slightly
- Refactored calendar and newsfeed slightly
- Improved loading animations for calendar and newsfeed
- Added pull to refresh for calendar and newsfeed
Beta 1.6.9
- Made the update checker more robust (parsing semantic versioning less iffy)
- Newsfeed items are now collapsable
- Settings now display the app version
- Moved to using the internal Material 3 date picker, and using a proper
AlertDialog
, which no longer opens a new window on desktop.
Beta 1.6.8
- Fixed images loading via HtmlText (e.g. in lesson plans) causing a crash due to a mismatched version of KamelImage
- Upgraded many libraries, including Compose to
1.5.10
, which promises possible performance improvements! - Upgraded target SDK to
34
from33
.
Beta 1.6.7
Application:
- Vastly improved the build process and sharing data between Gradle modules
- Moved WebView code into central
:common
module, and properly using Kotlin Multiplatform here to avoid passing impl down - Re-added
targetSdk
to Android module - Fixes #6
Beta 1.6.6
Application:
- Enabled Proguard to shrink the binary and APK. If this causes any issues please be sure to raise this in the issues tab.
- Updated Android target
JavaVersion
toVERSION_18
fromVERSION_1_8
- Java 1.8 -> Java 18. In my limited testing this did not cause issues, but please raise such in issues if so. - Upgraded to AGP
8.0
- Upgraded to Kotlin
1.9.0
- Upgraded to Compose
1.4.3
HtmlText:
- Improved list rendering somewhat - bullet points still have trouble dealing with narrow tables, but its a work in progress.
Kotlass:
- Fixed thennothinghappened/kotlass#4 - now using
ignoreUnknownKeys
, as Kotlass is unlikely to receive much future attention beyond basic maintenance at this point.
Beta 1.6.5
Error reporting:
- Error reporting now includes version info
Kotlass:
Beta 1.6.4
- Added a 'Report on GitHub' button for errors
- 'Unknown Host' errors now correctly show as an internet issue instead of an unknown error.
- Kotlass update fixed learning task parsing
Beta 1.6.3
- Added an update checker
Beta 1.6.2
- Improved Learning Task filtering
- Improved Learning Task colours
- Fix Flair card artifacts on right side