Skip to content

Commit a0875e2

Browse files
Merge pull request #64 from StartAutomating/edits-Tue,08Nov202205-37-35GMT
Posting with GitPub [skip ci]
2 parents 63127ea + 45e586a commit a0875e2

File tree

5 files changed

+177
-0
lines changed

5 files changed

+177
-0
lines changed

docs/2022-10-31.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
permalink: /2022/10/31/
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 31" %}
8+
{% continue %}
9+
{% endif %}
10+
{% if currentdate != date %}
11+
## {{friendlydate}}
12+
{% assign date = currentdate %}
13+
{% endif %}
14+
* [ {{ post.title }} ]( {{ post.url }} )
15+
{% endfor %}

docs/2022-11-01.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
permalink: /2022/11/01/
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 11 01" %}
8+
{% continue %}
9+
{% endif %}
10+
{% if currentdate != date %}
11+
## {{friendlydate}}
12+
{% assign date = currentdate %}
13+
{% endif %}
14+
* [ {{ post.title }} ]( {{ post.url }} )
15+
{% endfor %}

docs/2022-11.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
permalink: /2022/11/
3+
---
4+
{% assign currentYearMonth = "2022 11" %}
5+
{% for post in site.posts %}
6+
{% assign postYear = post.date | date: "%Y" %}
7+
{% assign postYearMonth = post.date | date: "%B [%Y](..)" %}
8+
{% assign postYM = post.date | date: "%Y %m" %}
9+
{% if postYM != currentYearMonth %}
10+
{% continue %}
11+
{% endif %}
12+
{% if hasDisplayedYearMonth != postYearMonth %}
13+
## {{postYearMonth}}
14+
{% endif %}
15+
{% assign hasDisplayedYearMonth = postYearMonth %}
16+
* [ {{ post.title }} ]( {{ post.url }} )
17+
{% endfor %}
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
---
2+
3+
title: LightScript 0.2.8
4+
sourceURL: https://github.com/StartAutomating/LightScript/releases/tag/v0.2.8
5+
tag: release
6+
---
7+
## 0.2.8:
8+
9+
* Watch-HueSensor! (Fixes [#58](https://github.com/StartAutomating/LightScript/issues/58))
10+
* Pixoo Improvements:
11+
* Set-Pixoo -Beep (Fixes [#57](https://github.com/StartAutomating/LightScript/issues/57))
12+
* Set-Pixoo -Mirror (Fixes [#49](https://github.com/StartAutomating/LightScript/issues/49))
13+
* Set-Pixoo -Hue/-Saturation/-Luminance Fix (Fixes [#56](https://github.com/StartAutomating/LightScript/issues/56))
14+
* Connect-Pixoo saves less information for better pipelining (Fixes [#56](https://github.com/StartAutomating/LightScript/issues/56))
15+
* Adding Formatting for Pixoo.Weather (Fixes [#59](https://github.com/StartAutomating/LightScript/issues/59))
16+
* LightScript.Color now supports daisy chaining (Fixes [#54](https://github.com/StartAutomating/LightScript/issues/54))
17+
18+
---
19+
20+
## 0.2.7:
21+
22+
* Pixoo Improvements:
23+
* Adding Find-Pixoo (Fixes [#46](https://github.com/StartAutomating/LightScript/issues/46))
24+
* Connect-Pixoo: Carrying on DeviceID (Fixes [#50](https://github.com/StartAutomating/LightScript/issues/50))
25+
* Get-Pixoo: Adding -Weather (Fixes [#51](https://github.com/StartAutomating/LightScript/issues/51))
26+
* Set-Pixoo: -Rotation (Fixes [#47](https://github.com/StartAutomating/LightScript/issues/47))
27+
* Set-Pixoo: Adding -Latitutde and -Longitude (Fixes [#48](https://github.com/StartAutomating/LightScript/issues/48))
28+
29+
---
30+
31+
32+
## 0.2.6:
33+
* Set-NanoLeaf:
34+
* Fixing -SaturationIncrement ([#35](https://github.com/StartAutomating/LightScript/issues/35))
35+
* Adding -BrightnessIncrement ([#34](https://github.com/StartAutomating/LightScript/issues/34))
36+
* Fixing -Hue/-Saturation/-Brightness behavior to allow increment parameters to work. ([#36](https://github.com/StartAutomating/LightScript/issues/36))
37+
* Making Parameter Aliases consistent with Set-HueLight ([#38](https://github.com/StartAutomating/LightScript/issues/38))
38+
* Now using [GitPub](https://github.com/StartAutomating/GitPub) to blog ([#37](https://github.com/StartAutomating/LightScript/issues/37)).
39+
40+
---
41+
42+
## 0.2.5:
43+
* Set-HueRule: Easier conditions (Fixes [#28](https://github.com/StartAutomating/LightScript/issues/28)) and plural aliases (Fixes [#31](https://github.com/StartAutomating/LightScript/issues/31))
44+
* Adding Rename-HueSensor (Fixes [#26](https://github.com/StartAutomating/LightScript/issues/26)).
45+
* Rename-HueLight: Adding [Alias('ID')] to -OldName (Fixes [#27](https://github.com/StartAutomating/LightScript/issues/27))
46+
* Get-HueBridge: SupportShouldProcess (Fixes [#30](https://github.com/StartAutomating/LightScript/issues/30))
47+
* Set-HueLight: Fixing -Brightness/SaturationIncrement (Fixes [#29](https://github.com/StartAutomating/LightScript/issues/29))
48+
* Add-HueSensor: Adding -New (Fixes [#25](https://github.com/StartAutomating/LightScript/issues/25))
49+
* Improved Repository Organization (Fixes [#32](https://github.com/StartAutomating/LightScript/issues/32))
50+
51+
---
52+
53+
## 0.2.4.1:
54+
* Adding help for Add-HueLight ([#23](https://github.com/StartAutomating/LightScript/issues/23))
55+
* Fixing other markdown documentation layout issues
56+
57+
---
58+
59+
## 0.2.4:
60+
* Adding Add-HueLight ([#18](https://github.com/StartAutomating/LightScript/issues/18))
61+
* Adding Get-HueLight -New ([#21](https://github.com/StartAutomating/LightScript/issues/21))
62+
* Fixing Rename-HueLight ([#19](https://github.com/StartAutomating/LightScript/issues/19))
63+
* Building LightScript with PipeScript ([#20](https://github.com/StartAutomating/LightScript/issues/20))
64+
65+
---
66+
67+
## 0.2.3:
68+
* Set-NanoLeaf: Fixing [#17](https://github.com/StartAutomating/LightScript/issues/17)
69+
* Send-HueBridge: Adding logging
70+
* Automatically documentating module ([#13](https://github.com/StartAutomating/LightScript/issues/13))
71+
* Set-HueLight:
72+
* Fixing Transition Time ([#12](https://github.com/StartAutomating/LightScript/issues/12))
73+
* Adding examples
74+
* Fixing -Hue/-HueIncrement ([#15](https://github.com/StartAutomating/LightScript/issues/15))
75+
76+
---
77+
78+
## 0.2.2:
79+
Adding KeyLight: Connect-KeyLight, Get-KeyLight, Set-KeyLight, Disconnect-KeyLight
80+
81+
---
82+
83+
## 0.2.1:
84+
* Set-NanoLeaf: Adding -EffectOption parameter help ([#9](https://github.com/StartAutomating/LightScript/issues/9)). Adding examples.
85+
* Set-NanoLeaf: Fixing Brightness ([#7](https://github.com/StartAutomating/LightScript/issues/7)). Adding Tab Completion ([#8](https://github.com/StartAutomating/LightScript/issues/8)). Adding Examples
86+
87+
---
88+
89+
## 0.2:
90+
Adding: Disconnect-HueBridge, Disconnect-NanoLeaf, Disconnect-Twinkly ([#2](https://github.com/StartAutomating/LightScript/issues/2))
91+
Adding Pixoo commands: Connect/Disconnect/Get/Set-Pixoo ([#4](https://github.com/StartAutomating/LightScript/issues/4))
92+
93+
---
94+
95+
## 0.1:
96+
Initial Release of LightScript: Smarter Lighting with PowerShell
97+
98+
Script your Hue Bridge, NanoLeaf, or Twinkly lights.

docs/rss.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: null
3+
---
4+
<?xml version="1.0" encoding="UTF-8"?>
5+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
6+
<channel>
7+
<title>{{ site.title | xml_escape }}</title>
8+
<description>{{ site.description | xml_escape }}</description>
9+
<link>{{ site.url }}{{ site.baseurl }}/</link>
10+
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
11+
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
12+
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
13+
<generator>Jekyll v{{ jekyll.version }}</generator>
14+
{% for post in site.posts limit:1000 %}
15+
{% if post.sitemap != false %}
16+
<item>
17+
<title>{{ post.title | xml_escape }}</title>
18+
<description>{{ post.content | xml_escape }}</description>
19+
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
20+
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
21+
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
22+
{% for tag in post.tags %}
23+
<category>{{ tag | xml_escape }}</category>
24+
{% endfor %}
25+
{% for cat in post.categories %}
26+
<category>{{ cat | xml_escape }}</category>
27+
{% endfor %}
28+
</item>
29+
{% endif %}
30+
{% endfor %}
31+
</channel>
32+
</rss>

0 commit comments

Comments
 (0)