Release history
Faved releases
Store, categorize, and access saved web content and links
All releases
25 shown
- Progressive Web App (PWA) support for installation on mobile and desktop
- Apple Shortcut integration to send links from iOS/MacOS/iPadOS share sheet
- New "Integrations" page in Settings and Onboarding
Full changelog
v2.9.0 - Web app install and new integrations
This release introduces Progressive Web App (PWA) support, Apple Shortcut integration, and a dedicated Integrations page.
What's new
- PWA Support – Added support for installing Faved as a Progressive Web App (PWA) on mobile and desktop.
- Apple Shortcut Integration – New integration for Apple Shortcuts allowing to send links to Faved from native iOS/MacOS/iPadOS share sheet.
- Integrations Page – Introduced a new "Integrations" section in Settings and Onboarding for easier access to app and extension installation.
Updated
- Improved usability of dialog close button on mobile devices.
- Optimized logo and favicon images.
Fixed
- Images are now automatically deleted when an item is removed.
Full Changelog: https://github.com/denho/faved/compare/v2.8.0...v2.9.0
- Tag search & filtering directly in the sidebar
- Resizable desktop sidebar with drag-to-resize
- Nested tag item rollup option for parent tags
Full changelog
v2.8.0 – Tags overhaul & sidebar improvements
This release brings a major upgrade to how tags are managed and displayed. The sidebar is now more powerful and customizable, tag editing has been redesigned for both desktop and mobile, and several long-standing UX rough edges have been smoothed out.
What's new
- Tag search & filtering – Quickly filter your tag list directly in the sidebar.
- Resizable sidebar – On desktop, drag to resize the sidebar to your preferred width.
- Nested tag item rollup – Optionally include items from child tags when viewing a parent tag.
- Sidebar item counts – See how many items belong to each tag at a glance (toggleable).
- Separate parent tag selector – When editing a tag, choose its parent from a dedicated picker instead of encoding it in the name.
- Tag descriptions – Add and view tag descriptions, shown in tooltips throughout the UI.
Updated
- Richer tag editing UX – Redesigned tag edit form on both desktop (popover) and mobile (drawer), with an improved combobox for tag selection in single-item edits and bulk actions.
- Cascading tag deletion – Deleting a tag with children now removes all nested tags automatically, no more manual cleanup required.
- Nested tags can be pinned – The restriction preventing nested tags from being pinned has been removed.
Fixed
- Resolved an issue where the bulk action toolbar's close button became unresponsive after performing an action.
Under the hood
- Refactored sidebar, tag, and form UI components to support the new editing and layout features.
Full Changelog: https://github.com/denho/faved/compare/v2.7.0...v2.8.0
- Import from Raindrop.io
- Support importing bookmark tags
Full changelog
- New: Import from Raindrop.io
- New: Support importing bookmark tags
- Update: Improved bookmark import speed and reliability
- Update: Optimized duplicate detection and rendering for better performance
- Update: Refined bulk item actions toolbar look and overall UX
- Fix: Resolved issue where bookmark import files could be truncated when folders contained more than 256 bookmarks
Full Changelog: https://github.com/denho/faved/compare/v2.6.0...v2.7.0
- Detects duplicate items when creating a new bookmark
- Saves item list pagination, sorting, search state and selected tag in the URL
- Downloads and stores bookmark images locally for persistent load performance
Full changelog
- New: Duplicate item detection when creating new bookmark
- New: Save item list pagination, sorting, search, and selected tag state in URL
- New: Bookmark images are downloaded and stored locally to ensure persistence and improve load performance
- Update: Success screen is now displayed after saving an item via a bookmarklet
- Update: Added a separate button for opening item edit modal
- Update: Item action buttons are now sticky in table layout
- Update: Improved item list rendering performance
- Update: Improved tag selection UI on item form
- Update: Optimized item form rendering
- Fix: Item refetching failure on missing metadata fields
- Fix: URLs with encoded non-ASCII chars not accepted (https://github.com/denho/faved/issues/22)
- Dev: Refactored application routing and middleware logic
- Dev: Refactored tag type to enable numeric tag IDs
Full Changelog: https://github.com/denho/faved/compare/v2.5.0...v2.6.0
- Bulk bookmark actions: delete, update tags, fetch metadata
- Bookmark page metadata fetching
Full changelog
- New: Bulk bookmark actions are now supported, including delete, update tags and fetch metadata
- New: Added bookmark page metadata fetching functionality
- Update: Improved pagination controls layout
- Fix: Bookmark add or delete no longer triggers navigation to the first page
- Fix: Resolved incorrect character encoding when metadata fetching for some pages
Full Changelog: https://github.com/denho/faved/compare/v2.4.1...v2.5.0
Fixed file uploads above 2 MB and database errors from case‑insensitive tag name conflicts during Pocket imports.
Full changelog
- Fix: File upload error when importing bookmark files larger than 2Mb
- Fix: Database error during Pocket import when new and existing tags have the same name but different letter case
Full Changelog: https://github.com/denho/faved/compare/v2.4.0...v2.4.1
- Added table layout for data presentation
- Individual fields can now be hidden
- Display of Updated date field added
Full changelog
- New: Added a table layout
- New: Improved the visual design of the list layout
- New: Individual fields can now be hidden
- New: Added display of Updated date field
- Update: Reorganized the toolbar into a single row with list view, search, sorting, and “add bookmark” actions
- Update: Made the toolbar sticky for improved usability
- Update: Improved the theme switcher UI
- Update: Removed loop icon in image preview
- Dev: Refactored item list pagination, search and filtering logic
- Dev: Reorganized the frontend app file structure; components, utilities, and related files are now consistently named and grouped
- Dev: Consolidated stylesheets
- Dev: Migrated the legacy ESLint configuration into the new flat config
Full Changelog: https://github.com/denho/faved/compare/v2.3.0...v2.4.0
- About page in Settings lists app version, available update and quick links
- Settings button shows a badge when an app update is available
Full changelog
- New: Added About page in Settings that lists app version, available update and app quick links
- New: The Settings button now displays a badge indicating an available app update
Full Changelog: https://github.com/denho/faved/compare/v2.2.8...v2.3.0
- Renamed Comments field to Notes
- Image preview shows placeholder for broken images and includes enlarge button
- Allow local file paths in URLs
- Automatically prepend https:// to URLs lacking a protocol
Full changelog
- Update: Improved image preview to show placeholder for broken image and enlarge button
- Update: Allow local file paths in URLs
- Update: Automatically add the https:// protocol to URLs when none is provided
- Update: Reorganized fields on item edit form
- Update: Renamed Comments field into Notes
- Update: Preserve user sessions across container recreations
- Update: Improved login page presentation
- Dev: Added dependency management and autoloading via Composer
- Dev: Added Respect\Validation library for input validation
- Dev: Improved Docker build image to include frontend static assets and Composer runtime dependencies
- Dev: Implemented GH Action workflow to build and push Docker image
- Dev: Amended Prettier and Eslint setup
Full Changelog: https://github.com/denho/faved/compare/v2.2.7...v2.2.8
- Reworked Settings dialog for better mobile UX
- Improved tag selection field UI
- Enhanced image preview UI on bookmark edit
Full changelog
- Update: Reworked Settings dialog for better UX on mobile
- Update: Improved tag selection field UI
- Update: Enhanced image preview UI on bookmark edit
- Update: Improved layout of created and updated dates on bookmark edit
- Update: Re-organized buttons on bookmark edit
- Update: Maximized bookmark edit dialog on mobile
- Update: Adjusted sizing of "Add to Faved" window triggered by bookmarklet to fit page content
- Update: Close sidebar on mobile on Settings dialog open
- Update: Disabled automatic zooming on mobile
- Update: Improved toast display
- Update: Prevented autofocus on bookmark edit dialog open
- Update: Changed items per page pagination options
- Update: Increased session duration to 7 days
- Update: Made white tag color darker for better contrast
- Update: Added scrolling to top on page navigation
- Fix: Tags edit scrolling on mobile
- Dev: Refactored requests logic
- Dev: Refactored bookmark editing logic
- Dev: Refactored Settings component structure
Full Changelog: https://github.com/denho/faved/compare/v2.2.6...v2.2.7
- Display image preview in a lightbox
- Improved UI of sorting controls
- Enhanced presentation of layout switching buttons
Full changelog
- Update: Display image preview in a lightbox
- Update: Improved UI of sorting controls
- Update: Enhanced presentation of layout switching buttons
- Update: Added reset button in search field
- Update: Added delay to tag path tooltip
- Update: Improved compatibility of bookmarklet code
Full Changelog: https://github.com/denho/faved/compare/v2.2.5...v2.2.6
- Improved media presentation in card layout
- Action buttons in bookmark list hidden until hover
Full changelog
- Update: Improved media presentation in card layout
- Update: Action buttons in bookmark list aren't visible until hover
- Fix: Created at date in bookmark list
- Fix: Pulling Twitter image in bookmarklet code
Full Changelog: https://github.com/denho/faved/compare/v2.2.4...v2.2.5
- Enhanced presentation of tags in bookmark list
- Improved cards grid layout on bigger screens
Full changelog
- Update: Enhanced presentation of tags in bookmark list
- Update: Improved cards grid layout on bigger screens
- Update: Card layout set as default
Full Changelog: https://github.com/denho/faved/compare/v2.2.3...v2.2.4
Minor fixes and improvements.
Full changelog
- Update: Reduced Docker image size
- Dev: Optimized Docker build process
Full Changelog: https://github.com/denho/faved/compare/v2.2.2...v2.2.3
Minor fixes and improvements.
Full changelog
- Update: Docker Compose configuration for production environment improved to support SSL setup
- Update: Instructions for installing with Docker Compose
- Update: Instructions for updating app installation
- Dev: Added build configuration
Full Changelog: https://github.com/denho/faved/compare/v2.2.1...v2.2.2
- Showing image preview on item edit
- Add to Faved bookmarklet autofills image URL
Full changelog
- New: Showing image preview on item edit
- New: Add to Faved bookmarklet autofills image URL
- Update: Enhanced bookmark list display
- Update: Preserve selected layout on page refresh
- Update: Loading state when fetching remote URL metadata
- Fix: Scrolling modal content on mobile
- Fix: Tags display on hover
- Dev: Added support for serving app under secure connection
Full Changelog: https://github.com/denho/faved/compare/v2.2.0...v2.2.1
- Import bookmarks from browser
- Autofill page title, description, and image when adding new item
- Improved appearance of tags in sidebar and support forward slashes in tag titles
Full changelog
- New: Importing bookmarks from browser
- New: Ability to fetch and autofill page title, description, and image when adding new item
- Update: Improved appearance of tags in the sidebar
- Update: Support forward slashes in tag title
- Fix: Nesting a tag under another tag with the same title doesn't work
Full Changelog: https://github.com/denho/faved/compare/v2.1.0...v2.2.0
- Step-by-step setup & onboarding guide
- Improved setup page presentation
- Enhanced bookmarklet settings page
Full changelog
- New: Step-by-step setup & onboarding guide
- Update: Improved setup page presentation
- Update: Enhanced bookmarklet settings page
- Update: Display a placeholder while data is loading
- Fix: Extra redirects on setup
- Dev: Always restart Node.js container in dev environment
Full Changelog: https://github.com/denho/faved/compare/v2.0.1...v2.1.0
- Improved bookmark list presentation in table and card layouts
- Increased memory limit for Pocket imports to handle large libraries
Full changelog
- Update: Improve bookmark list presentation in table and card layout
- Update: Increase memory limit on Pocket import to account for a large library
- Fix: Tags not loaded when adding new bookmark from the bookmarklet
- Fix: Browser window closed when closing modal window on mobile
Full Changelog: https://github.com/denho/faved/compare/v2.0.0...v2.0.1
- Instant bookmark search
- Bookmarks sorting
- Card layout
Full changelog
Announcement: https://faved.dev/blog/faved-v2-faster-sleeker-smarter
- New: Lightning fast responsive UI powered by React
- New: Instant bookmark search
- New: Bookmarks sorting
- New: Card layout
- New: Dark theme
- New: Adjustable pagination
- New: Tag list in sidebar is now foldable
- Update: Improved tag editing UX
- Update: Enhanced bookmarklet settings page
- Update: Faster installation with the help of pre-built Docker image
- Dev: Updated Docker dev environment for the new tech stack
Full Changelog: https://github.com/denho/faved/compare/v1.3.0...v2.0.0
- Authentication support
- Settings section added
- Show created_at and updated_at dates on item edit
Full changelog
Release Notes: https://faved.dev/blog/faved-1-3-release-user-authentication-settings-page
- New: Authentication support
- New: Settings section
- New: Show created at and updated at dates on item edit
- Update: Enhanced welcome content
- Update: Collections tag not created if there are no collections in Pocket export file
- Update: Improved toolbar and item list UI
Full Changelog: https://github.com/denho/faved/compare/v1.2.0...v1.3.0
- Demo content added to fresh installations
- Refined bookmark list page mobile display
- Dynamic DB name definition during installation (dev feature)
Full changelog
- New: Collapsible sidebar on mobile
- New: Demo content on fresh installation
- Update: Refined the bookmark list page mobile display
- Dev: Ability to define DB name dynamically during installation
Full Changelog: https://github.com/denho/faved/compare/v1.1.0...v1.2.0
- Import from Pocket
Changelog
- New: Import from Pocket
- Dev: Added Dockerfile
Minor fixes and improvements.
Changelog
First official release