Skip to content

0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 18:41
· 62 commits to main since this release

First Release 🎉

Currently functionality is only partially implemented.

Hardcover syncing is supported (there may be bugs) but Anilist has not been implemented yet

[0.0.1] - 2024-11-02

Added

  • Add additional handling for missing databases by @RobBrazier
  • Add more info to readme by @RobBrazier
  • Add tools.go to make sure genqlient doesn't keep getting removed by @RobBrazier
  • Add goreleaser by @RobBrazier
  • Add initial logic for hardcover status updating by @RobBrazier
  • Add devenv and switch to schemas generated by npx gql-sdl by @RobBrazier
  • Add initial anilist/hardcover graphql implementations by @RobBrazier
  • Add taskfile and get ignore compiled binary by @RobBrazier
  • Add initial implementation with stub implementations for sources and targets by @RobBrazier

Changed

Fixed

  • Fix to update reading status, otherwise can't move from want to read -> reading by @RobBrazier

Removed

  • Remove generic token setting logic as it's in the setup command now by @RobBrazier
  • Remove override flags and just use config by @RobBrazier
  • Remove config command and add a 'setup' command using a fancy huh form by @RobBrazier
  • Remove shellcheck pre-commit hook by @RobBrazier
  • Remove promptui library by @RobBrazier

New Contributors