Skip to content

Releases: vinnyA3/animego-dl

AnimeGo-DL v4.2.3

28 Jan 03:49
Compare
Choose a tag to compare

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

05 Aug 03:03
Compare
Choose a tag to compare

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

05 Aug 01:19
Compare
Choose a tag to compare

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

09 Jul 17:14
Compare
Choose a tag to compare

What Has Changed

Patch release - fixes premature destruction of mpv player 🔥

Full Changelog: v4.1.0...v4.1.1

AnimeGo-DL v4.1.0

25 Jun 18:25
Compare
Choose a tag to compare

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

21 Jun 03:40
Compare
Choose a tag to compare

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

12 Jun 17:00
Compare
Choose a tag to compare

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

Full Changelog: v3.1.0...v3.2.1

AnimeGo-DL v3.1.0

14 Feb 03:53
Compare
Choose a tag to compare
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

31 Jan 00:27
Compare
Choose a tag to compare
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

  • 4aaeda7 - feat: bump package & tool version
  • cfa2160 - feat(bin): migrate to commander, remove yargs [breaking]
  • 6f7d56a - feat: add contributing templates & document

AnimeGo-DL v2.0.0

30 Jan 07:52
Compare
Choose a tag to compare
AnimeGo-DL v2.0.0 (22-30-01)
Build Type: Release

Breaking Change(s) 💥

  • Changes main command from anime-dl to animego-dl -- the docs were update in the last patch version, but the actual
    binary name was not.

Changelog

  • fddcc49 - chore(package): bump major version
  • 5419fd0 - docs(readme): update input examples
  • 94e3f7f - feat(package): change binary name
  • 20a411c - fix(anime-dl): crash on failed video id extraction