Skip to content

v1.0.0-dev.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@async3619 async3619 released this 20 Jun 15:24
· 31 commits to dev since this release

1.0.0-dev.5 (2023-06-20)

Bug Fixes 🐞

  • add missing migration scripts (cd715ed)
  • database: now post attachment will not wiped everytime crawling (7f5f1f6)
  • graphql: fix a bug that could not query attachment of posts (4d01d62)
  • image-board: now board description will not have html encoded texts (e4c63a4)

Internal 🧰

  • data-source: add graphql api fields for deep querying objects belongs to data source (35ffad2)
  • database: rewrite archived item storing algorithm (874df8c)
  • image-board: make all html entities in post contents decoded (142eade)

Features ✨

  • graphql: add api fields for post metadata (fac2059)
  • graphql: add query field for querying singular archived object (faba099)
  • graphql: add query fields for board metadata (9cfe721)