Changelog

View the latest updates and feature releases of Glean

v0.2.0

Glean v0.2.0 Release

Preference system and system enhancements

🎉 Major Updates

This is a major release introducing the preference system, plus admin and observability improvements.

✨ New Features

Preference System

  • Preference learning: Vector-based learning of your reading preferences
  • Smart view: Automatic tiered display (Recommended / Normal / Likely Not Interested)
  • Like/Dislike feedback: One-click feedback to continuously improve recommendations
  • Vector search: Milvus-powered semantic similarity computation
  • Internationalization: Bilingual UI in Chinese and English

System Enhancements

  • Unified logging: Structured logs for easier debugging
  • Admin dashboard upgrade: System configuration and registration toggle
  • UI component library update: A more modern admin/front-end UI foundation

🙏 Acknowledgments

Thanks to @frostming and @eic0 for their contributions!

v0.1.4

Glean v0.1.4 Release

Bug fixes and stability improvements

🐛 Bug Fixes

  • Startup init: Fixed an issue where the admin user couldn’t be created on startup
  • CI improvements: Fixed CI-related issues to stabilize builds
v0.1.3

Glean v0.1.3 Release

Bookmarks, tags/folders, and background jobs

✨ New Features & Improvements

  • Bookmarks: Added bookmark support and related bookmark metadata extraction
  • Organization: Added tags and folders to better organize content
  • API/services expansion: Extended backend routers and service layer for feeds / entries / bookmarks / folders / tags
  • Background jobs: Improved scheduled/cleanup jobs for better reliability
  • Engineering: Updated README/license; fixed CI-related issues
v0.1.2

Glean v0.1.2 Release

Bug fixes and improvements

🐛 Bug Fixes

  • CI fixes: Fixed issues in CI to stabilize builds and tests
v0.1.1

Glean v0.1.1 Release

Boot issue fix

🐛 Bug Fixes & Improvements

  • Fixed boot/startup issues to improve stability