Skip to content

Release Notes v2.0.1

Compare
Choose a tag to compare
@LintaoAmons LintaoAmons released this 15 Dec 02:41
· 31 commits to main since this release

Release Notes v2.0.1

πŸ”¨ Improvements

  • Enhanced Active List Management: Improved handling of active bookmark lists with new ensure_and_get_active_list function

    • Better fallback behavior when active list is not found
    • Automatic cleanup of stale active list references
    • More robust error handling
  • List Creation Changes:

    • Removed automatic bookmark creation when creating new lists
    • Lists are now created empty by default

πŸ› Bug Fixes

  • Fixed potential errors when accessing non-existent active lists
  • Improved stability when switching between bookmark lists
  • Better handling of edge cases in list management

πŸ’‘ Technical Details

  • Renamed get_active_list to ensure_and_get_active_list for better clarity
  • Added automatic fallback to root list when active list is invalid
  • Updated all internal calls to use the new active list handling

πŸ“ Note

If you're upgrading from a previous version, no database migration is needed. The changes are backwards compatible.