From fe7da4ce8e2ff366ff065ecb373f4ac7e3b8a4be Mon Sep 17 00:00:00 2001 From: NeilMacMullen Date: Fri, 22 Oct 2021 16:31:41 +0100 Subject: [PATCH] Update version number (#197) +semver: minor --- README.md | 17 ++--------------- doc/changeHistory.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0a10334..2135297 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ For **text-processing** or **data-processing** ## What's new -### vNext -- Chocolatey install is availble. +### v1.7.0 (source/binary) +- Chocolatey install is available. - A number of cli [convenience commands](doc/textrude_convenience.md) have been added to make it easier to process data files. - Textrude can now emit [serialised representations](doc/format_conversion.md) of object trees - Textrude can now guess the format of models based on the first few hundred bytes of content. @@ -68,19 +68,6 @@ For **text-processing** or **data-processing** - TextrudeInteractive is now much better at cancelling in-flight renders - TextrudeInteractive now configures Webview to use APPDATALOCAL for cached data -### v1.6.0 (source/binary) -- Reduce annoying visual flicker when resizing edit panes -- Integers larger than 32 bits supported in JSON files -- textrude.exe now provides a convenient [pipe](doc/cmdPipe.md) command -- textrude.exe *render* command now offers a *verbose* option -- textrude.exe *info* command now shows full application path -- textrude.exe now supports [dynamic output](doc/dynamicOutput.md) -- Prototype Grouping methods in textrude namespace -- Improve templates for library autodoc -- Prototype [cpp](doc/lib.md#lib/cpp.sbn) library -- Prototype [C#](doc/lib.md#lib/csharp.sbn) library -- Prototype [text-processing](doc/lib.md#lib/line.sbn) library - [Full change history](doc/changeHistory.md) diff --git a/doc/changeHistory.md b/doc/changeHistory.md index 6d8d7e2..2c4d003 100644 --- a/doc/changeHistory.md +++ b/doc/changeHistory.md @@ -1,5 +1,15 @@ # Full change history +### v1.7.0 (source/binary) +- Chocolatey install is available. +- A number of cli [convenience commands](doc/textrude_convenience.md) have been added to make it easier to process data files. +- Textrude can now emit [serialised representations](doc/format_conversion.md) of object trees +- Textrude can now guess the format of models based on the first few hundred bytes of content. +- Textrude now supports a set of flexible [time recognition and comparison](doc/builtIns.md) functions. +- More examples added +- TextrudeInteractive is now much better at cancelling in-flight renders +- TextrudeInteractive now configures Webview to use APPDATALOCAL for cached data + ### v1.6.0 (source/binary) - Reduce annoying visual flicker when resizing edit panes - Integers larger than 32 bits supported in JSON files