Skip to content

Releases: kantord/blogtato

v0.1.25

Choose a tag to compare

@github-actions github-actions released this 13 May 06:57
e02bc99

Fixed

  • (deps) update rust crate quick-xml to v0.40.0
  • (deps) update rust crate rss to v2.0.13
  • (deps) update rust crate open to v5.3.5
  • (deps) update rust crate atom_syndication to v0.12.8
  • (deps) update rust crate quick-xml to v0.39.4
  • (deps) update rust crate chumsky to v0.13.0
  • (deps) update rust crate quick-xml to v0.39.3

Other

  • merge
  • (deps) update release-plz/action digest to 064f4d1
  • (deps) update rust crate assert_cmd to v2.2.2

v0.1.24

Choose a tag to compare

@github-actions github-actions released this 03 May 08:31

Added

  • serialize query back to token syntax via Display impl
  • summary footer with query echo (#172)

Fixed

  • (deps) update rust crate open to v5.3.4
  • use sort_by instead of sort_by_key for date ordering
  • (deps) update rust crate clap to v4.6.1 (#164)
  • (deps) update rust crate rayon to v1.12.0 (#162)

Other

  • (deps) update rust crate assert_cmd to v2.2.1
  • (deps) update rust crate libc to v0.2.186
  • make clippy happy
  • fix failing ci and prek-related issues
  • fix clippy error (#170)
  • (deps) update rust crate libc to v0.2.185 (#161)

v0.1.23

Choose a tag to compare

@github-actions github-actions released this 06 Apr 09:39
db198b8

Added

  • add sync only selected feeds

Other

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

v0.1.22

Choose a tag to compare

@github-actions github-actions released this 04 Apr 11:21
2e57e5f

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

Choose a tag to compare

@github-actions github-actions released this 01 Apr 07:01
201955b

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

Choose a tag to compare

@github-actions github-actions released this 21 Mar 15:42
b49321a

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

Choose a tag to compare

@github-actions github-actions released this 16 Mar 09:01
effa6e9

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

Choose a tag to compare

@github-actions github-actions released this 14 Mar 09:31
3176070

Fixed

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

v0.1.17

Choose a tag to compare

@github-actions github-actions released this 13 Mar 23:00
b07a6b4

Fixed

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

v0.1.16

Choose a tag to compare

@github-actions github-actions released this 13 Mar 22:32
ad53e72

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)