Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
* Added support for collections in the trash. Deleting a collection will
  now move it to the trash, where it can be restored or permanently
  deleted.
* Display an alert when the web library has not completed a pending
  operation, and the user attempts to close the tab.
* Improved automatic sync of remote changes.
* Added an option to override UI density (touch or desktop) in the
  settings. This overrides automatic detection based on the pointer
  type.
* Fixed note title in the items table appearing differently than in
  Zotero.
* Fixed old "Date Modified" displayed in the info pane after some
  update operations.
* Fixed remote annotation deletions not automatically syncing.
* Fixed item not always being scrolled into view (e.g., when navigating
  to a specific item in the web library via URL).
* Fixed tag colors in the items table shown in the inverted order.
* Fixed extra space before the item type in the info pane.
* Fixed "Assign color" being enabled (but not working) when at the
  maximum number of tag colors.
* Fixed several issues with focus management and unnecessary tab stops.
* Fixed incorrect background for the spinner in dark mode when updating
  an item.
* Other minor fixes and improvements.
  • Loading branch information
tnajdek committed Sep 30, 2024
1 parent 9b5b35d commit bd9aadb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zotero-web-library",
"version": "1.5.1",
"version": "1.5.2",
"description": "Web library from zotero.org",
"main": "src/js/zotero-web-library.js",
"files": [
Expand Down

0 comments on commit bd9aadb

Please sign in to comment.