Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
changelog [2018/04/28 16:48] – [Changes in 5.0.46 (Not yet released)] dstillmanchangelog [2020/07/22 19:08] – [Changes in 5.0.89 (July 22, 2020)] dstillman
Line 3: Line 3:
 Changes in released versions of Zotero 5.0 are documented on this page. To follow development, see the [[https://github.com/zotero/zotero/commits/|commit log on GitHub]]. More recent changes may be available in a [[dev_builds|beta build]]. Changes in released versions of Zotero 5.0 are documented on this page. To follow development, see the [[https://github.com/zotero/zotero/commits/|commit log on GitHub]]. More recent changes may be available in a [[dev_builds|beta build]].
  
-===== Changes in 5.0.46 (Not yet released) =====+ 
 +===== Changes in 5.0.89 (July 22, 2020) ===== 
 + 
 +  * Restored detection of some instances of database corruption at Zotero startup (since 5.0.88) 
 +  * Ignore leading commas in citation dialog search 
 +  * Fixed error trying to update bibliography in word processor document when no citations are present 
 +  * Fixed error updating Word document when using AutoMark and index entries are created within Zotero citations 
 +  * Miscellaneous bibliographic output and word processor integration fixes 
 +    * Updated citeproc-js to version 1.4.11 
 +  * Fixed detection of retractions for items with DOI in Extra field 
 +  * Fixed unnecessary style updating at startup in timezones > UTC 
 + 
 + 
 +===== Changes in 5.0.88 (June 15, 2020) ===== 
 + 
 +==== Functionality added or changed ==== 
 + 
 +  * **Automatically disable Track Changes before updating citations in Word** 
 +  * Improved detection of corrupted database, with recovery instructions 
 +  * Show warning when data directory is set to iCloud Drive, pCloud, or Box 
 +  * HTTP proxy password saving 
 +    * The proxy authentication dialog now includes a checkbox to remember the username and password 
 +    * Set ''signon.autologin.proxy'' to true in the Config Editor to automatically use the saved password without prompting 
 +  * Added "(APA)" and "(ASA)" to style list in Document Preferences to help avoid confusion between APA 6th and ASA 6th 
 +  * Automatically hide field codes in Word if displayed when performing operations 
 +  * Fixed document import when transferring a document from another word processor to a non-English version of LibreOffice 
 +  * Clarified warnings about data removal when switching accounts 
 +  * [Mac] Improved PDF-opening links in notes (''%%zotero://open-pdf%%''
 +    * Support Adobe Acrobat, including page selection 
 +    * Use configured .app even when multiple versions on the system 
 +  * Strip HTML tags from titles when generating filenames 
 +  * Miscellaneous bibliographic output and word processor integration fixes 
 +    * Updated citeproc-js to version 1.3.22 
 + 
 +==== Bugs fixed ==== 
 + 
 +  * Fixed "Cannot edit item in read-only library" error when applying remote deletion of item in collection in read-only library 
 +  * Fixed cross-library collection dragging from read-only library 
 +  * Preserve cross-library and merged-item links when merging items (since 5.0.86) 
 +  * Fixed a situation where bad data on the WebDAV server (possibly caused by a third-party client) could result in an endless syncing loop 
 +  * Fixed a couple date-parsing bugs 
 +    * Don't parse "01/01/08" as the year 8 (since 5.0.81) 
 +    * Show "m" instead of "m y" for just a number <=12 
 + 
 +==== Developer-specific changes/fixes ==== 
 + 
 +  * Close window on Cmd/Ctrl-W in Translator Editor, Style Editor, and Run JavaScript windows 
 +  * Fixed handling of ''defer: true'' when running tests in Translator Editor 
 +  * Reduced defer delay from 20 seconds to 5 in Translator Editor 
 + 
 +===== Changes in 5.0.87 (May 12, 2020) ===== 
 + 
 +  * Fixed "Creator names cannot be empty" upgrade error for certain values in item Extra fields (e.g., ''{:author: }''
 +  * Fixed oversized collection/search icons when editing a saved search on high-resolution screens 
 +  * In rare cases, if a database query failed, ''params.join is not a function'' could be shown instead of a proper error message 
 + 
 +===== Changes in 5.0.86 (May 9, 2020) ===== 
 + 
 +  * Sped up large imports 
 +  * Restored the ability (from Zotero 4.0) to hold down a modifier key while dragging one or more items to the tag selector to remove tags 
 +    * Cmd-drag on macOS, Shift-drag on Windows/Linux 
 +  * Improved detection of invalid/dangerous data directory configurations 
 +    * Warn when the data directory is in Google Drive or OneDrive (in addition to Dropbox) 
 +    * Don't allow the Linked Attachment Base Directory to be set within the data directory 
 +    * Don't allow the data directory to be set to 'storage' or the Linked Attachment Base Directory 
 +  * Fixed a condition where local item changes wouldn't be uploaded until the next item edit after non-conflicting changes were merged 
 +  * Fixed a crash when opening the tag selector by dragging up if closed at startup 
 +  * Fixed tag selector not showing child item tags in "Title, Creator, Year" mode (since 5.0.83) 
 +  * Fixed a problem where actions depending on styles or translators could fail if an update server was unavailable at startup 
 +  * Fixed Shift-Tab to move to previous field in Title and Extra fields 
 +  * Removed several redundant lines in Extra on RDF import (e.g., "Reporter"
 +  * Fixed a condition where all items list columns could become enabled 
 +  * Fixed item selection from timeline 
 +  * Don't copy cross-library links when duplicating an item 
 +    * Previously, if you duplicated an item, modified it to represent a different source, and     dragged it to another library where you had already copied the original item, the new item wouldn't be transferred. 
 +  * Don't allow Add Item by Identifier to create an item in a feed view 
 +    * Also fixed a sync error that could occur if an item created by identifier in a feed was dragged to a collection 
 +  * [Mac] Fixed 'false' filename after case-only rename 
 +  * Show an error if an attachment file couldn't be manually renamed 
 +  * Fixed "zoteroField[1] is undefined" error generating bibliography if a line in Extra started with a single letter followed by a colon 
 +  * Fixed sync error "Invalid data error for collection [key] in [library]: Unknown collection property 'dateAdded'" 
 +  * Fixed oversized collection/search icons in Advanced Search window on high-resolution screens 
 +  * Disabled click effects on disabled toolbar buttons in read-only views 
 +  * [Linux] Fixed problems with preferences window in tiling window managers 
 +  * Fixed Edit → Preferences not appearing in Breton and Gallego locales 
 + 
 + 
 +===== Changes in 5.0.85 (March 24, 2020) ===== 
 + 
 +  * [Mac] Fixed potential "Word could not communicate with Zotero" error 
 +    * If Zotero was started the first time from a disk image rather than from Applications, the word processor plugins would be installed in a way that would prevent them from working later. 
 +  * Download remotely updated files in "as needed" file sync mode 
 +    * Previously, files updated remotely wouldn't be downloaded in "as needed" mode if a copy of the file already existed locally, and they could only be re-downloaded by deleting the file via Show File. This change causes remotely modified files that exist locally to be downloaded at sync time, even in "as needed" mode. 
 +    * Files modified remotely before this change won't be downloaded at sync time in "as needed" mode, but they'll now be re-downloaded on open. 
 +  * Full-text indexing improvements 
 +    * When using full-text content syncing, "Rebuild Index…" → "Index Unindexed Items" can now be used to force immediate processing of downloaded content 
 +    * Fixed "Unknown" full-text status when an item is reindexed remotely and the content matches the local content 
 +  * Allow saved searches to be edited or deleted even if they can't be loaded 
 +  * Fixed OPML feed import (since 5.0.78) 
 +  * Use Zotero fields (and not just CSL fields) entered in Extra when generating citations 
 +  * When checking database integrity, detect and fix a condition that can cause some collections not to be displayed 
 +  * Fixed a potential hang when showing the collections containing an item 
 +  * Don't open a second copy of Zotero if the Zotero beta is running and a word processor plugin button is clicked while a plugin dialog is open 
 +  * Fixed the "Create Bibliography from Items" locale being used for Quick Copy if the Quick Copy locale was never changed from the default 
 +  * Parse a tab-delimited creator when only a single line is pasted 
 + 
 +===== Changes in 5.0.84 (February 27, 2020) ===== 
 + 
 +  * Fixed sorting by Creator column for items with no authors and multiple editors (since 5.0.83) 
 + 
 +===== Changes in 5.0.83 (February 24, 2020) ===== 
 + 
 +  * When saving, save fields not valid for the item type to Extra 
 +  * Fixed sorting by editor in Creator column in new installations (since 5.0.78) 
 +  * [Mac] Fixed some cases of word processor integration not loading at startup, resulting in "Word could not communicate with Zotero" errors 
 +  * Fixed locator strings (e.g., "p123") not working when editing a citation 
 +  * Improved PDF retrieval for publishers that use cookies for IP-based authentication (e.g., Nature) 
 +  * [Windows] Fixed missing bottom border of toolbar (since 5.0.78) 
 +  * [Windows] Fixed %%zotero://open-pdf%% links when no handler is set in registry 
 +  * Fixed drop-downs in timeline (since 5.0.78) 
 +  * Fixed cases of "Too many sync requests" sync error 
 +  * Sped up "Title, Creator, Year" search performance 
 +  * Fixed some drag and drop issues in the citation dialog 
 +  * Fixed crash when loading a saved search with certain invalid search conditions 
 +  * Added "English (Canada)" to Language menu with support for ISO dates (YYYY-MM-DD) 
 +  * Fixed crash loading empty My Publications in Norwegian Bokmål locale 
 + 
 +===== Changes in 5.0.82 (January 21, 2020) ===== 
 + 
 +  * Page number entry improvements in citation dialog 
 +    * It's now possible to type page numbers with or without "p" before or after making a selection. 
 +    * For the first citation, you can search by number alone. After making a selection, if you want to search for an additional citation by number, press the spacebar first, which will lock the previously entered selection and prevent a number alone from turning into a page number. Clicking on a bubble and entering a page number in the popup also locks the citation. 
 +    * If you add an additional citation in the same dialog and it's sorted earlier in the list, typing a page number will now properly apply to that citation rather than to the right-most citation. 
 +    * You can move between citations with the left/right arrow keys and use "p123" (the "p" is required in this case) to add or overwrite the locator for the citation to the left of the cursor. 
 +  * Fixed cursor positioning around citation bubbles (since 5.0.78) 
 +  * Added Norwegian Bokmål locale 
 + 
 + 
 +===== Changes in 5.0.81 (January 7, 2020) ===== 
 + 
 +  * Fixed display of editors in Creator column in new databases (since 5.0.78) 
 +  * Fixed autocomplete in Advanced Search window (since 5.0.78) 
 +  * Fixed repeating of autocompleted tags (since 5.0.78) 
 +  * Increased autocomplete results to 50 entries (up from 25 in 5.0.80) 
 +  * Citation dialog fixes 
 +    * Added ability to search by number 
 +    * Fixed UI issues with bubbles (since 5.0.78) 
 +    * Fixed page number entry in main text field after making selection (since 5.0.78) 
 +    * Allow "p123" in addition to ":123" and "p.123" when specifying page number 
 +  * Adjusted URL launching behavior 
 +    * Removed URL scheme whitelist for linked-URL attachments 
 +    * Some URLs were loading via the internal viewer rather than being blocked or launched externally 
 +    * Only show cursor feedback on URL label if URL can be opened 
 +  * Don't send cookies with WebDAV requests to avoid 503 error from Nextcloud servers (since 5.0.78) 
 +  * Restored 'yesterday'/'today'/'tomorrow' parsing for Accessed field and dates in search conditions (since 5.0.78) 
 +  * Fixed CSL 0.8 style import (since 5.0.78) 
 +  * Fixed parsing of pre-1000 years 
 +    * If a leading zero (e.g., '068'), parse as actual year instead of 19xx/20xx 
 +  * Fixed text links in About pane and preferences (since 5.0.78) 
 +  * Fixed hiding of password in WebDAV error messages and debug output (since 5.0.78) 
 +  * Fixed invalid RTF wrapper output when generating a bibliography using the BibTeX CSL style 
 +  * Fixed the "Report Errors…" button in some error dialogs 
 + 
 +===== Changes in 5.0.80 (December 3, 2019) ===== 
 + 
 +  * Fixed "Invalid field" startup error after upgrading directly from Zotero 4 (2017 or earlier) to Zotero 5.0.78-79 
 +  * Fixed performance problems with autocomplete in item tags box in large libraries (since 5.0.78) 
 +  * Restored checkmarks in Sync → "Choose Libraries…" window on Windows/Linux (since 5.0.78) and made checked/unchecked state clearer on all platforms 
 +===== Changes in 5.0.79 (December 2, 2019) ===== 
 + 
 +  * Fixed database upgrade error for some databases (since 5.0.78) 
 + 
 +===== Changes in 5.0.78 (December 1, 2019) ===== 
 + 
 +**Note:** Zotero 5.0.78 includes many internal changes, and some plugins have not yet been updated for compatibility. The most common plugins (ZotFile, Better BibTeX, Zutilo) have been updated. 
 + 
 +=== Functionality added or changed === 
 + 
 +  * Moved "Manage Attachments" menu from File menu to Tools menu 
 +  * Added ''extensions.zotero.reopenPanesOnRestart'' hidden pref to disable automatic reopening of collection and item panes 
 +  * [[kb:cert_override|Certificate override files]] can now be generated with current versions of Firefox (cert8.db → cert9.db) 
 + 
 +=== Bugs fixed === 
 + 
 +  * Fixed automatic locale detection on macOS 
 +  * Fixed "spec is undefined" message after WebDAV verification failure 
 +  * Fixed potential out-of-memory error during syncing 
 + 
 +===== Changes in 5.0.77 (October 31, 2019) ===== 
 + 
 +=== Functionality added or changed === 
 + 
 +  * Pressing 0 on the keyboard now clears all colored tags from selected items 
 +  * More helpful file-not-found dialog 
 +  * Restored reopening of closed collection and item panes on startup (removed in 5.0.75) 
 +  * [Mac] Improved readability of text on Retina displays in macOS Catalina 
 +  * Allow "Type:" in addition to "type:" for CSL type override in Extra field 
 + 
 +=== Bugs fixed === 
 + 
 +  * Fixed Collection Pane and Item Pane toggles in View → Layout 
 +  * Fixed number key assignment of colored tags without any items 
 +  * Fixed "err is undefined" error message for a rare WebDAV server error 
 + 
 + 
 +===== Changes in 5.0.76 (October 14, 2019) ===== 
 + 
 +  * Fixed timeout errors during syncing (since 5.0.75) 
 +  * Fixed "c1 is undefined" sync error 
 + 
 +===== Changes in 5.0.75 (October 8, 2019) ===== 
 + 
 +=== Functionality added or changed === 
 + 
 +  * Added View menu 
 +    * Includes user interface options previously in preferences, toggles for various panes, and a new "Display Items from Subcollections" option (previously available via the ''recursiveCollections'' hidden pref) 
 +  * Added "Convert Linked Files to Stored Files…" menu option 
 +    * Available via File → Manage Attachments 
 +  * [Mac] Improved readability of small text on non-Retina displays in macOS Catalina 
 + 
 +=== Bugs fixed === 
 + 
 +  * Fixed broken tag selector when colored tags contain leading/trailing whitespace 
 +  * Fixed tag selection in read-only libraries 
 +  * Fixed potential "getNote() can only be called on notes and attachments" error during conflict resolution 
 +  * Fixed potential "attachmentSyncedModificationTime must be a number" sync error 
 + 
 + 
 +===== Changes in 5.0.74 (August 21, 2019) ===== 
 + 
 +  * Fixed access date being parsed as previous year in some time zones on Windows 10 version 1903 
 +  * When transferring a document between word processors, modified citations were left as code 
 +    * For now, modified citations will be silently reset on transfer. We hope to preserve modified citations in a future version. 
 +  * Fixed potential file sync error when using eCryptfs on Linux 
 +  * Translator Editor improvements 
 +    * Update UI based on Zotero UI font size pref 
 +    * Load translator on double-click in translator list 
 +    * Support Cmd/Ctrl-= for zooming in code editor in addition to Cmd/Ctrl-+ 
 + 
 +===== Changes in 5.0.73 (August 5, 2019) ===== 
 + 
 +=== Functionality added or changed === 
 + 
 +  * Added "begins with" operator to field search conditions 
 +  * Added Developer menu to Tools menu 
 +    * Includes an error console, [[https://www.zotero.org/support/dev/client_coding/javascript_api|Run JavaScript]] window, [[dev:citation_styles/reference_test_pane|style editor]] (previously available via the Cite preferences), and a [[dev:translators/scaffold|translator editor]] (now bundled for easier translator development) 
 + 
 +=== Bugs fixed === 
 + 
 +  * Fixed corrupted em dashes in titles with subtitles in APA style 
 +  * Revert incorrect subtitle capitalization for American Medical Association style (since 5.0.70) 
 +  * Fixed incorrect top padding in tag selector if first tag was truncated 
 +  * Fixed item tree crash when pressing Cmd + Left-Arrow with all parent items and a child item selected in a view 
 +  * Fixed %%zotero://select%% search selection 
 +  * Fixed server error for local HTTP requests if User-Agent wasn't set (e.g., from Pandoc) 
 + 
 +===== Changes in 5.0.72 (July 23, 2019) ===== 
 + 
 +=== Functionality added or changed === 
 + 
 +  * **Move documents with Zotero citations between Google Docs, Word, and LibreOffice** ([[https://www.zotero.org/blog/move-zotero-citations-between-google-docs-word-and-libreoffice/|blog post]]) 
 +  * When transforming case of Title field, transform case of Short Title field as well 
 +  * Removed intermediate "Transform Text" submenu in Title context menu; sentence/title case options now appear directly in the context menu 
 +  * Updated citeproc-js to version 1.2.18 
 + 
 +=== Bugs fixed === 
 + 
 +  * Fixed potential startup error 
 +  * Fixed inability to remove uncited bibliography entries 
 +  * Don't use casing from Short Title field for portion of title before colon in APA style (since 5.0.67) 
 + 
 +===== Changes in 5.0.71 (July 17, 2019) ===== 
 + 
 +  * Fixed possible error generating bibliographies in LibreOffice ("3 is read-only"
 +  * Miscellaneous bibliographic output and word processor integration fixes 
 +    * Updated citeproc-js to version 1.2.17 
 +  * [Security] Additional protections to prevent visited webpages from triggering actions in Zotero plugins 
 + 
 +===== Changes in 5.0.70 (July 12, 2019) ===== 
 + 
 +=== Functionality added or changed === 
 + 
 +  * Added ability to hide retraction warnings for items that have been retracted and replaced by the publisher 
 +    * Some publishers incorrectly reuse the original DOI/PID when replacing an item, so Zotero can't reliably detect whether a replaced item represents the final version 
 +  * When citing a retracted item, selecting "Don’t warn me about this item again" will now hide all future warnings in any document instead of just the current document 
 +  * Apply subtitle capitalization to American Medical Association and Academy of Management styles 
 +  * Miscellaneous bibliographic output and word processor integration fixes 
 +    * Updated citeproc-js to version 1.2.13 
 + 
 +=== Bugs fixed === 
 + 
 +  * [Security] Fixed an issue in which a visited webpage could add an item to Zotero without confirmation 
 +  * Fixed missing hanging indent in HTML output (since 5.0.57) 
 +  * Fixed incorrect prompt to add URL prefix when adding links in notes (since 5.0.67) 
 +  * Fixed error when using a custom citation style with an id ending in a slash 
 +  * Fixed footnotes styles in RTF Scan 
 +  * Fixed updating of the styles page in the RTF Scan dialog 
 + 
 +===== Changes in 5.0.69 (June 25, 2019) ===== 
 + 
 +  * Word processor integration fixes for Word for Mac and LibreOffice 
 +  * After quota error, stop trying to upload files until next manual sync or restart 
 +  * Fixed a couple issues related to related item detection 
 + 
 +===== Changes in 5.0.68 (June 20, 2019) ===== 
 + 
 +  * Various fixes for retracted item detection 
 +  * Fixed updating of Next button in RTF Scan window 
 + 
 +===== Changes in 5.0.67.3 (June 15, 2019) ===== 
 + 
 +  * Fixed errors citing in Word 2011 (since 5.0.67) 
 + 
 +===== Changes in 5.0.67 (June 14, 2019) ===== 
 + 
 +=== Functionality added or changed === 
 + 
 +  * ** Retracted item notifications with Retraction Watch integration ** 
 +  * Additional performance improvements in large documents when "Automatically update citations" is disabled 
 +  * Automatically capitalize subtitle for APA styles 
 +  * Tag selector: Show truncated tags in tooltip on hover 
 +  * Miscellaneous bibliographic output and word processor integration fixes 
 +    * Updated citeproc-js to version 1.2.2 
 +  * Reopen collapsed collections pane on restart 
 +  * Don't encode most characters in DOIs when opening/copying as link 
 +  * Added British English and Breton locales 
 +  * ''%%zotero://select%%'' improvements ([[https://github.com/zotero/zotero/commit/ebda79a95852a4714a85a0be5f07d27d457652a2|details]]) 
 + 
 +=== Bugs fixed === 
 + 
 +  * Fixed potential "Cannot edit item in read-only library" error during sync 
 +  * Fixed newlines being lost when copying from notes 
 +  * Fixed gray tag selector background color on Linux/Windows 
 +  * Don't convert automatic tags to manual when merging items 
 +  * Fixed display of some word processor integration errors 
 +  * Revert to single-line mode after closing Add Item by Identifier panel 
 +  * Fixed a bug that could cause some local changes not to be uploaded immediately after automatic conflict resolution 
 +  * Fixed error copying attachment with invalid path to another library 
 +  * Fixed display of File Not Found dialog trying to open an attachment without a valid path 
 +  * Fixed erroneous sync conflict if creators are changed in the same way 
 +  * Fixed "too many SQL variables" error deleting collection with >1,000 items 
 +  * Don't prompt to add ''%%http://%%'' prefix to anchor links in notes 
 +  * Run JavaScript window: Fixed stuck result pane after error 
 + 
 + 
 +===== Changes in 5.0.66 (April 11, 2019) ===== 
 + 
 +=== Functionality added or changed === 
 + 
 +  * Improved tag selector performance in libraries with many tags 
 +  * Keep earliest Date Added when merging items 
 +  * Link to troubleshooting instructions if unable to update a word processor document 
 +  * Miscellaneous bibliographic output and word processor integration fixes 
 +    * Updated citeproc-js to version 1.1.236 
 + 
 +=== Bugs fixed === 
 + 
 +  * Fixed error updating word processor documents in some situations 
 +  * Fixed various minor UI issues in tag selector 
 +  * Export CSL JSON with title-short instead of shortTitle 
 + 
 +===== Changes in 5.0.65 (March 27, 2019) ===== 
 + 
 +  * When metadata was successfully retrieved for a linked PDF, the file was renamed regardless of the "Rename linked files" preference introduced in 5.0.61 
 +  * Fixed UI breakage after performing certain actions if the tag selector was closed at startup (since 5.0.64) 
 +  * Fixed UI breakage when typing certain characters in the tag selector search bar (since 5.0.61) 
 +  * In some time zones, date-only access dates could be off by one day in bibliographies (since 5.0.61) 
 +  * Improved citing of podcast items 
 + 
 +===== Changes in 5.0.64 (March 18, 2019) ===== 
 + 
 +  * Fixed performance issues in libraries with many tags (since 5.0.61) 
 +  * Fixed error switching creator modes while a creator field was open 
 +  * Fixed creator being overwritten when using Move to Top/Move Up/Move Down while a creator field was open 
 + 
 +===== Changes in 5.0.63 (March 15, 2019) ===== 
 + 
 +  * Fixed performance issues in libraries with many tags (since 5.0.61) 
 + 
 +===== Changes in 5.0.62 (March 12, 2019) ===== 
 + 
 +  * Fixed high CPU usage during file syncing when in a view with many tags (since 5.0.61) 
 + 
 +===== Changes in 5.0.61 (March 9, 2019) ===== 
 + 
 +=== Functionality added or changed === 
 + 
 +  * Added import option to choose between storing and linking files 
 +  * Added "Rename linked files" preference for file auto-renaming 
 +  * Added "Run JavaScript" window 
 +    * Advanced option for running [[:dev/client_coding/javascript_api|arbitrary JavaScript]], for batch editing or other purposes 
 +    * Hidden by default; to enable, go to the Config Editor in the Advanced pane of the preferences and set ''devtools.chrome.enabled'' to true, and then restart Zotero. A "Run JavaScript" option will appear in the Tools menu. 
 +  * Added PDF icon for linked-file PDFs 
 +  * Single-word "Attachment Content" searches are now much faster 
 +  * Added "Move to Top" option in creator type menu 
 +  * Miscellaneous bibliographic output and word processor integration fixes 
 +    * Updated citeproc-js to version 1.1.215 
 +  * Disallow starting from Mac disk image 
 +  * Allow selecting multiple items with ''%%zotero://select%%'' links 
 + 
 +=== Bugs fixed === 
 + 
 +  * Don't try to load linked URLs during import (since 5.0.60) 
 +  * Fixed incorrect search results for ''ANY'' search with multiple "Attachment Content" conditions and no other conditions 
 +  * Fixed export failure due to invalid attachment paths 
 +  * Fixed potential sync error resulting in foreign key constraint error 
 +  * Use correct time-zone offset for access dates in bibliographies 
 + 
 + 
 +===== Changes in 5.0.60 (January 10, 2019) ===== 
 + 
 +  * Fixed automatic installation of Word plugin on some Windows systems 
 +  * Fixed web link attachments not being saved to groups that don't allow files 
 +  * Fixed moving item via the connector save popup from a library that doesn't allow files to one that does 
 +  * Fixed adding new advanced search row with a field from the "More…" submenu selected (since 5.0.59) 
 +  * Print note highlight colors in reports 
 +  * Don't accept keyboard input between clicking "New Collection…" and showing collection name prompt 
 + 
 + 
 +===== Changes in 5.0.59 (December 18, 2018) ===== 
 + 
 +=== Functionality added or changed === 
 + 
 +  * Support duplicating saved searches 
 +  * Automatically remove “: a novel” from imported book titles 
 +  * Default to previous condition when creating a new advanced search row 
 +  * Improved downloading of PDFs from some sites for Find Available PDF 
 + 
 +=== Bugs fixed === 
 + 
 +  * Fixed potential crash when making certain changes in notes 
 +  * Fixed autocomplete for tags beginning with _ or % 
 +  * Mac Word permissions instructions incorrectly referred to Terminal instead of Zotero 
 +  * Non-translator webpage snapshots didn't reflect current state (e.g., login state) of page 
 +  * Fixed error if an advanced search points to a nonexistent collection with "Search subcollections" enabled 
 +  * Don't return results if an advanced search points to a nonexistent parent search 
 + 
 + 
 +===== Changes in 5.0.58 (November 12, 2018) ===== 
 + 
 +  * Fixed some installed citation styles not appearing in document preferences window on some displays 
 +  * Show message on Mac Word 2011/Mojave permissions failure recommending upgrading to latest Word 2011 version 
 +  * Restore compatibility with old CSL 0.8 styles 
 + 
 +===== Changes in 5.0.57 (October 24, 2018) ===== 
 + 
 +  * Show better messages for Word permissions errors in maOS Mojave 
 +  * Don't add four spaces when pressing Tab to indent list in note 
 +  * Add %%zotero://select%% support for collections 
 +  * Fixed error when adding empty tag via Connector save popup 
 +  * Show "Find Available PDFs" even if notes or attachments are included in selection 
 +  * Fixed 'req is undefined' error after consecutive S3 failures 
 +  * Fixed note being read-only after viewing note in trash 
 +  * Fixed popup when no items are eligible for "Find Available PDFs" 
 +  * Fixed imports with missing attachments not closing the progress window 
 + 
 +===== Changes in 5.0.56 (October 9, 2018) ===== 
 + 
 +  * ** [[/blog/improved-pdf-retrieval-with-unpaywall-integration/|Improved PDF retrieval with Unpaywall integration]] ** 
 +  * Don't show progress window when retrieving metadata for a single PDF 
 +  * Fixed blank snapshots when saving from Twitter 
 +  * Fixed hang in open/save dialogs on macOS Mojave 
 +  * Show warning if Zotero is started from a Mac disk image 
 +    * Doing so can cause the Word for Mac extension not to load 
 +  * Trigger downloading and opening of linked files evicted from iCloud Drive 
 +  * Added support for %%marginnoteapp://%% links 
 +  * Don't include "Zotero" in User-Agent sent to non-Zotero sites 
 +  * Ensure that the document preferences window is smaller than the screen height 
 +  * Show an error message if translators or styles fail to load 
 +  * Don't show "You must insert a citation to perform this operation." window when inserting a citation into a document with citations copied from another document 
 +  * Fixed potential import error from Mendeley 
 +  * Reduced memory usage when copying large numbers of items across libraries 
 +  * Reduced memory usage when clearing full-text index 
 +  * Vacuum database automatically after clearing full-text index 
 + 
 +===== Changes in 5.0.55.1 (September 26, 2018) ===== 
 + 
 +//Zotero for Mac only// 
 + 
 +  * **macOS 10.14 Mojave compatibility** 
 + 
 + 
 +===== Changes in 5.0.55 (August 15, 2018) ===== 
 + 
 +  * Show clearer error messages for connection and security certificate errors 
 +  * Fixed error backing up database 
 +  * Fixed error using a word processor document with a missing citation style 
 +  * Fixed a bug that could cause group permissions not to sync 
 +  * Fixed possible restart error with invalid Quick Copy setting 
 +  * Fixed two journal abbreviations 
 +  * Fixed large icon in Edit Bibliography dialog on high-res displays 
 +  * Don't percent-encode periods in usernames in WebDAV requests 
 + 
 +===== Changes in 5.0.54 (July 23, 2018) ===== 
 + 
 +  * Fixed a bug that caused local group files to not be deleted when leaving or deleting a group 
 +    * Orphaned group files will be automatically deleted in an upcoming version 
 +  * Miscellaneous bibliographic output and word processor integration fixes 
 +    * Reduced memory consumption when updating documents with large bibliographies 
 +    * Updated citeproc-js to version 1.1.210 
 +  * Item field changes weren't saved when clicking directly from an open field to the creator delete button or the creator type menu 
 + 
 +===== Changes in 5.0.53 (July 7, 2018) ===== 
 + 
 +  * Fixed modified citations in word processor documents being updated even after user asked for them not to be 
 +  * Mendeley import fixes 
 +    * Certain top-level folders could be skipped 
 +    * Fixed error when importing items containing empty tags 
 +    * Detect Mendeley data directory using older location 
 +  * Fixed error with nested saved searches containing Attachment Content conditions 
 +  * Import base-directory-relative linked files via Zotero RDF 
 +    * Relative paths are included in export when "Export files" is unchecked 
 +  * Added support for %%bear://%% protocol for link attachments 
 + 
 +===== Changes in 5.0.52 (June 20, 2018) ===== 
 + 
 +  * Fixed hang during import if an attached file is invalid 
 +  * Speed up indexing of attached HTML files during import 
 +  * Fixed display of corrupted-database error message 
 + 
 +===== Changes in 5.0.51 (June 16, 2018) ===== 
 + 
 +  * Fixed a bug that could result in duplicated files when importing Mendeley libraries 
 +    * Previously imported files will be cleaned up automatically 
 +    * The duplicated files were not synced if using file syncing 
 + 
 + 
 +===== Changes in 5.0.50 (June 14, 2018) ===== 
 + 
 +  * Reduced memory usage when importing large Mendeley libraries 
 +  * Fixed an issue that could cause excessive sync attempts after another error occurred 
 + 
 +===== Changes in 5.0.49 (June 12, 2018) ===== 
 + 
 +  * ** [[kb:Mendeley import]] ** 
 +  * Added "Place imported collections and items into new collection" import option 
 +    * When selected, imported collections are added to the library root 
 +  * Adjusted note header sizing/styling 
 + 
 +===== Changes in 5.0.48 (June 5, 2018) ===== 
 + 
 +  * Added %%zotero://open-pdf handler to open PDF%% at a given page ([[https://github.com/zotero/zotero/commit/609657a8e435db9c4d3fcaf96502ac2835e08324|details]]) 
 +  * Fixed tag saving for intercepted RIS/BibTeX files from connector 
 +  * Stricter extraction of PMIDs in Add Item by Identifier 
 +  * Word processor plugin fixes 
 +    * Fixed handling of corrupted bibliographies 
 +    * Fixed display of some error messages 
 +    * Fixed an error running Refresh after reinstalling a style 
 +  * Miscellaneous bibliographic output and word processor integration fixes 
 +    * Updated citeproc-js to version 1.1.206 
 + 
 +===== Changes in 5.0.47 (May 2, 2018) ===== 
 + 
 +  * Fixed "A maximum of 16 undo records can be active simultaneously" error in word processor plugin 
 + 
 +===== Changes in 5.0.46 (April 30, 2018) =====
  
   * **Google Docs integration support** ([[https://forums.zotero.org/discussion/71599/available-for-beta-testing-google-docs-integration/p1|experimental]]; requires beta Zotero Connector)   * **Google Docs integration support** ([[https://forums.zotero.org/discussion/71599/available-for-beta-testing-google-docs-integration/p1|experimental]]; requires beta Zotero Connector)
   * **arXiv ID support in Add Item by Identifier**   * **arXiv ID support in Add Item by Identifier**
   * Better metadata recognition for arXiv PDFs   * Better metadata recognition for arXiv PDFs
-  * Fixed syncing of saved search changes 
   * Automatically switch to My Library when attempting to save to a read-only library from the connector   * Automatically switch to My Library when attempting to save to a read-only library from the connector
 +  * Fixed syncing of changes to existing saved searches
   * A search for "1" would incorrectly match all notes   * A search for "1" would incorrectly match all notes
   * Improved saving of webpage snapshots from sites with strict browser sniffing   * Improved saving of webpage snapshots from sites with strict browser sniffing
Line 38: Line 593:
 ===== Changes in 5.0.43 (April 3, 2018) ===== ===== Changes in 5.0.43 (April 3, 2018) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * **Support for choosing the save destination from the Zotero Connector** (requires the Zotero Connector beta; [[https://forums.zotero.org/discussion/71243/available-for-beta-testing-zotero-connector-target-selector|details]])   * **Support for choosing the save destination from the Zotero Connector** (requires the Zotero Connector beta; [[https://forums.zotero.org/discussion/71243/available-for-beta-testing-zotero-connector-target-selector|details]])
Line 101: Line 656:
 ===== Changes in 5.0.36 (March 9, 2018) ===== ===== Changes in 5.0.36 (March 9, 2018) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
 See the [[/blog/zotero-5-0-36/|5.0.36 blog post]] for more details. See the [[/blog/zotero-5-0-36/|5.0.36 blog post]] for more details.
Line 145: Line 700:
 ===== Changes in 5.0.35 (February 11, 2018) ===== ===== Changes in 5.0.35 (February 11, 2018) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * Added workaround for broken WebDAV sync with Box caused by invalid HTTP responses from Box servers ([[https://forums.zotero.org/discussion/comment/301014/#Comment_301014|more info]])   * Added workaround for broken WebDAV sync with Box caused by invalid HTTP responses from Box servers ([[https://forums.zotero.org/discussion/comment/301014/#Comment_301014|more info]])
Line 207: Line 762:
 ===== Changes in 5.0.34 (January 11, 2018) ===== ===== Changes in 5.0.34 (January 11, 2018) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * The Word for Windows plugin is now digitally signed   * The Word for Windows plugin is now digitally signed
Line 296: Line 851:
 ===== Changes in 5.0.25 (November 12, 2017) ===== ===== Changes in 5.0.25 (November 12, 2017) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * Add one-second delay before marking feed items as read   * Add one-second delay before marking feed items as read
Line 314: Line 869:
 ===== Changes in 5.0.24 (October 30, 2017) ===== ===== Changes in 5.0.24 (October 30, 2017) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * Updated toolbar buttons on macOS   * Updated toolbar buttons on macOS
Line 416: Line 971:
 ===== Changes in 5.0.12 (August 17, 2017) ===== ===== Changes in 5.0.12 (August 17, 2017) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * Restored Cut/Copy/Paste in note context menu   * Restored Cut/Copy/Paste in note context menu
Line 430: Line 985:
 ===== Changes in 5.0.11 (August 13, 2017) ===== ===== Changes in 5.0.11 (August 13, 2017) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * Download missing attachments as needed even in "at sync time" file sync mode   * Download missing attachments as needed even in "at sync time" file sync mode
Line 448: Line 1003:
 ===== Changes in 5.0.9 (August 10, 2017) ===== ===== Changes in 5.0.9 (August 10, 2017) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * When upgrading to 5.0 and a previous data directory is found for both Zotero Standalone and Zotero for Firefox, use the most recently opened directory   * When upgrading to 5.0 and a previous data directory is found for both Zotero Standalone and Zotero for Firefox, use the most recently opened directory
Line 462: Line 1017:
 ===== Changes in 5.0.8 (August 5, 2017) ===== ===== Changes in 5.0.8 (August 5, 2017) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * Debug Output Logging improvements   * Debug Output Logging improvements
Line 497: Line 1052:
 ===== Changes in 5.0.7 (July 24, 2017) ===== ===== Changes in 5.0.7 (July 24, 2017) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * ** User interface language switcher **   * ** User interface language switcher **
Line 529: Line 1084:
 ===== Changes in 5.0.5 (July 20, 2017) ===== ===== Changes in 5.0.5 (July 20, 2017) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * **Site-specific Quick Copy settings**   * **Site-specific Quick Copy settings**
Line 582: Line 1137:
 ===== Changes in 5.0 (July 10, 2017) ===== ===== Changes in 5.0 (July 10, 2017) =====
  
-=== Functionality changed or added ===+=== Functionality added or changed ===
  
   * ** A Unified Zotero Experience **   * ** A Unified Zotero Experience **
changelog.txt · Last modified: 2024/03/19 05:30 by dstillman