Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-izykowski committed Jan 26, 2017
1 parent bae361a commit c5c205c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions changelog.md
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.

0 comments on commit c5c205c

Please sign in to comment.