Releases: defnone/quickfeeds
1.0.4
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
1.0.2
1.0.1
1.0.0-2
1.0.0
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
- 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
- Move dev to main by @defnone in #20
- chore(deps-dev): Bump pytest-cov from 5.0.0 to 6.0.0 by @dependabot in #22
- chore(deps): Bump nltk from 3.8.1 to 3.9.1 by @dependabot in #23
- chore(deps): Bump pandas from 2.2.2 to 2.2.3 by @dependabot in #25
- chore(deps): Bump openai from 1.37.0 to 1.54.3 by @dependabot in #29
- chore(deps): Bump alembic from 1.13.3 to 1.14.0 by @dependabot in #28
- chore(deps-dev): Bump packaging from 24.1 to 24.2 by @dependabot in #27
Full Changelog: 0.2.4...1.0.0
1.0.0-RC.3
What's Changed
- chore(deps-dev): Bump pytest-cov from 5.0.0 to 6.0.0 by @dependabot in #22
- chore(deps): Bump nltk from 3.8.1 to 3.9.1 by @dependabot in #23
- chore(deps): Bump pandas from 2.2.2 to 2.2.3 by @dependabot in #25
Full Changelog: 1.0.0-RC.2...1.0.0-RC.3
0.2.5
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
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
- 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