Skip to main content

15 posts tagged with "patch"

View All Tags

v1.4.6

Muhammad Fareez Iqmal
Author, Maintainer

Highlights

This update brings several improvements and bug fixes, including:

  • Updates default academic session and semester when browsing or creating new schedules.
  • Bump compileSdk and targetSdk versions to the latest as per Google requirements.
  • Upgrade dependencies and packages to their latest versions.

Other Changes & Improvements

  • Updated Android build scripts and migrated to Kotlin Plugin DSL
  • Applied Dart fixes to migrate deprecated members
  • Updated workflow names and split APK build workflows
  • Updated .gitignore for Android
  • Updated iOS and macOS projects
  • Upgraded actions/upload-artifact & actions/download-artifact to v4 in workflow files

GitHub Releases

v1.4.5

Muhammad Fareez Iqmal
Author, Maintainer

Bug fixes & improvements:

  • Fix issue where some subjects (e.g. LEED subjects) cannot be fetched. Read details here.
  • Update kulliyyah information (i.e. KSTCL KLM)
  • Update default current academic session & semester (2024/2025 - Sem 1)
  • (Input course) Add textfield border to improve visual clarity
  • Upgrade dependencies
  • (Color Picker Sheet) Remove flutter_colorpicker package
  • Remove unused reference to web

GitHub Releases

v1.4.4

Muhammad Fareez Iqmal
Author, Maintainer

Bug fixes:

  • Fix issue where schedule cannot be saved/shared due to some errors being thrown in release mode of the app.
  • Update dependencies

GitHub Releases

v1.4.3

Muhammad Fareez Iqmal
Author, Maintainer

Few bug fixes and improvements including:

  • Fix issue where schedule cannot be saved to devices. This is due to the required permission isn't requested on Android 14+. Now, the app should save to image to Gallery correctly on all platforms. PR #110. Fixed issue #105 & #109.
  • Update dependencies
  • Bump compileSdkVersion to 34 & Kotlin version to 1.9.10
  • Code Refactoring by @PlashSpeed-Aiman in PR #108
    • Added services class to encapsulate logic
    • Moved calendar function to dedicated utils folder
  • Update copyright year

GitHub Releases