Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Releases: y2k04/timetable

v3.0.1

22 Oct 12:01
023a2bd
Compare
Choose a tag to compare

Changelog:

  • Fixed null reference error when retrieving registry value
  • Fixed package retrieval when compiling Timetable yourself

v3.0.0

17 Oct 09:14
0a5811f
Compare
Choose a tag to compare

This is a complete rewrite of the program, and it includes some new much needed features that make using the program a lot easier!

With the launch of this release of Timetable, I will also publish the source code!

Changelog

  • Rewrote the entire program
  • Added a more graphical first time setup
  • Added cropping
  • Added a menu bar (which appears when the program is focused)
  • Added a minimise and exit button
  • Replaced the Syncfusion.PDF library with Docnet.Core
  • Moved the timetable and class list image location to the AppData\Roaming folder instead of using the application's folder
  • Added last modified dates which are stored in the registry under HKEY_CURRENT_USER\SOFTWARE\Timetable
  • Changed the icon for the program
  • Changed the application font from Microsoft Sans Serif to Segoe UI

Bug fixes

  • Fixed the rapid relaunching to find the top-right corner of the screen (it was caused by a lazy exception fix I made 😂)
  • Fixed the positioning of the Timetable window whenever the screen changes orientation (for example: rotating to portrait and then back to landscape would cause the window to move to the centre of the screen, instead of the corner)
  • Fixed the application making the timetable and class list image read only when the program was open (it now stores it in memory)

Removed features

  • Keyboard shortcuts (will be reimplemented in the next minor release)

v2.2.0

17 Oct 09:13
0a5811f
Compare
Choose a tag to compare

I don't remember what I changed lmao, I'm just putting the zip that was in the source code area here (it just makes more sense).