This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
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
jacek-izykowski
committed
Jan 26, 2017
1 parent
bae361a
commit c5c205c
Showing
1 changed file
with
32 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,32 @@ | ||
# Veles changelog | ||
|
||
## 2017.01.0.MechanicalTurk (2017-01-26) | ||
|
||
### Major features and changes: | ||
|
||
* Added network protocol that allows using external scripts as ad-hoc parsers. Added a simple Python library to support using this functionality. Check out python/README.rst for details. | ||
* For security reasons network server is disabled by default and has to be enabled in the options dialog. | ||
* This feature is still in an early phase of development and the API will change in future releases. | ||
* Added a few parsers for well known file formats (avi, bmp, elf, gif, pe, mov, zip). New parsers have been generated from Kaitai template files (https://github.com/kaitai-io/kaitai_struct). Support for user-provided Kaitai files is planned in upcoming releases. | ||
|
||
### Minor features and changes: | ||
|
||
* Major improvement in visualisation performance. | ||
* Added camera manipulators in visualisation. | ||
* Added reference frames and captions in visualization. | ||
* Added ability to parse file starting from selected location. | ||
* Added ability to choose which parser to use. | ||
* Separated hex view and tree view for file. | ||
* Multiple changes to docks handling. | ||
* Fixed multiple minor bugs in the visualization "minimap". | ||
* General look and feel improvements. | ||
* Added ability to scroll to chunk. | ||
* Double click in database view opens file. | ||
|
||
### Bugfixes: | ||
|
||
* Multiple bugfixes related to visualisation sampling. | ||
* Multiple bugfixes related to chunk deletion. | ||
* Fixed visualisation scaling. | ||
* Show error message if OpenGL doesn’t work instead of crashing. | ||
* Added warning on failure when opening file instead of silent failure. |