This repository was archived by the owner on May 6, 2022. It is now read-only.
Releases: wuon/chrollo
Releases · wuon/chrollo
v0.3.0
[0.3.0] - 2021-11-03
Added
- Prettier and eslint integration to keep styling consistent between workspaces
- Added ApiClient type. This should pave the road to begin adding additional scrapers from different anime sites
- Added check during initialization to check if mpv has been installed on the user's system
- Automated mpv installation on windows, established the pipeline for future platforms
- Added mpv JSON IPC support
- Loading animation will now complete once the file has been loaded
Removed
- Figlet npm package, opted to instead just print raw test to reduce package size. (Don't think it makes sense to use figlet just for 1 aspect of the code)
Fixed
- If no search results were found, re-prompt the user for a new search query
- fixed chrollo mpv not exist error reporting on windows
v0.3.0-alpha
Added
- Prettier and eslint integration to keep styling consistent between workspaces
- Added ApiClient type. This should pave the road to begin adding additional scrapers from different anime sites
- Added check during initialization to check if
mpv
has been installed on the user's system - Automated mpv installation on windows, established the pipeline for future platforms
- Added mpv JSON IPC support
- Loading animation will now complete once the file has been loaded
Removed
- Figlet npm package, opted to instead just print raw test to reduce package size. (Don't think it makes sense to use figlet just for 1 aspect of the code)
Fixed
- If no search results were found, re-prompt the user for a new search query
- fixed chrollo mpv not exist error reporting on windows
v0.2.0
[0.2.0] - 2021-10-18
Added
- Add integration for recent uploads to directly jump into playback
- Main menu screen to select: see recent uploads, search, and quit
Changed
- Since inquirer choices can include a
value
key during returns, the reverse search back to value has been removed and adjusted - Renamed search to searchForAnime for easier context