Skip to content

Releases: revett/miniflux-sync

0.1.1

20 Jul 14:31
Compare
Choose a tag to compare

Changelog

  • ed611ba Release 0.1.1
  • b744f89 Support empty categories for remote diff state (#6)

0.1.0

18 Jul 18:16
Compare
Choose a tag to compare

Changelog

0.0.1

18 Jul 16:20
Compare
Choose a tag to compare

Changelog

  • fa689c8 Add Dependabot config.
  • 19667ed Add Github Actions (#1)
  • 0bdcf93 Add another diff test case.
  • 10be086 Add api package for handling data.
  • 620bcdb Add basic diffing logic.
  • 8e20d81 Add basic urfave/cli app.
  • b2ebf3e Add diffing logic for deleting feeds.
  • 668abbe Add goreleaser.
  • ca86e5c Add version file.
  • 6e910be Bug - Update slices as new resources are created.
  • d057265 Change to export as YML.
  • 38f701e Check for duplicate feed URLs.
  • a5c92ba Define flags for CLI.
  • 13640a6 Diff logic for creating categories.
  • 908d2ca Diff logic for deleting categories.
  • 7cdcd65 Fetch current data from API.
  • 3c9c929 Implement dump command.
  • a31acdd Implement update logic.
  • 63813b8 Initial commit
  • 8020bcb Load and validate from local YAML file.
  • 4469b1b Migrate to having subcommands.
  • 276e8da Migrate to using flags for subcommands.
  • 8c84b37 Migrate to using zerolog for logging.
  • a531c86 More diff test cases, and a new action sorter.
  • ddf75b4 Move file extension validation to function.
  • cdd2746 Parse YAML file to new struct.
  • c26edf9 Remove TODO.
  • 0cb9243 Remove signs from goreleaser.
  • 6d9ebc0 Remove some TODOs.
  • 8de593e Remove support for OPML.
  • d4612e3 Update README (#2)
  • c10aa86 Update README with link.
  • dc1bc4c Update README.
  • d206a6f Update docs to include OPML support.
  • d77aa30 Update use of GH CLI within release script.
  • 59cda84 Use --clean flag with goreleaser.
  • de87cf1 Validate path flags.
  • d34f38d Validate that input file exists.