-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release-1.14.0rc4: Update version info. ui: fix behavior for "Open Source URL" ui: fix "Index" and "Site Map" don't work when editor toolbar not shown ui: fix status popup not shown if toolbar button not placed doc: revise release notes
- Loading branch information
Showing
6 changed files
with
40 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Scrapbook X 1.14.0rc4 | ||
===================== | ||
|
||
Changes since v1.14.0rc3 | ||
------------------------ | ||
|
||
* Fixed the abnormal behavior of the "Open Source URL" in the toolbar | ||
dropdown menu when clicked. | ||
|
||
* Fixed an issue that the "Index" and "Site Map" commands doesn't work | ||
if the editor toolbar is not switched shown. | ||
|
||
* Fixed an issue that status popup never shown if the toolbar button is | ||
not placed. | ||
|
||
Also includes some code clean-up and documentation improvements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<Description about="urn:mozilla:install-manifest"> | ||
<em:id>[email protected]</em:id> | ||
<em:type>2</em:type> | ||
<em:version>1.14.0rc3</em:version> | ||
<em:version>1.14.0rc4</em:version> | ||
<em:unpack>false</em:unpack> | ||
<em:bootstrap>false</em:bootstrap> | ||
<em:multiprocessCompatible>false</em:multiprocessCompatible> | ||
|