Skip to content

v1.0.1

Choose a tag to compare

@fulleni fulleni released this 17 Oct 14:41
· 164 commits to main since this release
913659b

User Customization & Foundational Stability

This release introduces a significant user-facing feature by allowing users to save their content filters, enabling a more personalized and efficient news discovery experience. Alongside this enhancement, we have implemented key foundational improvements that strengthen the project's stability and formalize our release tracking process for greater transparency and maintainability.

✨ Saved Content Filters

This update focuses on enhancing user customization, allowing individuals to store their preferred content filter configurations directly within their profile. This change includes backend logic to manage saved filter limits based on user roles.

  • 💾 Users can now save, retrieve, and manage their filter preferences, complete with backward-compatible database migrations for existing accounts. #67

🛠️ Project & Dependency Management

To improve project clarity and ensure long-term stability, we have formalized our release process and refined how we manage external dependencies.

  • 📦 Project dependencies were updated to use semantic version tags instead of commit hashes, ensuring more predictable and stable builds. #67
  • 📄 A CHANGELOG.md file has been added to the repository to provide clear and consistent tracking for all future releases. #67