Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version number #197

Merged
merged 1 commit into from
Oct 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)

Expand Down
10 changes: 10 additions & 0 deletions doc/changeHistory.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down