Releases: vinnyA3/animego-dl
Releases · vinnyA3/animego-dl
AnimeGo-DL v4.2.3
This is a minor housekeeping release:
- updates projects node version to latest LTS
- updates all dev dependencies
Full Changelog: v4.1.3...v4.2.3
AnimeGo-DL v4.1.3
Patch release:
- PREVIOUS RELEASE DOES NOT CONTAIN MAJOR FIX -- please do not use v4.1.2
- this simply adds the change that should have be in 4.1.2
Full Changelog: v4.1.2...v4.1.3
AnimeGo-DL v4.1.2
Patch release - fixes failure to extract video sources (encryption keys now extracted from source)
Also bumps pkg version in lock file
Full Changelog: v4.1.1...v4.1.2
AnimeGo-DL v4.1.1
What Has Changed
Patch release - fixes premature destruction of mpv player 🔥
Full Changelog: v4.1.0...v4.1.1
AnimeGo-DL v4.1.0
What's Changed
- feat: add debug mode by @vinnyA3 in #31
- docs: update docker section, make linux+XDM compat explicit
- refactor: removes dead bulk download code -- to be refined & added in the
future
Full Changelog: v4.0.0...v4.1.0
AnimeGo-DL v4.0.0
What's Changed
- 💥 💣 BREAKING CHANGE : we have added new functionality! You can now choose to stream or download your anime episodes! We have removed the previous 'bulk download' feature, in favor of a more intuitive/user-friendly UI flow. Stay tuned thought! Bulk download & stream queues coming soon! (and possibly more providers : o)
- Refactor/organize decryptors and provider by @vinnyA3 in #29
Commits
- c63ac53 feat(pkg): bump major ver, update desc, keywords
- b814e4d - feat(docker): download mpv, use alpine gallium
- 9fc802e - docs(readme): add cli image, modify fun styles
- fb97ccd - chore(git): ignore dl directory - for npm too
- 5ac0899 - docs(readme): update to follow new implementation
- 86d61b2 - feat(BREAKING): cli & support search and single video streams/downloads [PR/30]
- 5ac027a - feat(bin): change version cliflag, add tool name to version output
- 881eb27 - refactor(src): separate gogoanime-specific logic
Full Changelog: v3.2.1...v4.0.0
AnimeGo-DL v3.2.1
What's Changed
- 💥 Fixed encrypted source resolution - this was rendering the tool useless!
- Added a Dockerfile by @mayanknoldus in #19
- docs: add mayanknoldus as a contributor for code by @allcontributors in #24
- refactor(anime-dl): better error handling/processing by @vinnyA3 in #25
- refactor: move main source, decouple lib by @vinnyA3 in #26
Commit log
- d04e115 feat(npm): reduce pkg size via ignore
- f204554 feat(lib): allow pkg version to be read in cli
- db95408 fix: broken keys and source extraction
- bb25a8d refactor: move main source, decouple lib
- 5d61310 chore(package): ensure dist dir clean before build
- 1a6e468 docs(readme): add broke message banner
- f402268 refactor(anime-dl): better error handling/processing (#25)
- dd85198 chore(tsconfig): modify paths
- d3f254e feat(deps): update to latest dev deps, fix lint
- 4b0d813 feat: improve typings, refactor range creation
- 3d8dde9 docs(readme): add docker instructions, npm badge
- 18d80d1 docs: add mayanknoldus as a contributor for code (#24)
- 9492f1c feat: added a Dockerfile (#19)
- 66354fa docs(readme): update w/ examples, clarify dub+sub
New Contributors
- @mayanknoldus made their first contribution in #19
- @allcontributors made their first contribution in #24
Full Changelog: v3.1.0...v3.2.1
AnimeGo-DL v3.1.0
AnimeGo-DL v3.1.0 (22-13-02)
Build Type: Release
Features
- Migration to Typescript -- this does not effect the tool's functionality
Bug Fixes
- Fix bug where downloaded episode names were off by one (
episode-01.mp4
was actually the second episode .. so on so forth) - Clean up docs, remove old command artifacts
Notes
- Removed tests -- awaiting future refactor
Changelog
- 7c394e8 - feat: bump animego version
- 9083582 - test(package): remove commands - pending ts test refactors [PR/23]
- 54d109d - feat: migrate to typescript [PR/23]
- ff5eb11 - fix(github): release publish action
- d8752ee - feat(package.lock): bump lock to v3.0.0
- 80d403b - fix(github): pr and issue template formatting
- dd77c26 - refactor(anime-dl): remove unused imports, clean fn names
- 79653d1 - fix(anime-dl): episode filename generation
AnimeGo-DL v3.0.0
AnimeGo-DL v3.0.0 (22-30-01)
Build Type: Release
Breaking Change(s) 💥
- Changes main command formatting. Now,
animego-dl
's anime name input is a positional argument (without a flag).
Changelog
AnimeGo-DL v2.0.0
AnimeGo-DL v2.0.0 (22-30-01)
Build Type: Release
Breaking Change(s) 💥
- Changes main command from
anime-dl
toanimego-dl
-- the docs were update in the last patch version, but the actual
binary name was not.