Skip to content

Commit fe7da4c

Browse files
Update version number (#197)
+semver: minor
1 parent f4fa6e4 commit fe7da4c

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ For **text-processing** or **data-processing**
5858

5959
## What's new
6060

61-
### vNext
62-
- Chocolatey install is availble.
61+
### v1.7.0 (source/binary)
62+
- Chocolatey install is available.
6363
- A number of cli [convenience commands](doc/textrude_convenience.md) have been added to make it easier to process data files.
6464
- Textrude can now emit [serialised representations](doc/format_conversion.md) of object trees
6565
- 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**
6868
- TextrudeInteractive is now much better at cancelling in-flight renders
6969
- TextrudeInteractive now configures Webview to use APPDATALOCAL for cached data
7070

71-
### v1.6.0 (source/binary)
72-
- Reduce annoying visual flicker when resizing edit panes
73-
- Integers larger than 32 bits supported in JSON files
74-
- textrude.exe now provides a convenient [pipe](doc/cmdPipe.md) command
75-
- textrude.exe *render* command now offers a *verbose* option
76-
- textrude.exe *info* command now shows full application path
77-
- textrude.exe now supports [dynamic output](doc/dynamicOutput.md)
78-
- Prototype Grouping methods in textrude namespace
79-
- Improve templates for library autodoc
80-
- Prototype [cpp](doc/lib.md#lib/cpp.sbn) library
81-
- Prototype [C#](doc/lib.md#lib/csharp.sbn) library
82-
- Prototype [text-processing](doc/lib.md#lib/line.sbn) library
83-
8471

8572
[Full change history](doc/changeHistory.md)
8673

doc/changeHistory.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Full change history
22

3+
### v1.7.0 (source/binary)
4+
- Chocolatey install is available.
5+
- A number of cli [convenience commands](doc/textrude_convenience.md) have been added to make it easier to process data files.
6+
- Textrude can now emit [serialised representations](doc/format_conversion.md) of object trees
7+
- Textrude can now guess the format of models based on the first few hundred bytes of content.
8+
- Textrude now supports a set of flexible [time recognition and comparison](doc/builtIns.md) functions.
9+
- More examples added
10+
- TextrudeInteractive is now much better at cancelling in-flight renders
11+
- TextrudeInteractive now configures Webview to use APPDATALOCAL for cached data
12+
313
### v1.6.0 (source/binary)
414
- Reduce annoying visual flicker when resizing edit panes
515
- Integers larger than 32 bits supported in JSON files

0 commit comments

Comments
 (0)