Releases: danny0838/firefox-scrapbook
Releases · danny0838/firefox-scrapbook
ScrapBook X 1.14.7
Scrapbook X 1.14.7
==================
Changes since v1.14.6
---------------------
* <track> elements in a <audio> or <video> element are now downloaded.
* Fixed bad homepage URL in add-on information.
Also includes some localization improvements.
ScrapBook X 1.14.6
Scrapbook X 1.14.6
==================
Changes since v1.14.5
---------------------
* Revise homepage and update URL.
ScrapBook X 1.14.5
Scrapbook X 1.14.5
==================
Changes since v1.14.4
---------------------
* Fixed and reworked search query processing:
* Fixed an issue that escaping a double quote by doubling it in a
quoted search term of a search command does not work.
* Fixed an issue that a non-quoted term is not separated at a
space-like char (e.g. tab).
* The term of command "type:" is now used as the key for full text
matching if and only if RegExp mode is off.
* The term of command "mc:" or "re:" is now ignored.
* Decreased the indentation of the index page generated by "Output
HTML tree".
Also includes some localization improvements.
ScrapBook X 1.14.4
Scrapbook X 1.14.4
==================
Changes since v1.14.3
---------------------
* Fixed an issue that the exported item folder be named after its ID
instead of its title.
ScrapBook X 1.14.3
Scrapbook X 1.14.3
==================
Changes since v1.14.2
---------------------
* Fixed an issue of bad indent for items with missing favicon.
ScrapBook X 1.14.2
Scrapbook X 1.14.2
==================
Changes since v1.14.1
---------------------
* Added Pale Moon support to the installer.
Also includes minor documentation revises.
ScrapBook X 1.14.1
Scrapbook X 1.14.1
==================
Changes since v1.14.0
---------------------
* Added support to "poster" attribute of <video> elements.
* Remove "crossorigin" attribute to avoid loading failure of
the downloaded resource on some browsers (e.g. Chrome).
* Fixed an issue that <script> elements are escaped from some
processes.
Scrapbook X 1.14.0
Scrapbook X 1.14.0
==================
This is the first release of 1.14 series and is identical to
v1.14.0rc11 except for version number and documentation.
Compatibility notes (with 1.13.*)
---------------------------------
* User preference schema was slightly changed.
The behavior of value 0 of "fulltext.sitePagesLimit" user preference
is different between 1.13 and 1.14 series.
* Added support for export time recording.
The export time of an exported item recorded in index.dat is only
supported in 1.14 series and will be ignored in older versions.
Changes since v1.13.12
----------------------
General user interface:
* Detail save options now only be remembered when "Remember current
options" is checked.
* Added the "Open Source URL" command back to the dropdown menu of
the ScrapBook toolbar, and it now opens the corresponding source
URL for a deep-saved page as well.
* Recovered the "Site Map" command in the toolbar dropdown menu.
* Recovered the old-style status bar button in Firefox < 4.0.
(Available via Status-4-Evar or similar addons.)
* Notification for a web page that is already saved now shows on the
top of a tab.
* No more output the HTML tree automatically before entering Option
dialog.
* Now fallbacks to use the profile folder if the selected ScrapBook
directory cannot be used.
* Sort wizard now consider a bookmark item as an individual group
when "Group by Type" is checked.
* Added "Sort by URL" option to Sort wizard.
User preference:
* Changed "fulltext.sitePagesLimit": now 0 means 0 ("index no deep
page") and a negative means infinity ("index unlimited deep pages").
* Added "fulltext.updateSizeThreshold": if the cache size is smaller
than this set size (KiB), it is updated whenever a fulltext search
is performed. (A negative means infinity, i.e. always update cache.)
* Added "fulltext.updateTimeThreshold": if the cache file is older
than this set time (minutes), it will be updated when a fulltext
search is performed. (A negative means infinity, i.e. never update
an old cache.)
* Added "data.rdfBackupKeepDays": backup RDFs that are older than this
set time (days) will be removed during a check. (A negative means
infinity, i.e. never remove backup RDFs.)
* Added "data.rdfBackupRemoveLimit": the maximal number of expired backup
RDFs that will be removed during a check. (A negative means infinity,
i.e. remove all expired backup RDFs during a check.)
* When the "data.path" preference is manually modified, ScrapBook X
now keeps using the old value, and no more automatically refreshes
the UI and outputs HTML tree.
Save functionality:
* Provides the referer header when saving a page to avoid access
restriction of some web sites.
* Fixed an issue that some web pages cannot be saved due to a
malformatted CSSStyleSheet object.
Export functionality:
* The exported time of an item is now recorded as a property in the
index.dat. If it's not available, the last modified time of the
item folder is used as a fallback.
This solved an issue that the order of exported items are messed up
after re-imported on Linux or when the user has modified them.
* The Manage dialog now displays the exported time in ISO format.
Also includes many code clean-up, documentation revises, and localization
and tooltip improvements.
Scrapbook X 1.14.0rc11
Scrapbook X 1.14.0rc11
======================
Changes since v1.14.0rc10
-------------------------
* Provides the referer header when saving a page to avoid access
restriction of some web sites.
* Fixed an issue that some web pages cannot be saved due to a
malformatted CSSStyleSheet object.
Scrapbook X 1.14.0rc10
Scrapbook X 1.14.0rc10
======================
Changes since v1.14.0rc9
------------------------
* Fixed an issue that a file named ".foo" be fixed to "foo" and
loses its extension.
* Persent chars ("%") in a filename are now always encoded in URL.
* Fixed an issue that a non-folder item with a same name with a
folder before it causes the import wizard to generated a duplicated
folder.