Public Changelog

Latest changes pulled automagically from the repository. For questions or inquiries, reach out to @pabliqe on any social platform.

2.1.14 #

  • feat: implement authentication and bookmark management (5562a5d)
  • feat: implement user bookmarks synchronization and sharing features (9f86780)
  • feat: add library description and settings API endpoints (30f6cb1)
  • refactor: simplify navigation item mapping in layout component (4f63701)
  • feat: add tracking for copying and regenerating public library share links (9c1f918)
  • refactor: update styles and improve layout in BookmarkDrawer, Header, and LibraryFlowView components (f515ea7)
  • feat: implement device aspect ratio utility for responsive components (d04d55b)
  • feat: add tagsMap to NotionPageRenderer and related components for enhanced tagging support (6db8c09)
  • feat: enhance responsive design and device handling across components (2e1d17d)
  • feat: include total saves in analytics tracking for CollectionCard component (c969b04)
  • feat: update topbar message and enhance skeleton component layout for improved user experience (fbdc258)
  • feat: enhance layout responsiveness and adjust card spacing in LibraryFlowView and NotionPageRenderer (2910b8a)
  • chore: update changelog for version 2.1.14 with new features and improvements (d4df2b3)
  • feat: update pending bookmark storage to localStorage for better mobile OAuth handling and adjust topbar message (7d40224)
  • feat: add Library Explorer background styles and animations for enhanced visual experience (ed4c607)
  • feat: update LibraryFlowView styles and animations for improved visual consistency (07a2c14)
  • feat: update MapIcon usage and adjust styles for TitleField and FlowSlide components (2939e6e)
  • feat: migrate to Supabase for authentication and bookmarks management (b70e3a4)
  • feat: remove NextAuth integration and implement Supabase for authentication (667078c)
  • feat: refactor authentication routes for Supabase integration and remove NextAuth middleware (c677c47)
  • feat: implement public and owner views for library profiles and bookmarks management (5bd1945)
  • feat: add GitHub Actions workflow for refreshing Notion content and update documentation (26b830b)
  • feat: increase free bookmark limit from 3 to 10 for unauthenticated users (96b2652)
  • fix: set NOTION_FAIL_FAST to 0 for improved content fetching reliability (cf60a1d)
  • feat: update FREE_BOOKMARK_LIMIT to 7 and refactor bookmark logic in components (50781eb)
  • feat: implement save-all functionality for public library and enhance user sync logic (4c19228)
  • fix: update share button text from "Share library" to "Copy link" (9f2fa94)
  • fix: adjust library explorer background gradient and keyframe animation for improved visual consistency (e37474a)
  • refactor: remove Prisma schema and related dependencies from the project (2dc9119)
  • style: comment out opacity properties in library background pulse animation for clarity (ecda751)
  • feat: enhance user session management by clearing bookmarks and localStorage on sign out (f1cb586)
  • fix: update library background pulse animation duration and size for improved visual consistency (6adf086)
  • fix: update Notion page fetch retry attempts and delays for improved reliability (4f949e3)
  • feat: implement cover visibility utility to manage bookmark display based on renderable covers (83924d1)
  • feat: add Library Explorer layout and modal component (ca681aa)
  • feat: update Library Explorer modal for controlled usage and improve LoginModal rendering; enhance LibraryEmptyState button styles (231bf45)
  • feat: enhance UI components for improved styling and layout consistency across pages (30466bb)
  • feat: update Library Explorer title and modal styles for consistency; adjust CSS variables for gradient background (4fc6773)
  • feat: integrate new font styles and update layout components for improved typography; enhance BookmarkDrawer and LibraryExplorerModal with new UI elements (a95e451)
  • fix: remove redundant tooltip hiding logic in NavbarBookmarkButton component (626258f)
  • feat: add public author fields to user profiles for library sharing; update components to utilize new fields and improve UI interactions (c1472ab)
  • style: adjust image width in MenuItemLink for better layout consistency (4159e26)
  • feat: update changelog with new features, improvements, and visual enhancements for version 2.1.14 (77c766c)
  • fix: extend library sharing tracking to include 'toggle-author' action (7e5e18b)
  • [CRON] Refactor code structure for improved readability and maintainability (23c17c9)
  • feat: Enhance multi-library support and public library discovery (97c081f)
  • feat: add redirect for changelog to external URL (e4cff2a)
  • Merge branch 'social-avatar-library' (3388bed)
  • Merge branch 'main' into agents-ready (1b573ca)
  • feat: implement MCP server and markdown negotiation for agent tools (854f6a5)
  • feat: add initial documentation structure and publish workflow for PATTTTERNS (d08d036)
  • feat: enhance publish workflow with dry run option and output details (3f492b0)
  • feat: update workflows to include environment variable and adjust Node version in refresh-content (4c6b4d5)
  • feat: enhance documentation with roadmap for PATTTTERNS Chatbot and add custom styles (9b77a62)
  • fix: update next dependency version specification and add /mcp to excluded paths in redirector config (fd63ef6)
  • feat: add logo image and update configuration to display it in documentation (982d471)
  • feat: add CNAME file for documentation site (1353291)
  • feat: update Open Graph image for improved social sharing (0e61a31)
  • feat: update documentation structure with navigation order and parent categories (7a564e4)
  • style: correct duplicate version header in changelog and update formatting for clarity (737fc35)
  • style: add new documentation files for Analytics, Reference, Roadmaps, and Setup & Configuration (bf4bdc5)
  • refactor: update documentation structure and remove obsolete files (25cca14)
  • feat: add embedded search widget for docs site (Phase 1 Chatbot MCP) (a225e8e)
  • feat: update publish workflow to copy full docs tree and exclude specific files (5e4b729)
  • Initial plan (7e6837e)
  • fix(chatbot): keep widget open and auto-search on suggestion click (0d3d111)
  • Merge pull request #5 from pabliqe/copilot/implement-embedded-search-widget (1ccecff)
  • feat: update roadmap documents and restructure index for improved navigation (cf7a0f7)
  • feat: update documentation structure and content for clarity and consistency (e891e88)
  • feat: update docs with specs (b16e627)
  • fix(docs): remove checkmarks from titles in README and Sitemap setup (ba5bd05)
  • fix: remove force-push option and add target-branch to docs publish workflow (44481c0)
  • feat(chatbot): add chatbot with AI-MCP integration to docs and debug page (8fcaebb)
  • Merge pull request #6 from pabliqe/feat/4-chatbot-search-widget (ab6b3cc)
  • fix(chatbot): add comment to clarify slug humanization in URL label (9bade3a)
  • feat(chatbot): update build process and enable AI chat functionality (698c83c)
  • refactor(chatbot): bundle CSS into JS and update related documentation (3a1f2b7)
  • refactor(chatbot): remove chatbot config from HTML and streamline AI search logic (4cb914c)
  • feat(chatbot): streamline input placeholder and add chatbot functionality (8d44c90)
  • feat: add Masonic library for improved layout and rendering (bf19147)
  • refactor: update styles and improve chatbot functionality (eb8a9d0)
  • feat(about-pages): Add About, Privacy Policy, and Terms of Service pages (81ac523)
  • style(about-pages): Better og-images and GIF pic (eea355c)
  • style(about-pages): update button positioning and theme colors for improved UI consistency (80c0582)
  • fix: update color scheme to dark in documentation config (db15975)
  • refactor(chatbot): remove chatbot JavaScript file to streamline codebase (26dff96)
  • refactor: update heading styles in debug page and remove chatbot files (5f53645)
  • Merge branch 'main' into chatbot-gemini (acb9abf)
  • feat(chatbot): integrate Gemini API and streamline UI (49976ec)
  • refactor(docs): Reorganize files with Specs and folders (e5e70ee)
  • chore(chatbot): clean up empty code change sections in the changes log (a34d628)
  • refactor(chatbot): adjust chatbot button and panel positioning, and update styles (66effe2)
  • refactor(chatbot): update chatbot proxy logic for improved pattern fetching and adjust preview width in CSS (f861ae5)
  • Merge branch 'main' into chatbot-gemini (24dbbf0)
  • chore: refresh notion content cache [skip ci] (2f96c7e)
  • feat: add pattern metadata cache builder script and voting component (05ce7f6)
  • feat: update roadmaps and specs documentation; add Search & MCP architecture details (7414d8a)
  • feat: update titles in roadmap documents for consistency (3dec66b)
  • feat: add pattern voting functionality and UI components (8252029)
  • chore: bump version to 2.1.15 in package.json (f693cb8)