Update release note

This commit is contained in:
Jermolene 2015-06-16 08:39:44 +01:00
parent 6e30403eb9
commit 32e6aafd4a
1 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,6 @@
caption: 5.1.9
created: 20150418163307227
modified: 20150418163307227
created: 20150616073318877
modified: 20150616073318877
tags: ReleaseNotes
title: Release 5.1.9
type: text/vnd.tiddlywiki
@ -77,6 +77,16 @@ TiddlyWiki defers processing changes to draft tiddlers until a timeout has elaps
The timeout can now be changed by changing the value in [[$:/config/Drafts/TypingTimeout]].
!! New Vars widget
[[Added|https://github.com/Jermolene/TiddlyWiki5/pull/1678]] VarsWidget for setting multiple variables in one operation:
```
<$vars greeting="Hi" me={{!!title}} sentence=<<helloworld>>>
<<greeting>>! I am <<me>> and I say: <<sentence>>
</$vars>
```
! Other Improvements
!! Translation Improvements