Skip to content

Releases: kug1/aniquote

v4.1.1

14 Sep 13:21

Choose a tag to compare

Features

  • Removed anime and character sub-commands.

Chore

  • Updated API endpoint
  • Type changes.
  • Flag updates and some error handling improvements

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

v4.1.0

29 Feb 19:39

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

Choose a tag to compare

What's changed:

-- breaking: updated AnimeChan API URL.

v3.2.2

11 Jun 15:49

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

Choose a tag to compare

What's changed:

-- fix: handled response code 503

v3.2.0

04 Feb 16:43

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

Choose a tag to compare

  • chore: removed colors from --help for unix feel(a18e393)

v3.1.0

16 Dec 18:34

Choose a tag to compare

What's changed:

v3.0.0

10 Nov 20:03

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

Choose a tag to compare

What's changed:

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