Skip to content

Releases: mangocubed/mango3

v0.0.0-alpha.7

13 Feb 20:13
1480b7b
Compare
Choose a tag to compare
v0.0.0-alpha.7 Pre-release
Pre-release

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)

Full Changelog: v0.0.0-alpha.6...v0.0.0-alpha.7

v0.0.0-alpha.6

07 Feb 20:47
7643c86
Compare
Choose a tag to compare
v0.0.0-alpha.6 Pre-release
Pre-release

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)

Full Changelog: v0.0.0-alpha.5...v0.0.0-alpha.6

v0.0.0-alpha.5

04 Feb 22:12
9093f26
Compare
Choose a tag to compare
v0.0.0-alpha.5 Pre-release
Pre-release

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)

Full Changelog: v0.0.0-alpha.4...v0.0.0-alpha.5

v0.0.0-alpha.4

03 Feb 16:34
30d7492
Compare
Choose a tag to compare
v0.0.0-alpha.4 Pre-release
Pre-release

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)

Full Changelog: v0.0.0-alpha.3...v0.0.0-alpha.4

v0.0.0-alpha.3

01 Feb 20:36
ec26171
Compare
Choose a tag to compare
v0.0.0-alpha.3 Pre-release
Pre-release

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)

Full Changelog: v0.0.0-alpha.2...v0.0.0-alpha.3

v0.0.0-alpha.2

30 Jan 16:51
fc6b31d
Compare
Choose a tag to compare
v0.0.0-alpha.2 Pre-release
Pre-release

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)

Full Changelog: v0.0.0-alpha.1...v0.0.0-alpha.2

v0.0.0-alpha.1

27 Jan 21:51
1d63631
Compare
Choose a tag to compare
v0.0.0-alpha.1 Pre-release
Pre-release

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)

Full Changelog: v0.0.0-alpha.0...v0.0.0-alpha.1

v0.0.0-alpha.0

26 Jan 18:28
bb2c3ca
Compare
Choose a tag to compare
v0.0.0-alpha.0 Pre-release
Pre-release

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)