Skip to content

Releases: defnone/quickfeeds

1.0.4

28 Jun 10:46
482a35c

Choose a tag to compare

Update Groq model to llama-4-maverick-17b-128e-instruct and move translation functionality on AI

What's Changed

  • chore(deps): Bump requests from 2.32.3 to 2.32.4 in the pip group by @dependabot in #61
  • Potential fix for code scanning alert no. 25: Workflow does not contain permissions by @defnone in #62

Full Changelog: 1.0.3...1.0.4

1.0.3

04 Mar 02:08
d3d3484

Choose a tag to compare

1.0.2

05 Dec 02:35
e8379bc

Choose a tag to compare

  • Update NLTK data download package for fix daily

1.0.1

02 Dec 01:33
e590575

Choose a tag to compare

  • Remove llama-3.2-90b-text-preview as it has been deprecated, and revert to 70b.
  • Update groq version to 0.13.0

1.0.0-2

13 Nov 10:55
13573e3

Choose a tag to compare

Update release-pipeline.yml

1.0.0

12 Nov 11:24
881fc78

Choose a tag to compare

What's New

The project received several small improvements, including the migration of the frontend from a messy "spaghetti" structure to a cleaner, more modular system.

An experimental feature called "Daily" has been added. This feature takes selected feeds and generates a short summary of each item, compiling them into one large feed. The summaries are created directly in the app and then processed with Groq for a cleaner final result. It’s recommended to enable this feature if you don’t accumulate too many articles in a day. The feature also includes an option to merge articles with similar titles, though the quality of this function is currently rated at 3/5.

Reminder: Make sure to back up your database before updating.

What's Changed

Full Changelog: 0.2.4...1.0.0

1.0.0-RC.3

07 Nov 01:18
fb0aa04

Choose a tag to compare

1.0.0-RC.3 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0-RC.2...1.0.0-RC.3

0.2.5

31 Oct 01:37
747fdcf

Choose a tag to compare

Maintenance release, dependencies updated.

What's Changed

  • chore(deps): Bump pytest from 8.3.1 to 8.3.2 by @dependabot in #9
  • chore(deps-dev): Bump coverage from 7.6.0 to 7.6.1 by @dependabot in #10
  • chore(deps): Bump groq from 0.9.0 to 0.11.0 by @dependabot in #12
  • chore(deps): Bump pytest from 8.3.2 to 8.3.3 by @dependabot in #13
  • chore(deps): Bump pytz from 2024.1 to 2024.2 by @dependabot in #14
  • chore(deps): Bump alembic from 1.13.2 to 1.13.3 by @dependabot in #15
  • chore(deps): Bump humanize from 4.10.0 to 4.11.0 by @dependabot in #16
  • chore(deps-dev): Bump coverage from 7.6.1 to 7.6.3 by @dependabot in #17
  • chore(deps-dev): Bump coverage from 7.6.3 to 7.6.4 by @dependabot in #18
  • chore(deps): Bump waitress from 3.0.0 to 3.0.1 in the pip group by @dependabot in #19

Full Changelog: 0.2.4...0.2.5

0.2.4

28 Jul 13:38
45fdd97

Choose a tag to compare

What's new

  • Add a way to extract more images from feeds, but remove duplicates.

Updated deps

  • chore(deps-dev): Bump coverage from 7.5.3 to 7.5.4 by @dependabot in #4
  • chore(deps): Bump alembic from 1.13.1 to 1.13.2 by @dependabot in #5
  • chore(deps): Bump humanize from 4.9.0 to 4.10.0 by @dependabot in #6
  • chore(deps-dev): Bump coverage from 7.5.4 to 7.6.0 by @dependabot in #7
  • chore(deps): Bump pytest from 8.2.2 to 8.3.1 by @dependabot in #8

Full Changelog: 0.2.3...0.2.4

0.2.3

20 Jun 11:54
87530c0

Choose a tag to compare

  • The logic of scrolling to the title has been fixed after pressing the summarization button.
  • The animation for loading the summary has been changed.
  • A button for copying the text of the summary into the clipboard in Markdown format has been added.

Full Changelog: 0.2.2...0.2.3