Skip to content

Commit 7be4657

Browse files
Ok - let's try again! (#87)
1 parent de042a9 commit 7be4657

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

README.md

Lines changed: 14 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Let's face it, there are any number of code-generation technologies you might co
2828

2929
## Download/build
3030

31-
The current release is **v1.3.0**.
31+
The current release is **v1.4.0**.
3232

3333
**Textrude requires [.Net 5.0](https://dotnet.microsoft.com/download/dotnet/5.0). If it's not already on your machine you will be prompted to install it.**
3434

@@ -42,36 +42,20 @@ The current release is **v1.3.0**.
4242

4343
## What's new
4444

45-
### vNext (source only)
46-
- ~~Note - template intellisense/code-completion is known to be broken in the current source build~~
47-
- Update to Monaco 22.3 which supports an extra couple of languages
48-
- Rewire font-size control, line numbers, wordwarp to model/output panes
49-
- remove minimap from model/output panes
50-
- added spinner to monaco panes and made white flash a bit briefer
51-
- whitespace can be made visible in input/output panes
52-
- reuse single Monaco edit pane for multiple models/outputs for cleaner switching & lower resource use
53-
- definitions and includes are now move to main input section and used Monaco editor
54-
- the template is now edited using Monaco and (rudimentary) syntax hightlight is applied
55-
- models and outputs can now be renamed in TextrudeInteractive
56-
- Textrude CLI now supports named models/outputs via "mymodel=d:/model.csv" syntax
57-
- Basic auto-completion restored
58-
- CAKE build support - thanks to [Martin Hochstrasser](https://github.com/highstreeto)
59-
- Updated to latest Scriban for [multi-line pipes (yay!)](https://github.com/scriban/scriban/pull/327)
60-
- Add link to textrude community chat in help menu
61-
- Linked files can be toggled between absolute and relative paths
45+
### v1.4.0 (source/binary)
46+
- The Monaco text editor is now used for all edit panes including the template editor, definitions and include paths.
47+
- A single Monaco edit pane is now used for multiple models/outputs for cleaner switching & improved responsiveness
48+
- The view menu allows visible-whitespace to be toggled on and off
49+
- Rudimentary syntax highlighting and intellisense are provided for the template editor
50+
- Models and outputs can now be assigned names
51+
- Help menu now includes a link to gitter-chat
52+
- Model, template and output panes now support linking to files.
6253
- Export/Build... menu now brings up a dialog to help build CLI options.
63-
64-
### v1.3.0 (source/binary)
65-
- Models and outputs can be added/removed on a per-project basis
66-
- Syntax highlighting for output panes
67-
- Input/ouput panes can be "linked" to files and load/save are supported
68-
- fontsize, wordwrap and line-number settings are now persisted
69-
- warning dialog is now shown if the current project has unsaved changes
70-
- default rendering throttle reduced to 50ms for better responsiveness
71-
- Taskbar icon now shows jumplist, TextrudeInteractive can be started with name of project as parameter
72-
- TextrudeInteractive now opens last used project when reopened
73-
- TextrudeInteractive now uses the Monaco editor (from VS Code) hugely improving the syntax highlighting abilities. Massive thanks to [Martin Hochstrasser](https://github.com/highstreeto) for this!
74-
- upgrade to latest Scriban which supports [captured variables in anonymous functions](https://github.com/scriban/scriban/issues/322)
54+
- Updated to latest Scriban for [multi-line pipes](https://github.com/scriban/scriban/pull/327)
55+
- Special thanks to [Martin Hochstrasser](https://github.com/highstreeto) for
56+
- CAKE build support
57+
- The fancy new logo!
58+
7559

7660
[Full change history](doc/changeHistory.md)
7761

doc/changeHistory.md

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

3+
### v1.4.0
4+
- The Monaco text editor is now used for all edit panes including the template editor, definitions and include paths.
5+
- A single Monaco edit pane is now used for multiple models/outputs for cleaner switching & improved responsiveness
6+
- The view menu allows visible-whitespace to be toggled on and off
7+
- Rudimentary syntax highlighting and intellisense are provided for the template editor
8+
- Models and outputs can now be assigned names
9+
- Help menu now includes a link to gitter-chat
10+
- Model, template and output panes now support linking to files.
11+
- Export/Build... menu now brings up a dialog to help build CLI options.
12+
- Updated to latest Scriban for [multi-line pipes](https://github.com/scriban/scriban/pull/327)
13+
- Special thanks to [Martin Hochstrasser](https://github.com/highstreeto) for
14+
- CAKE build support
15+
- The fancy new logo!
16+
17+
318
### v1.3.0
419
- Models and outputs can be added/removed on a per-project basis
520
- Syntax highlighting for output panes

0 commit comments

Comments
 (0)