Skip to content

Releases: kantord/blogtato

v0.1.23

06 Apr 09:39
db198b8

Choose a tag to compare

Added

  • add sync only selected feeds

Other

  • add Custom store location description with RSS_STORE env (#157)

v0.1.22

04 Apr 11:21
2e57e5f

Choose a tag to compare

Added

  • allow filtering by db id (#156)
  • include db id in export results (#153)

Other

  • (deps) update rust crate libc to v0.2.184 (#155)

v0.1.21

01 Apr 07:01
201955b

Choose a tag to compare

Added

  • allow removing/adding multiple feeds at once (#99) (#148)

Fixed

  • (deps) update rust crate synctato to v0.1.12 (#151)
  • (deps) update rust crate terminal_size to v0.4.4 (#144)

Other

  • (deps) update rust crate sha2 to v0.11.0 (#146)
  • (deps) update dtolnay/rust-toolchain digest to 29eef33 (#150)
  • (deps) pin dtolnay/rust-toolchain action to 631a55b (#149)

v0.1.20

21 Mar 15:42
b49321a

Choose a tag to compare

Added

  • improve feed finder logic (#143)

Fixed

  • (deps) update rust crate ureq to v3.3.0 (#142)
  • (deps) update rust crate ureq to v3.2.1 (#140)

v0.1.19

16 Mar 09:01
effa6e9

Choose a tag to compare

Added

  • allow configuring default query (#111)
  • allow ingest filtering

Fixed

  • (deps) update rust crate synctato to v0.1.11 (#132)
  • (deps) update rust crate synctato to v0.1.10 (#130)
  • (deps) pin rust crate url-normalize to =0.1.1 (#128)
  • normalize feed urls (#127)
  • correctly validate date ranges (#126)
  • do not leave dangling read marks (#125)
  • sanitize control characters from input strings (#124)
  • prevent panic in feed discovery on non-ASCII HTML (#123)
  • allow stable feed shorthand matching (#121)

Other

  • add jq based ingest filtering (#138)
  • move content filtering to ingest layer (#137)
  • unifiy config system (#136)
  • enable testing on windows (#133)

v0.1.18

14 Mar 09:31
3176070

Choose a tag to compare

Fixed

  • discover feeds on deep URLs by trying root paths first (#119)

v0.1.17

13 Mar 23:00
b07a6b4

Choose a tag to compare

Fixed

  • use proper headers for version check request (#117)

v0.1.16

13 Mar 22:32
ad53e72

Choose a tag to compare

Fixed

  • (deps) pin rust crate ureq to =3.2.0 (#115)
  • (deps) update rust crate quick-xml to v0.39.2 (#94)

Other

  • use hand-rolled feed finder logic (#116)
  • replace reqwest with ureq (#113)

v0.1.15

13 Mar 19:38
e949e2d

Choose a tag to compare

Added

  • warn user when using outdated version (#112)

Fixed

  • (deps) update rust crate clap to v4.6.0 (#109)

Other

  • simplify default query logic (#110)
  • (deps) update swatinem/rust-cache digest to e18b497 (#107)
  • add comparison with alternatives (#106)
  • move build_feed_labels to a more appropriate place (#105)

v0.1.14

09 Mar 22:41
3c05382

Choose a tag to compare

Fixed

  • fetch posts also from new feeds coming from remote (#100)