Releases: Beebeeoii/lominus
Releases · Beebeeoii/lominus
v2.1.0
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
- Embedded database - boltdb by @Beebeeoii in #94
- fix: lastUpdated is now based on SG timezone by @Beebeeoii in #95
- File Syncing by @Beebeeoii in #96
- ui: resolves #85 by firing notif when sync starts by @Beebeeoii in #97
- feat: used dashboard to list modules by @RussellDash332 in #98
- fix: max 10 items returned for files/folders by @Beebeeoii in #100
- Jiawei/v2.1.0 cleanup by @Beebeeoii in #102
New Contributors
- @RussellDash332 made their first contribution in #98
Full Changelog: v2.0.2...v2.1.0
v2.0.2
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
- fix: files in root canvas folders not downloaded by @Beebeeoii in #62
- ui: 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
- fix: canvas file updated field by @Beebeeoii in #66
- chore: updated README by @Beebeeoii in #73
- docs: documentations by @Beebeeoii in #77
- refactor: moved lominus.go into internal constants by @Beebeeoii in #78
- Release v2.0.2 by @Beebeeoii in #63
New Contributors
- @kevinchua6 made their first contribution in #64
Full Changelog: v2.0.1...v2.0.2
v2.0.2-beta
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
- @kevinchua6 made their first contribution in #64
Full Changelog: v2.0.2-alpha...v2.0.2-beta
v2.0.2-alpha
Changelog
- [Bugfix] Files in Canvas root folder not downloaded #62
v2.0.1
v2.0.0
v1.2.0
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:
Thanks to all who contributed !
v1.2.0-beta
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:
v1.2.0-alpha
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
Changelog:
- [Bugfix] App crashes when attempting to sync files in folders with restricted/reserved characters
- [Optimisation] Removed
GET_FILES
mode inDocumentRequest
- [Optimisation] Renamed
GET_FOLDERS
mode inDocumentRequest
toGET_ALL_FOLDERS
- [Optimisation]
GetAllFiles
now returns files in the current folder only. - [Optimisation] Code cleanup for
GetRootFiles