Skip to content

Releases: kug1/aniquote

v4.1.0

29 Feb 19:39
Compare
Choose a tag to compare

Bug Fixes

  • cursor disappearing after closing TUI

Chore

  • --no-tui is now the default behavior
  • Type changes
  • Link updates
  • Small naming changes and flag updates

Full Changelog: v4.0.0...v4.1.0

v4.0.0

21 Jul 12:00
Compare
Choose a tag to compare

What's changed:

-- breaking: updated AnimeChan API URL.

v3.2.2

11 Jun 15:49
Compare
Choose a tag to compare

What's changed:

-- fix: got rid of function overload which resulted in an error
-- chores: running only aniquote now prints help message and doesn't require to be ran with --help option again
-- chores: moved /types folder to root of /src
-- chores: added .idea folder, because why not
-- chores: extended color support by adding more color options

v3.2.1

10 Jun 09:04
Compare
Choose a tag to compare

What's changed:

-- fix: handled response code 503

v3.2.0

04 Feb 16:43
Compare
Choose a tag to compare

What's changed:

-- feat: added fortune style simplified output
-- chores: updated dependencies
-- chores: deno.lock gitignored

-- removed: funky logging

v3.1.1

20 Dec 13:46
Compare
Choose a tag to compare
  • chore: removed colors from --help for unix feel(a18e393)

v3.1.0

16 Dec 18:34
Compare
Choose a tag to compare

What's changed:

v3.0.0

10 Nov 20:03
Compare
Choose a tag to compare

What's changed:

  1. list command has been removed since API doesn't provide it anymore.
  2. Get character and get anime options now, by default, return a random quote. Since the response was an array of quotes it was required to iterate through the array and print a random one (didn't always work), it should be more consistent now.

v2.0.1

05 Aug 14:23
Compare
Choose a tag to compare

What's changed:

  • Removed unused dependencies.
  • Running without any commands now returns help and an error message.

v2.0.0

04 Aug 15:38
Compare
Choose a tag to compare

What's changed:

  • Now using awesome Deno CLI framework Cliffy.
  • Added deps file for better dependency management.
  • Now aniquote can be updated to latest version using the upgrade command.