-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from StartAutomating/edits-Sat,12Nov202206-27-…
…29GMT Posting with GitPub [skip ci]
- Loading branch information
Showing
2 changed files
with
126 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
permalink: /2022/11/12/ | ||
--- | ||
{% for post in site.posts %} | ||
{% assign currentdate = post.date | date: "%Y %m %d" %} | ||
{% assign friendlydate = post.date | date: "[%B](..) [%d](.) [%Y](../..)" %} | ||
{% if currentdate != "2022 11 12" %} | ||
{% continue %} | ||
{% endif %} | ||
{% if currentdate != date %} | ||
## {{friendlydate}} | ||
{% assign date = currentdate %} | ||
{% endif %} | ||
* [ {{ post.title }} ]( {{ post.url }} ) | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
--- | ||
|
||
title: LightScript 0.2.9 | ||
sourceURL: https://github.com/StartAutomating/LightScript/releases/tag/v0.2.9 | ||
tag: release | ||
--- | ||
## 0.2.9: | ||
|
||
* Added Support for LaMetric Time Clocks! | ||
* Connect-LaMetricTime ([#67](https://github.com/StartAutomating/LightScript/issues/67)) | ||
* Disconnect-LaMetricTime ([#68](https://github.com/StartAutomating/LightScript/issues/68)) | ||
* Get-LaMetricTime ([#69](https://github.com/StartAutomating/LightScript/issues/69), [#71](https://github.com/StartAutomating/LightScript/issues/71), [#72](https://github.com/StartAutomating/LightScript/issues/72), [#74](https://github.com/StartAutomating/LightScript/issues/74), [#73](https://github.com/StartAutomating/LightScript/issues/73), [#75](https://github.com/StartAutomating/LightScript/issues/75), [#77](https://github.com/StartAutomating/LightScript/issues/77)) | ||
* Set-LaMetricTime ([#79](https://github.com/StartAutomating/LightScript/issues/79), [#80](https://github.com/StartAutomating/LightScript/issues/80), [#81](https://github.com/StartAutomating/LightScript/issues/81), [#82](https://github.com/StartAutomating/LightScript/issues/82), [#83](https://github.com/StartAutomating/LightScript/issues/83), [#84](https://github.com/StartAutomating/LightScript/issues/84), [#85](https://github.com/StartAutomating/LightScript/issues/85), [#86](https://github.com/StartAutomating/LightScript/issues/86), [#87](https://github.com/StartAutomating/LightScript/issues/87) ) | ||
* Pixoo Improvement: | ||
* Get-Pixoo -Font ([#65](https://github.com/StartAutomating/LightScript/issues/65)) -Liked ([#63](https://github.com/StartAutomating/LightScript/issues/63)) -Upload ([#61](https://github.com/StartAutomating/LightScript/issues/61)) | ||
* Set-Pixoo -FileID ([#62](https://github.com/StartAutomating/LightScript/issues/62)) | ||
|
||
--- | ||
|
||
## 0.2.8: | ||
|
||
* Watch-HueSensor! (Fixes [#58](https://github.com/StartAutomating/LightScript/issues/58)) | ||
* Pixoo Improvements: | ||
* Set-Pixoo -Beep (Fixes [#57](https://github.com/StartAutomating/LightScript/issues/57)) | ||
* Set-Pixoo -Mirror (Fixes [#49](https://github.com/StartAutomating/LightScript/issues/49)) | ||
* Set-Pixoo -Hue/-Saturation/-Luminance Fix (Fixes [#56](https://github.com/StartAutomating/LightScript/issues/56)) | ||
* Connect-Pixoo saves less information for better pipelining (Fixes [#56](https://github.com/StartAutomating/LightScript/issues/56)) | ||
* Adding Formatting for Pixoo.Weather (Fixes [#59](https://github.com/StartAutomating/LightScript/issues/59)) | ||
* LightScript.Color now supports daisy chaining (Fixes [#54](https://github.com/StartAutomating/LightScript/issues/54)) | ||
|
||
--- | ||
|
||
## 0.2.7: | ||
|
||
* Pixoo Improvements: | ||
* Adding Find-Pixoo (Fixes [#46](https://github.com/StartAutomating/LightScript/issues/46)) | ||
* Connect-Pixoo: Carrying on DeviceID (Fixes [#50](https://github.com/StartAutomating/LightScript/issues/50)) | ||
* Get-Pixoo: Adding -Weather (Fixes [#51](https://github.com/StartAutomating/LightScript/issues/51)) | ||
* Set-Pixoo: -Rotation (Fixes [#47](https://github.com/StartAutomating/LightScript/issues/47)) | ||
* Set-Pixoo: Adding -Latitutde and -Longitude (Fixes [#48](https://github.com/StartAutomating/LightScript/issues/48)) | ||
|
||
--- | ||
|
||
|
||
## 0.2.6: | ||
* Set-NanoLeaf: | ||
* Fixing -SaturationIncrement ([#35](https://github.com/StartAutomating/LightScript/issues/35)) | ||
* Adding -BrightnessIncrement ([#34](https://github.com/StartAutomating/LightScript/issues/34)) | ||
* Fixing -Hue/-Saturation/-Brightness behavior to allow increment parameters to work. ([#36](https://github.com/StartAutomating/LightScript/issues/36)) | ||
* Making Parameter Aliases consistent with Set-HueLight ([#38](https://github.com/StartAutomating/LightScript/issues/38)) | ||
* Now using [GitPub](https://github.com/StartAutomating/GitPub) to blog ([#37](https://github.com/StartAutomating/LightScript/issues/37)). | ||
|
||
--- | ||
|
||
## 0.2.5: | ||
* 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)) | ||
* Adding Rename-HueSensor (Fixes [#26](https://github.com/StartAutomating/LightScript/issues/26)). | ||
* Rename-HueLight: Adding [Alias('ID')] to -OldName (Fixes [#27](https://github.com/StartAutomating/LightScript/issues/27)) | ||
* Get-HueBridge: SupportShouldProcess (Fixes [#30](https://github.com/StartAutomating/LightScript/issues/30)) | ||
* Set-HueLight: Fixing -Brightness/SaturationIncrement (Fixes [#29](https://github.com/StartAutomating/LightScript/issues/29)) | ||
* Add-HueSensor: Adding -New (Fixes [#25](https://github.com/StartAutomating/LightScript/issues/25)) | ||
* Improved Repository Organization (Fixes [#32](https://github.com/StartAutomating/LightScript/issues/32)) | ||
|
||
--- | ||
|
||
## 0.2.4.1: | ||
* Adding help for Add-HueLight ([#23](https://github.com/StartAutomating/LightScript/issues/23)) | ||
* Fixing other markdown documentation layout issues | ||
|
||
--- | ||
|
||
## 0.2.4: | ||
* Adding Add-HueLight ([#18](https://github.com/StartAutomating/LightScript/issues/18)) | ||
* Adding Get-HueLight -New ([#21](https://github.com/StartAutomating/LightScript/issues/21)) | ||
* Fixing Rename-HueLight ([#19](https://github.com/StartAutomating/LightScript/issues/19)) | ||
* Building LightScript with PipeScript ([#20](https://github.com/StartAutomating/LightScript/issues/20)) | ||
|
||
--- | ||
|
||
## 0.2.3: | ||
* Set-NanoLeaf: Fixing [#17](https://github.com/StartAutomating/LightScript/issues/17) | ||
* Send-HueBridge: Adding logging | ||
* Automatically documentating module ([#13](https://github.com/StartAutomating/LightScript/issues/13)) | ||
* Set-HueLight: | ||
* Fixing Transition Time ([#12](https://github.com/StartAutomating/LightScript/issues/12)) | ||
* Adding examples | ||
* Fixing -Hue/-HueIncrement ([#15](https://github.com/StartAutomating/LightScript/issues/15)) | ||
|
||
--- | ||
|
||
## 0.2.2: | ||
Adding KeyLight: Connect-KeyLight, Get-KeyLight, Set-KeyLight, Disconnect-KeyLight | ||
|
||
--- | ||
|
||
## 0.2.1: | ||
* Set-NanoLeaf: Adding -EffectOption parameter help ([#9](https://github.com/StartAutomating/LightScript/issues/9)). Adding examples. | ||
* 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 | ||
|
||
--- | ||
|
||
## 0.2: | ||
Adding: Disconnect-HueBridge, Disconnect-NanoLeaf, Disconnect-Twinkly ([#2](https://github.com/StartAutomating/LightScript/issues/2)) | ||
Adding Pixoo commands: Connect/Disconnect/Get/Set-Pixoo ([#4](https://github.com/StartAutomating/LightScript/issues/4)) | ||
|
||
--- | ||
|
||
## 0.1: | ||
Initial Release of LightScript: Smarter Lighting with PowerShell | ||
|
||
Script your Hue Bridge, NanoLeaf, or Twinkly lights. |