Skip to content

Latest commit

 

History

History
107 lines (100 loc) · 15.6 KB

CHANGELOG.md

File metadata and controls

107 lines (100 loc) · 15.6 KB

Changelog

0.0.1 (2025-01-23)

Bug Fixes

  • api, client: fix paging interface query problems (32b50fe)
  • api, client: update token handling and improve authentication flow (081d207)
  • api: fix the problem of getting the compilation error of favorite sites when querying website (f61482c)
  • api: fix the problem of getting the compilation error of favorite sites when querying website (ba38487)
  • api: fix the problem of getting the compilation error of favorite sites when querying website (b02f7b8)
  • api: fix website interface query failure problem (4035a95)
  • api: modify the contents of the favourites Controller ApiTags (c86e451)
  • api: update allowed HTTP methods in vercel.json to include PATCH and HEAD (ab32342)
  • auth: update idToken retrieval to use default backend endpoint (0ef1221)
  • client: adjust tab layout for improved responsiveness and overflow handling (84ce1bb)
  • client: correct indentation of window.open call in index.vue (9c1fc11)
  • client: update upload icon in admin file management page (b78c813)
  • Enhance CORS configuration for improved flexibility and maintainability (48eaa5f)
  • Enhance CORS configuration in vercel.json to support OPTIONS method and add headers (ede3b7a)
  • Fix logto login problem (3886ad8)
  • Refine CORS configuration to validate origins and enhance security (e3a61af)
  • Remove API rewrites and simplify CORS configuration (0a32ab1)
  • Simplify CORS configuration by enabling all origins (284bcca)
  • Simplify CORS configuration by enabling default settings (4f72341)
  • Update CORS configuration and enhance HTTP request handling (24c2443)
  • Update CORS configuration to allow all origins and simplify settings (bc125a9)
  • Update CORS configuration to allow specific origins and enable credentials (954209a)
  • Update CORS configuration to use allowedOrigins for improved security (12a2a39)
  • user: update userId to user_id in findOne method for consistency (c57bab9)

Features

  • Add comprehensive CORS configuration and routing in vercel.json (a133c53)
  • Add Husky and lint-staged for pre-commit hooks and code formatting (9b1baff)
  • Add Prettier for code formatting and update VSCode settings (88c649d)
  • Add supabase interaction logic with nestjs (131714b)
  • api add user module, client add function to get logto token. (454c9b2)
  • api module add vercel configuration (0c25d58)
  • api, client: add category validator support and improve category paging logic (ad4e3bd)
  • api, client: add tag query function and improve management backend tag module CRUD function (2b54ad0)
  • api, client: add the collection function, adjust the back-end user authentication function (ee0c433)
  • api, client: add Web access log function (0271e79)
  • api, client: add website visit logging and increment visit count functionality (7eb8145)
  • api, client: enable global checksum pipeline Improve site, category add edit restriction logic (7fe4157)
  • api, client: enhance API query handling and improve UI components (37b57d0)
  • api, client: enhance favorites functionality by updating favorite handling and UI interactions (8e7a8c1)
  • api, client: enhance website creation and management with user association and tag support (949ec34)
  • api, client: improve Category list condition query function (7d32bb1)
  • api, client: improve the background management, add the number of visits to the interface (9e66411)
  • api, client: improve the collection function (9d58a20)
  • api, client: improve the editing and deleting function of website module (1e12a43)
  • api, client: refinement of categories CRUD (5445899)
  • api: add category and tag binding checks before deletion (eb80eff)
  • api: add dayjs dependency and refactor interceptors (34789cc)
  • api: add file type to file upload response for improved metadata handling (3ef0c9b)
  • api: add ranking endpoint and implement ranking logic based on visit count (daf992a)
  • api: add update functionality for website management (2b5de15)
  • api: add user ID support in category query to enhance user-specific filtering (891adb5)
  • api: adjusting the utils location and improving the website additions (38c3a27)
  • api: enhance categories and user modules with improved HTTP response handling (a15388e)
  • api: enhance categories module and user controller (b309025)
  • api: enhance file upload functionality with type validation and dynamic path selection (9c2ee44)
  • api: enhance website query functionality to include user ID for personalized results (41898a3)
  • api: implement camel to snake case interceptor and enhance user controller (893dea2)
  • api: implement default HTTP status error handler with toast notifications (5d1ee82)
  • api: implement file management module with upload, query, and delete functionalities (d1a2f45)
  • api: improvement of the file module (b465434)
  • api: tag module paging interface additions (c669f51)
  • client Refine logto login logic (97421e9)
  • client refinement layout layout (f48b695)
  • client: add AI assistant function (a3e211f)
  • client: add initial UnoCSS configuration file (0c45c08)
  • client: add markdown display page (1b0bb89), closes #6
  • client: add navigation modules and visit count display in admin page (c062580)
  • client: add popular site display function (6fbe947)
  • client: add visual showcase to README and enhance search tooltip with keyboard shortcuts (8624c34)
  • client: adding a document management page (578e17c), closes #7
  • client: adjust the header component to improve the background management home page (1818f5e)
  • client: enhance project configuration and UI components (fc03972)
  • client: enhance tab navigation with smooth scrolling and improve tab layout (e99ee49)
  • client: enhance user management and UI components (8ecb744)
  • client: improve homepage display style, add search function (dc43227)
  • client: improve site editing, display and search logic (f8d170f)
  • client: improve user information editing function (094d1bb), closes #2
  • client: refactor header components and remove unused Rank component; add ranking API call (73fd1dc)
  • client: update Header and index page for improved user experience (2272279)
  • custom: add customizable commit message prompts and update dependencies (f5aaae3)
  • custom: add release-it for automated versioning and changelog generation (f772bfb)
  • custom: update release-it configuration for improved release process (d31c0fd)
  • docs: update README with comprehensive environment configuration details (ae92519)
  • Enhance API and client structure with CORS support and service refactoring (838ac93)
  • Enhance API module with authentication and user management features (8b7feee)
  • Enhance API routing and CORS configuration (f457efa)
  • Enhance Swagger setup with customizations and global prefix support (67ccb97)
  • first commit (5ce465d)
  • Improve token validation logic (ea94d33)
  • Integrate Swagger for API documentation and enhance user management (dbc519c)
  • Modify logto configuration entries (6e25046)
  • pnpm add -D commitizen cz-customizable (300eaa4)
  • release-it: enhance configuration for conventional changelog support (c8d6fde)
  • Update API documentation routing and Swagger setup (9f5ed27)
  • Update CORS configuration in API bootstrap for enhanced flexibility (fc5d72b)
  • Update CORS configuration to allow all origins for improved flexibility (6c9acbc)
  • Update Swagger setup and enhance application logging (9f265c6)