Skip to content

Releases: Athou/commafeed

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

CommaFeed 3.3.0

10 May 06:46
Compare
Choose a tag to compare
  • there are now database changes, rolling back to 2.x will no longer be possible
  • restore support for user custom CSS rules
  • add support for user custom JS code that will be executed on page load

CommaFeed 3.2.0

05 May 09:10
Compare
Choose a tag to compare
  • restore the welcome page
  • only apply hover effect for unread entries (same as commafeed v2)
  • move notifications at the bottom of the screen
  • always use https for sharing urls
  • add support for redis ACLs
  • transition to google analytics v4

CommaFeed 3.1.0

01 May 16:31
Compare
Choose a tag to compare
  • add an even more compact layout
  • restore hover effect from commafeed 2.x
  • view mode (compact, expanded, ...) is now stored on the device so you can have a different view mode on desktop and
    mobile
  • fix for the "Illegal attempt to associate a collection with two open sessions." error
  • feed fetching workflow is now orchestrated with rxjava, removing a lot of code

CommaFeed 3.0.1

25 Apr 08:55
Compare
Choose a tag to compare
  • allow env variable substitution in config.yml
    • e.g. having a custom config.yml file with app.session.path=${SOME_ENV_VAR} will substitute SOME_ENV_VAR with
      its value
  • allow env variable prefixed with CF_ to override config.yml properties
    • e.g. setting CF_APP_ALLOWREGISTRATIONS=true will set app.allowRegistrations to true