Skip to content

Tags: EdenwareApps/Megacubo

Tags

v17.6.5

Toggle v17.6.5's commit message
v17.6.5

- Lists loader: reduce download concurrency and implement shortest-job-first parsing by selecting smallest downloaded file first.
- Menu changes: add staleHomeEntries to retain recently removed home entries for a short window.
- Manager/wizard/options UX tweaks: avoid showing list-loading dialog while wizard is active; wizard now resets and defers setting setup-completed until lists actually load (with safe timeouts) to avoid premature completion.

Overall these changes improve list parsing reliability, user experience during setup/loading and diagnostics.

v17.6.4

Toggle v17.6.4's commit message
v17.6.4c

- Bump deps to address Dependabot alerts

v17.6.2

Toggle v17.6.2's commit message
v17.6.2

- Many performance improvements.

v17.6.1

Toggle v17.6.1's commit message
v17.6.1

- Cleaned up redundant audio files.

v17.6.0

Toggle v17.6.0's commit message
v17.6.0

- Updated the application icon.
- Refactored Megacubo core to be usable as a Node module (see test.mjs for sample usage).
- Enhanced performance and overall stability.

v17.5.7

Toggle v17.5.7's commit message
v17.5.7

- Improved scroll behavior.

v17.5.6

Toggle v17.5.6's commit message
v17.5.6

- Bugfix on list adding
- Minor improvements

v17.5.5

Toggle v17.5.5's commit message
v17.5.5

- Replaced moment.js with day.js for improved performance.
- Switched from Jimp to HTML5 OffscreenCanvas for image processing to enhance performance.
- Added scripts to assist with project preparation and building.
- Improved the busy indicator, adjusted the default font size calculation and minimized interference with scrolling to provide a smoother user experience.

v17.5.2

Toggle v17.5.2's commit message
Merge branch 'master' of https://github.com/EdenwareApps/Megacubo

v17.5.1

Toggle v17.5.1's commit message
v17.5.1

- Minor bugfixes.