Skip to content

Releases: Athou/commafeed

CommaFeed 6.1.1

26 Jan 15:14

Choose a tag to compare

  • Fix old starred entries not loading if they were marked as read (#2031)

CommaFeed 6.1.0

25 Jan 10:24

Choose a tag to compare

  • When clicking on the password reset link, a random password is no longer generated automatically. The user is now redirected to a page where they can set their own password (#2023)
  • Use browser preferred language instead of English when using CommaFeed for the first time (#2018)
  • The profile menu is now closed when scrolling the page (#2019)
  • The "disable pull to refresh" feature is now disabled by default (#2030)

CommaFeed 6.0.0

10 Jan 20:28

Choose a tag to compare

  • When booting CommaFeed for the first time, the default "admin" account is no longer created automatically. A setup wizard will guide you through the creation of an admin account
  • Default password complexity requirements have been lowered for local network deployments, where strict password rules are often unnecessary. The commafeed.users.strict-password-policy setting has been replaced by commafeed.users.minimum-password-length with a default value of 4 (#1916)
  • Email addresses are no longer required when creating users and when they update their profile. The commafeed.users.email-address-required setting has been added to restore the previous behavior (#1914)
  • Java 25+ is now required to build and run CommaFeed

CommaFeed 5.12.1

31 Dec 08:23

Choose a tag to compare

  • The favicon is now crispier (#1978)
  • The ReadKit iOS app now works via the Fever API (#1602)

CommaFeed 5.12.0

20 Nov 06:18

Choose a tag to compare

  • Added a setting to disable the "disable pull to refresh" feature because it messes with some browsers (#1168)
  • Emojis in feeds are now correctly displayed (#1955)
  • Don't show "Star/Unstar" in the context menu if the entry is too old to be starred (#1935)
  • Invalid relative urls in feeds no longer prevent those feeds from being parsed (#1939)
  • Fix an issue that could prevent large feeds from being parsed when using Java 24+ (#1961)
  • Enforce user password validation when created in the admin view (#1937)
  • The process in the docker native image is now called "commafeed" instead of "application"

CommaFeed 5.11.1

22 Sep 02:21

Choose a tag to compare

  • The search limit of 3 characters has been removed (#1887)
  • Fix an issue that caused feed filtering expressions to be incorrectly converted to lowercase when saving them (#1899)

CommaFeed 5.11.0

06 Aug 21:14

Choose a tag to compare

  • Add an option to navigate to the next unread category/feed when marking all entries as read (#1807)
  • Google Analytics support has been removed

CommaFeed 5.10.0

28 May 05:48

Choose a tag to compare

  • Add an indicator next to each feed's unread count in the tree to show when new entries are discovered while the app is open (#1762)
  • Feeds with uppercase HTTP:// or HTTPS:// URLs are now correctly handled again
  • The aarch64 native executable now also works on the Raspberry Pi 5 (#1795)
  • Improve general performance of the UI by reducing the number of re-renders, especially when a lot of entries are displayed (#1087)

CommaFeed 5.9.0

14 May 15:29

Choose a tag to compare

  • A lot of CSS classes have been added to the elements of the application to ease custom CSS rules (#1757)
  • Added a link in the README to the documentation of the new CSS classes
  • Static resources are now cached for much longer (#1782)

CommaFeed 5.8.0

06 May 18:33

Choose a tag to compare

  • A color picker is now available on the settings page to change the orange accent of the application (#1598)
  • A font size slider is now available to change the size of the text of feed entries (#1462)
  • The "mark all as read" confirmation setting now also applies to the "shift+a" keyboard shortcut (#1744)
  • CommaFeed wil try to match the language of the browser before defaulting to english (#1767)
  • The default value for the number of entries to keep above the selected entry when scrolling is now 1 instead of 0 to match what other feed readers do