Skip to content

Releases: semestry/blackboard-mytimetable

v3.0.0

23 Mar 09:51

Choose a tag to compare

  • Fix various warnings for Blackboard SaaS compatibility
  • Upgrade required Blackboard version to 3800.0.0
  • Require Java 11 compatibility

v2.2.0

30 Jul 19:12

Choose a tag to compare

  • Precompile JSP files for better Blackboard compatibility

v2.1.8

23 Aug 12:09

Choose a tag to compare

  • Fixed loading of configuration settings

v2.1.7

23 Aug 08:32

Choose a tag to compare

  • Add code field
  • Add note fields
  • Make showing code, description and note fields optional

v2.1.6

23 Aug 08:31

Choose a tag to compare

  • Rename "Location" to "Location(s)"
  • Add staff column
  • Make showing staff optional
  • Added option to use Blackboard StudentID instead of Blackboard username to retrieve timetables

v2.1.5

04 Aug 09:42

Choose a tag to compare

  • Upgraded MyTimetable API client to support SNI
  • Add support to override the MyTimetable link description

v2.1.4

08 Sep 11:19

Choose a tag to compare

  • Skip and ignore non-existent courses and unavailable course memberships in EnrollmentsService.
  • Improved logging in EnrollmentsService.

v2.1.3

13 Jun 13:02

Choose a tag to compare

Bugs

  • Fixed check on "number of activities to show" setting (could be 0).

Enhancements

  • Show title for event description and type.
  • Retrieve API response in Blackboard locale.
  • Translated user settings page.
  • Localised manifest.
  • Hide type column at a threshold value to allow for enough space for the description column.

v2.1.2

08 Mar 10:41

Choose a tag to compare

Bugs

  • Fixed number of activities validation in admin settings.
  • Fall back to default number of activities (set by admin) if an invalid number of activities is set in the user settings.

v2.1.1

24 Feb 16:03

Choose a tag to compare

Bugs

  • Prevent IndexOutOfBoundsException when sublisting the number of activities to show
  • Apply styling when displaying in IE compatibility mode (#8)

Enhancements

  • Minor styling fixes for Blackboard 9
  • Removed Firefox 3 support