Skip to content

Releases: Beebeeoii/lominus

v2.1.0

08 Jan 13:45
12b052b
Compare
Choose a tag to compare

Do note that the Windows build might be problematic for some. Still trying to figure out why. If you are running on windows and the application crashes for you, do try to build the application manually following the instructions here. Thank you!

Downloading

Download the respective file from the attached assets below. If you are on:

  • Windows - Download lominus-unsigned-v2.1.0.exe
  • M1 Mac - Download lominus-arm64-unsigned-v2.1.0.dmg
  • Intel Mac - Download lominus-amd64-unsigned-v2.1.0.dmg
  • Linux - Download lominus-v2.1.0.tar.xz

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

14 Aug 04:07
63f0c39
Compare
Choose a tag to compare

Downloading

Download the respective file from the attached assets below. If you are on:

  • Windows - Download lominus-unsigned-v2.0.2.exe
  • M1 Mac - Download lominus-arm64-unsigned-v2.0.2.dmg
  • Intel Mac - Download lominus-amd64-unsigned-v2.0.2.dmg
  • Linux - Download lominus-v2.0.2.tar.xz

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.2-beta

10 Aug 04:06
e6d58b9
Compare
Choose a tag to compare
v2.0.2-beta Pre-release
Pre-release

Downloading

Download the respective file from the attached assets below. If you are on:

  • Windows - Download lominus-unsigned-v2.0.2-beta.exe
  • M1 Mac - Download lominus-arm64-unsigned-v2.0.2-beta.dmg
  • Intel Mac - Download lominus-amd64-unsigned-v2.0.2-beta.dmg
  • Linux - Download lominus-v2.0.2-beta.tar.xz

What's Changed

  • Correct telegram testing failed message coming out of the screen by @kevinchua6 in #64
  • feat: revert fyne native folder dialog to sqweek dialog by @kevinchua6 in #67
  • fix: Nested folders not retrieved / in wrong directory by @Beebeeoii in #70

New Contributors

Full Changelog: v2.0.2-alpha...v2.0.2-beta

v2.0.2-alpha

07 Aug 15:51
Compare
Choose a tag to compare
v2.0.2-alpha Pre-release
Pre-release

Changelog

  • [Bugfix] Files in Canvas root folder not downloaded #62

v2.0.1

05 Aug 12:41
294b0ce
Compare
Choose a tag to compare

Changelog:

  • [UI] Increased size of Folder Dialog #52
  • [Bugfix] Sync not working on Windows #59
  • [Bugfix] Logfile not opening on windows #48
  • [Bugfix] Files in Luminus root folder not downloaded #54
  • And some minor bugfixes

Full Changelog: v2.0.0...v2.0.1

v2.0.0

02 Aug 12:16
0eec8b7
Compare
Choose a tag to compare

Changelog:

  • [New] Canvas integration ! - #30
  • [UI] Systray is now supported on Windows, macOS and Linux - #31
  • [Optimisation] Code refactor for api module
  • and many other QOL enhancements and fixes :)

Hope Lominus helps you in your journey at NUS!

v1.2.0

20 Mar 10:38
Compare
Choose a tag to compare

Changelog:

  • [New] Debug mode - 4c2ef30
  • [New] Multimedia support excluding downloads for now (set for next major update) - a184f13
  • [UI] Sync notification shows which files are updated - 7e8858f
  • [UI] Added sync button to systray - ce08a88
  • [UI] App version is now shown as the window's name - f43341c
  • [UI] Grades notifications via Telegram are uses spoilers - 6fd90ca
  • [UI] Reduced unnecessary system notifications - 29ebaf4
  • [Bugfix] App crashes on sync due to turn-it-in edge case
  • [Optimisation] Code cleanup
  • [Optimisation] Dependencies update
  • [Optimisation] Annotated files will be renamed if newer versions of the same name is available for download - f495b86
  • [Optimisation] Files updated are now notified via Telegram - 6565463

Issues closed:

  • Whitelisting - #21
  • Better notifications with Telegram - #26

Thanks to all who contributed !

v1.2.0-beta

13 Mar 02:13
Compare
Choose a tag to compare
v1.2.0-beta Pre-release
Pre-release

Changelog

  • [Optimisation] Annotated files will be renamed if newer versions of the same name is available for download - f495b86
  • [Optimisation] Files updated are now notified via Telegram - 6565463
  • [UI] Grades notifications via Telegram are uses spoilers - 6fd90ca
  • [UI] Reduced unnecessary system notifications - 29ebaf4

This release should close:

  • Enhancement #21
  • Enhancement #26

v1.2.0-alpha

30 Jan 03:48
Compare
Choose a tag to compare
v1.2.0-alpha Pre-release
Pre-release

Changelog

  • [New] Debug mode
  • [New] Multimedia support excluding downloads for now
  • [UI] Sync notification shows which files are updated
  • [UI] Added sync button to systray
  • [UI] App version is now shown as the window's name
  • [Bugfix] App crashes on sync due to turn-it-in edge case
  • [Optimisation] Code cleanup

v1.1.4

08 Jan 13:30
20ee2b3
Compare
Choose a tag to compare

Changelog:

  • [Bugfix] App crashes when attempting to sync files in folders with restricted/reserved characters
  • [Optimisation] Removed GET_FILES mode in DocumentRequest
  • [Optimisation] Renamed GET_FOLDERS mode in DocumentRequest to GET_ALL_FOLDERS
  • [Optimisation] GetAllFiles now returns files in the current folder only.
  • [Optimisation] Code cleanup for GetRootFiles