Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottodix committed Apr 25, 2019
1 parent 186ede0 commit 56430b0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
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.

0 comments on commit 56430b0

Please sign in to comment.