Release Notes v2.0.1
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
toensure_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.