Skip to content

Latest commit

 

History

History
137 lines (93 loc) · 8.06 KB

CHANGELOG.md

File metadata and controls

137 lines (93 loc) · 8.06 KB

Changelog

[0.0.0-alpha.7] - 2025-02-13

Added

  • Admin panel. (#208)
  • Enable feature dynamic_load in leptos_i18n. (#211, #214)

Changed

  • Bump leptos-use from 0.15.5 to 0.15.6. (#205)
  • Bump strum from 0.26.3 to 0.27.0. (#207)
  • Bump clap from 4.5.28 to 4.5.29. (#209)
  • Bump leptos from 0.7.5 to 0.7.7. (#210)
  • Bump @faker-js/faker from 9.4.0 to 9.5.0. (#212)
  • Bump pulldown-cmark from 0.12.2 to 0.13.0. (#213)

Fixed

  • Get or initialize AsyncRedisCache before remove. (#202)
  • Make request helpers return text when there is not json. (#203)

[0.0.0-alpha.6] - 2025-02-07

Added

  • Show attached images at the bottom of the post. (#189)
  • Store rendered content in a cache. (#191, #192, #193)
  • Store blob queries in a cache. (#194)
  • Store user queries in a cache. (#196)
  • Store website queries in a cache. (#197)
  • Store post queries in a cache. (#198)
  • Store user session queries in a cache. (#199)

Changed

  • Bump lettre from 0.11.11 to 0.11.12. (#188)
  • Bump uuid from 1.12.1 to 1.13.1. (#190)
  • Set env var LEPTOS_WASM_OPT_VERSION=version_122 in GitHub Actions. (#200)

[0.0.0-alpha.5] - 2025-02-04

Added

  • Dependencies badge and screenshot to README.md. (#185)

Changed

  • Bump openssl from 0.10.68 to 0.10.70 in the cargo group. (#181)
  • Bump @types/node from 22.13.0 to 22.13.1. (#183)
  • Bump clap from 4.5.27 to 4.5.28. (#184)
  • Only delete user sessions when a user is locked. (#186)

Fixed

  • Apply correct orientation on a resized image. (#182)

[0.0.0-alpha.4] - 2025-02-03

Added

  • Environment variable to choose filter for image resizing. (#173)
  • Notify user by email when a new session has started with their account. (#178)
  • Show message with support email address when asking for an invitation code. (#179)

Changed

  • Bump @playwright/test from 1.50.0 to 1.50.1. (#177)
  • Bump async-trait from 0.1.85 to 0.1.86. (#174)
  • Bump @types/node from 22.12.0 to 22.13.0 (#176)

[0.0.0-alpha.3] - 2025-02-01

Added

  • UserTagLink component. (#168)
  • CLI command to lock users and delete their information. (#169)

Changed

  • Bump leptos from 0.7.4 to 0.7.5. (#170)

Fixed

  • Make the website on PostCard more visible. (#171)

[0.0.0-alpha.2] - 2025-01-30

Added

  • Optionally show post preview before submit. (#165)

Changed

  • Bump rand from 0.8.5 to 0.9.0. (#161)
  • Improve README.md a little bit. (#162)
  • Bump @types/node from 22.10.10 to 22.12.0. (#164)
  • Bump serde_json from 1.0.137 to 1.0.138. (#163)

[0.0.0-alpha.1] - 2015-01-27

Added

  • FUNDING.yml file. (#153)
  • Controller for InfiniteScroll. (#157)

Changed

  • Replace lazy_static with LazyLock. (#155)
  • Bump fred from 10.0.3 to 10.0.4. (#154)

[0.0.0-alpha.0] - 2025-01-26

Added

  • Everything is new.
  • Basic setup.
  • Core package with database connection, models, configurations and other things. (#128, #148, #149, #150, #151)
  • Leptos utility package with shared components, server side functions and other resources. (#54, #55, #58, #123, #132, #133, #146)
  • Home application to browse websites, posts and users. (#64, #84, #87, #102, #145, #147)
  • Monitor application to manage background jobs.
  • Accounts application to register, login and reset password.
  • Uploads application to display uploaded images.
  • Studio application to manage websites, posts and navigation. (#12, #18, #19, #48, #88, #118, #134, #140)
  • My Account application to manage user settings.
  • Websites application to display websites and their posts. (#20, #21, #22, #30, #32, #60, #75, #85, #95, #100, #114, #139)
  • CLI application to create invitation codes.
  • Optionally, allow register only with invitation code.
  • GitHub Actions workflows for continuous integration. (#1, #3, #6, #9, #27, #39, #59, #74)
  • Image uploader. (#76)
  • Websites themes. (#67, #68)
  • Support for Handlebars in posts content. (#113)
  • Hashtags on websites' description, posts content and users bio. (#109)
  • Post views. (#61, #63)
  • Post comments. (#137)
  • Post reactions. (#142)