Skip to content

Releases: liria24/avatio

v1.4.2

08 Jan 03:06

Choose a tag to compare

compare changes

🩹 Fixes

  • Create a sentence class and replace useLineBreak (facd921)

💅 Refactors

  • Authentication to use useAuth composable (240e27a)

🏡 Chore

  • Upgrade vite to 8.0.0-beta.5 and disable vue options api (53a0314)
  • Update dependencies and add nuxt-charts for admin console (f4fee9e)
  • Update dependencies (e74701f)

v1.4.0

05 Jan 03:18
e6497c4

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add core header components, authentication plugin, new layouts, and initial API routes. (a31c2a1)
  • Add user follow system and improve server utilities (eb0829e)

🩹 Fixes

  • Setup creation API with image color extraction utility (1ff10f4)
  • Zod refinement error and remove unused schema (24bf111)

💅 Refactors

  • Username implementation is now using better-auth plugin (08d4d48)
  • API returning username (b3a7871)

🏡 Chore

  • Replace vercel.json to vercel.ts and update dependencies (a2657e8)
  • Remove unused tailwindcss-animate and update dependencies (c549a86)

v1.3.0

18 Dec 07:36
9e41750

Choose a tag to compare

compare changes

🚀 Enhancements

  • Extend rounded utility classes for squircle corner support (7542247)
  • Update nuxt configuration and add content management (2ad053e)
  • Integrate motion-v for animated list items and global motion configuration, adding new setup list and default layout components. (24df689)
  • Implement dynamic homepage with animated hero, tabbed setup lists, and a new component for Japanese line breaking. (5fc4e13)
  • Implement dynamic setup detail page with data fetching, SEO, and interactive elements (e08147e)
  • Adjust general layout (5c35b82)
  • Improve setup viewing page, login modal, and settings page with supporting components. (691c2a7)
  • Change AI generation model to gemini-3-flash (9f2c82d)

🏡 Chore

  • Update dependencies (6c65c18)
  • Organize application structure and update dependencies (d4a42b2)
  • Update drizzle to v1-beta (04f09b4)
  • Add allow tags on sanitizeObject (d17d1be)

v1.2.9

10 Nov 07:27
e2b517d

Choose a tag to compare

compare changes

🩹 Fixes

  • Add logout functionality after updating user ID (1e12456)
  • Update layout classes for responsive design in items component (989e6d7)
  • Adjust class for image link and enhance item name display with line clamping (f33164e)

💅 Refactors

  • Remove get-pixels dependency and optimize color extraction using sharp (8520840)

🏡 Chore

v1.2.8

06 Nov 05:52
680b20f

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add Prettier configuration and update VSCode settings for formatting (85a5132)
  • Update font stack in CSS and adjust font configuration in Nuxt settings (6d2bc74)

🩹 Fixes

  • Fix decode function in transformItemId (0d38022)

v1.2.7

05 Nov 11:29
61cbf3c

Choose a tag to compare

compare changes

🚀 Enhancements

  • Refactor image viewer integration and remove unused code (314dcea)
  • Add CDN-Cache-Control header for avatar API responses (5efead3)

💅 Refactors

  • Simplify tsconfig.json by removing unused compiler options (ccdd6c8)
  • Update layout and improve empty state display in items component (f5de6a5)

🏡 Chore

  • Update nuxt.config.ts and package.json for configuration and dependency upgrades (cb18482)
  • Update dependencies (4fc7f10)
  • Bump version to 1.2.7 (d97a225)

v1.2.6

16 Oct 04:40
4ef1b81

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add mail address for owner warning and update navigation for objections (a8a88d3)
  • Implement image viewer component and integrate with existing setup (ecc130d)

🏡 Chore

  • Update dependencies to latest versions (36ee6f1)
  • Update dependencies to latest versions (ddc0b84)
  • Update dependencies to latest versions (c3eb961)
  • Update dependencies to specific versions for consistency and stability (a317239)
  • Update dependencies to latest versions (0664ef8)

v1.2.5

29 Sep 02:04
fbf048e

Choose a tag to compare

compare changes

🩹 Fixes

  • Move auth.ts (d3a0c30)
  • Move useAppConfig call inside the exported function (0a12eec)
  • Update shop verification instructions (591ebcf)
  • Update feedback modal description and placeholder text (f055223)
  • Update avatar URL to point to GitHub profile and add GitHub link in configuration (2d5340c)

🏡 Chore

v1.2.4

25 Sep 06:18
407d3f4

Choose a tag to compare

compare changes

🚀 Enhancements

  • Enhance auth configuration with environment variables and add rate limiting (e36e036)

🏡 Chore

v1.2.3

24 Sep 01:11
cb87f64

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add version to app config and update dependencies in package.json; create bump configuration (c935176)

🩹 Fixes

  • Remove unused open model and related bindings in itemSearch component (56e5d28)
  • Simplify item addition by removing unnecessary v-model binding in CommandPaletteItemSearch (5e9024a)
  • Refactor item selection handling to use consistent onSelected method (0df1150)
  • Update image loading attributes and fetch priorities across components (5bb0985)
  • Update setups type from Setup to SerializedSetup in bookmarks page (1b0d9b4)
  • Add image and twitterCard properties to SEO definitions across multiple pages (2fd52f6)
  • Update fetch-priority attribute to fetchpriority across multiple components (2d3d8aa)
  • Add image densities configuration to nuxt.config.ts (d4db0cb)
  • Add screen sizes configuration to image settings in nuxt.config.ts (b7e13fa)
  • Update owner warning component to lazy load and improve performance (301eaea)
  • Update image sizes and densities configuration in nuxt.config.ts (47da853)

💅 Refactors

  • App configuration and replace item category attributes with app config usage (bb66ac2)
  • Move better-auth config file (a539d39)

🏡 Chore

  • Update dependencies and devDependencies in package.json (bd776fc)