-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
|
||
#### Table of Contents | ||
- [1.0.0](#100---2019-04-25) | ||
___ | ||
|
||
|
||
## [1.0.0][] - 2019-04-25 | ||
### Added | ||
- Integrated `foo_acfu` update checks. | ||
- Added Scintilla line-wrap settings to `Preferences > Tools > Spider Monkey Panel`. | ||
|
||
### Changed | ||
- **\[Experimental]** Replaced `utils.CreateHtmlWindow()` with `utils.ShowHtmlDialog()`. | ||
- Updated `Interfaces.js`: | ||
- Updated `window.GetProperty()`/`window.SetProperty()` docs. | ||
- Updated `utils.Version` doc. | ||
- Updated `FbMetadbHandleList.UpdateFileInfoFromJSON` doc. | ||
|
||
### Fixed | ||
- Disabled callback invocation until script is fully evaluated. | ||
- Fixed `fb.RunContextCommandWithMetadb()`. | ||
- Fixed samples: | ||
- Removed left-over `.Dispose()` calls. | ||
- Rewrote HTML dialog sample (HtmlDialogWithCheckBox.txt). | ||
- Added a few fixes to `ActiveXObject` for better compatibility. |