Skip to content

Commit

Permalink
Update version number (#197)
Browse files Browse the repository at this point in the history
+semver: minor
  • Loading branch information
NeilMacMullen authored Oct 22, 2021
1 parent f4fa6e4 commit fe7da4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
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

0 comments on commit fe7da4c

Please sign in to comment.