Skip to content

Releases: kyoheiu/leaf

v1.2.1

04 Jan 21:25
Compare
Choose a tag to compare

v1.2.1 (2024-01-05)

  • Fixed the top bar menu position.
  • Suspend saveScrollPos when there is no update.
  • Remove viewTransition.

v1.2.0

09 Dec 06:21
Compare
Choose a tag to compare

v1.2.0 (2023-11-11)

  • Add transition to pages and buttons.
  • Make it more efficient to update the scroll position.
  • Update postcss to 8.4.31.
  • Update logging: Add url and title when liking / archiving / deleting.

v1.1.2

23 Oct 19:44
Compare
Choose a tag to compare

v1.1.2 (2023-10-24)

  • Order search results by the date the article is added.

v1.1.1

11 Oct 05:20
Compare
Choose a tag to compare

v1.1.1 (2023-10-11)

  • Fix back button lag by using setInterval / clearInterval in article pages.

v1.1.0

08 Oct 04:39
Compare
Choose a tag to compare

v1.1.0 (2023-10-08)

  • Fix width in small screens.
  • Add transition to article card.
  • Add progress bar in article pages.

v1.0.1

22 Sep 22:04
Compare
Choose a tag to compare

v1.0.1 (2023-09-23)

  • Fix toast.
  • Add title according to the routes.

v1.0.0

18 Sep 05:27
Compare
Choose a tag to compare
  • Update style overall.

v0.9.0

16 Sep 03:22
Compare
Choose a tag to compare

v0.9.0

  • Rewrite in SvelteKit, omit the server-side container.
  • If you use v0.8.0 or before, an manual intervention is required.
    • cat migrate_table.sql | sqlite3 /path/to/.sqlite would uppate the database.

v0.8.0

09 Sep 02:37
Compare
Choose a tag to compare

Changed

  • Use alpine for docker image, reducing the size.