TL;DR
In this release,
- AMP shifts from using RGB colour models to HSI ones for faster and easier conversion and mapping of colour.
- The code is refactored into a single class.
- There is now support for play/pause and quit player (in between of a video playback).
This release continues to use curses module like the previous one. So if you are on windows, you would need to run this on WSL.
What's Changed
- Code Reformat and OOPs added by @Vishesh-dd4723 in #12
- Change from RGB colour model to HSI colour model by @PK-cod3ch3mist in #13
- Directory cleanup by @PK-cod3ch3mist in #14
- feat: Keyboard controls by @Vishesh-dd4723 in #15
- Flow control by @PK-cod3ch3mist in #16
- New logo for ASCII Media Player by @yashee99 in #19
New Contributors
- @Vishesh-dd4723 made their first contribution in #12
- @yashee99 made their first contribution in #19
Full Changelog: v2.0.1...v2.1.0