File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2022/10/21/
3+ ---
4+ {% for post in site.posts %}
5+ {% assign currentdate = post.date | date: "%Y %m %d" %}
6+ {% assign friendlydate = post.date | date: "[ %B] ( .. ) [ %d] ( . ) [ %Y] ( ../.. ) " %}
7+ {% if currentdate != "2022 10 21" %}
8+ {% continue %}
9+ {% endif %}
10+ {% if currentdate != date %}
11+ ## {{friendlydate}}
12+ {% assign date = currentdate %}
13+ {% endif %}
14+ * [ {{ post.title }} ] ( {{ post.url }} )
15+ {% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+
3+ title : PipeScript 0.1.8
4+ sourceURL : https://github.com/StartAutomating/PipeScript/releases/tag/v0.1.8
5+ tag : release
6+ ---
7+ ## 0.1.8:
8+ * Improvements to 'all' keyword (#264 #263 #260 #253 )
9+ * Keywords can now be run interactively (#263 )
10+ * New keyword can be piped to (#265 )
11+ * Sentences can now map multi-word aliases (#260 )
12+ * New [ CommandAST] properties: .IsPipedTo .IsPipedFrom
13+ * Added Inline HAXE and Inline Racket support (#259 #262 )
14+
15+ Additional history in [ CHANGELOG] ( https://pipescript.start-automating.com/CHANGELOG )
You can’t perform that action at this time.
0 commit comments