Skip to content

Releases: Athou/commafeed

CommaFeed 3.10.0

06 Sep 07:27
Compare
Choose a tag to compare
  • added a Fever-compatible API that is usable with mobile clients that support the Fever API (see instructions in Settings -> Profile)
  • long entry titles are no longer shortened in the detailed view
  • added the "s" keyboard shortcut to star/unstar entries
  • http sessions are now stored in the database (they were stored on disk before)
  • fixed an issue that made it impossible to override the database url in a config.yml mounted in the Docker image

CommaFeed 3.9.0

17 Aug 08:07
Compare
Choose a tag to compare
  • improve performance by disabling the loader when nothing is loading (most noticeable on mobile)
  • added a setting to disable the 'mark all as read' confirmation
  • added a setting to disable the custom context menu
  • if the custom context is enabled, it can still be disabled by pressing the shift key
  • the announcement feature is now working again and supports html ('announcement' configuration element in config.yml)
  • add support for MariaDB 11+
  • fix entry header shortly rendered as mobile on desktop, causing a small visual glitch
  • fix an issue that could cause a feed to not refresh correctly if the url was very long
  • database cleanup batch size is now configurable
  • css parsing errors are no longer logged to the standard output
  • fix small errors in the api documentation

CommaFeed 3.8.1

04 Jul 16:45
Compare
Choose a tag to compare
  • in expanded mode, don't scroll when clicking on the body of the current entry
  • improve content cleanup task performance for instances with a very large number of feeds

CommaFeed 3.8.0

28 Jun 18:47
Compare
Choose a tag to compare
  • add previous and next buttons in the toolbar
  • add a setting to always scroll selected entry to the top of the page, even if it fits entirely on screen
  • clicking on the body of an entry in expanded mode selects it and marks it as read
  • add rich text editor with autocomplete for custom css and js code in settings (desktop only)
  • dramatically improve performance while scrolling
  • fix broken welcome page mobile layout
  • format dates in user locale instead of GMT in relative date popups

CommaFeed 3.7.0

20 Jun 07:23
Compare
Choose a tag to compare
  • the sidebar is now resizable
  • added the "f" keyboard shortcut to hide the sidebar
  • added tooltips to relative dates with the exact date
  • add a setting to hide commafeed from search engines (exposes a robots.txt file, enabled by default)
  • the browser extension unread count now updates when articles are marked as read/unread in the app
  • The "b" keyboard shortcut now works as expected on Chrome but requires the browser extension to be installed
  • dark mode has been disabled on the api documentation page as it was unreadable
  • improvement to the feed refresh queuing logic when "heavy load" mode is enabled
  • fix a bug that could prevent feeds and categories from being edited

CommaFeed 3.6.0

08 Jun 06:51
Compare
Choose a tag to compare
  • add a button to open CommaFeed in a new tab and a button to open options when using the browser extension
  • clicking on the entry title in expanded mode now opens the link instead of doing nothing
  • add tooltips to buttons when the mobile layout is used on desktop
  • redirect the user to the welcome page if the user was deleted from the database
  • add link to api documentation on welcome page
  • the unread count is now correctly updated when using the "/next" bookmarklet while redis cache is enabled

CommaFeed 3.5.0

01 Jun 05:55
Compare
Choose a tag to compare
  • add compatibility with the new version of the CommaFeed browser extension
  • disable pull-to-refresh on mobile as it messes with vertical scrolling
  • add css classes to feed entries to help with custom css rules
  • api documentation page no longer requires users to be authenticated
  • add a setting to limit the number of feeds a user can subscribe to
  • add a setting to disable strict password policy
  • add feed refresh engine metrics
  • fix redis timeouts

CommaFeed 3.4.0

26 May 10:43
Compare
Choose a tag to compare
  • add support for arm64 docker images
  • add divider to visually separate read-only information from form on the profile settings page
  • reduce javascript bundle size by 30% by loading only the necessary translations
  • add a standalone donate page with all ways to support CommaFeed
  • fix an issue introduced in 3.1.0 that could make CommaFeed not refresh feeds as fast as before on instances with lots of feeds
  • fix alignment of icon with text for category tree nodes
  • fix alignment of burger button with the rest of the header on mobile

CommaFeed 3.3.2

20 May 12:08
Compare
Choose a tag to compare
  • restore entry selection indicator (left orange border) that was lost with the mantine 6.x upgrade (3.3.0)
  • add dividers to visually separate read-only information from forms on feed and category details pages
  • reduced js bundle size by 10%

CommaFeed 3.3.1

10 May 18:34
Compare
Choose a tag to compare
  • fix long feed names not being shortened to respect tree max width