Skip to content

Releases: MorganKryze/Carousel

v0.0.3

07 Feb 15:42
67738c4

Choose a tag to compare

v0.0.3 (2026-02-07)

TL; DR 🎯

Adding the changelog and updating the version in config and pyproject files.

NEW ✨

  • Added the changelogs

IMPROVED 📈

  • CI now runs security scans on images and dependencies using Trivy
  • CI tags updated and imporved cache and build steps

FIXED 🐛

  • Updating version number in config and pyproject files

BREAKING CHANGES 💥

  • None

DOCS 📜

  • ⏩ No docs needed

TESTS 🔍

  • ⏩ No tests needed

FEEDBACK 📃

We are always open for feedback and discussions. If you are using our project and want to share your use case, or if you have any suggestions for improvement, please feel free to open an issue or open a discussion on our GitHub repository. Your input helps us understand possible use cases and make necessary improvements.


Full changelog: v0.0.2...v0.0.3

v0.0.2

07 Feb 14:12

Choose a tag to compare

v0.0.2 (2026-02-07)

TL; DR 🎯

Trying to launch the CI with GitHub actions.

FIXED 🐛

  • CI failing because of repo owner in caps.

FEEDBACK 📃

We are always open for feedback and discussions. If you are using our project and want to share your use case, or if you have any suggestions for improvement, please feel free to open an issue or open a discussion on our GitHub repository. Your input helps us understand possible use cases and make necessary improvements.


Full Changelog: v0.0.1...v0.0.2

v0.0.1

07 Feb 11:51

Choose a tag to compare

v0.0.1 (2026-02-07)

TL; DR 🎯

Trying to launch the CI with GitHub actions.

FIXED 🐛

  • CI not launching.

FEEDBACK 📃

We are always open for feedback and discussions. If you are using our project and want to share your use case, or if you have any suggestions for improvement, please feel free to open an issue or open a discussion on our GitHub repository. Your input helps us understand possible use cases and make necessary improvements.


Full Changelog: v0.0.0...v0.0.1

v0.0.0

06 Feb 23:40
d269446

Choose a tag to compare

Description

Major improvements are several async jobs now optimizing the workflow and a full emulator running on any dev desktop pc

NEW ✨

  • GameLoop class creation to isolate this responsibility
  • Created a new systemcontext singleton to contain all system dependencies and inject them in the apps easily
  • Desktop env for dev purpose that do not rely on hardware
  • Created whole new usage docs

IMPROVED 📈

  • Made the default 10fps go up to 24 fps
  • Add configurable bounce time and double press window for encoder instead of constants

FIXED 🐛

  • Install script was not mentioning the docker setup
  • Custom frames using deprecated textsize function
  • App replacement was too much of a headache, replacing with a warning message instead

Documentation 📜

  • ✅ Docs added

Tests 🔍

  • ⏩ No tests needed

FEEDBACK 📃

We are always open for feedback and discussions. If you are using our project and want to share your use case, or if you have any suggestions for improvement, please feel free to open an issue or open a discussion on our GitHub repository. Your input helps us understand possible use cases and make necessary improvements.


Full Changelog: https://github.com/MorganKryze/Carousel/commits/v0.0.0