Skip to content

Commit

Permalink
Update docs for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdawson committed Jan 28, 2021
1 parent 140674d commit e152b60
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

[assembly: Guid("833040c9-fe5e-4ccf-b21d-71979e049b6b")]

[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This plugin for [SimHub](https://www.simhubdash.com/) adds properties, events an
## Changelog

See the full changelog at: <https://sjdawson.github.io/GentlemanDriverPlugin/#/changelog>

---

Icon made by [Freepik](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](http://www.flaticon.com/)
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

---

### `v1.0.1` GameRunningDelayed

Adds the following new property

- [Added property GameRunning.DelayedNNs](/features/game-running-delayed#game-running-delayed-by-n-seconds)

---

### `v1.0.0` Primary release, additional properties and actions

This bumps the plugin out of pre-release, and launches fully with the following
Expand Down
26 changes: 26 additions & 0 deletions docs/features/game-running-delayed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Game running delayed

## Properties

### Game running delayed by N seconds

If you want to be able to display something on your dashboard for a set time
after the game has finished running, perhaps a splash screen or some kind of
thank you message / credits for the dashboard in use.

```ncalc
[GentlemanDriverPlugin.GameRunning.Delayed05s]
[GentlemanDriverPlugin.GameRunning.Delayed10s]
[GentlemanDriverPlugin.GameRunning.Delayed15s]
[GentlemanDriverPlugin.GameRunning.Delayed20s]
[GentlemanDriverPlugin.GameRunning.Delayed30s]
[GentlemanDriverPlugin.GameRunning.Delayed60s]
```
```js
$prop('GentlemanDriverPlugin.GameRunning.Delayed05s')
$prop('GentlemanDriverPlugin.GameRunning.Delayed10s')
$prop('GentlemanDriverPlugin.GameRunning.Delayed15s')
$prop('GentlemanDriverPlugin.GameRunning.Delayed20s')
$prop('GentlemanDriverPlugin.GameRunning.Delayed30s')
$prop('GentlemanDriverPlugin.GameRunning.Delayed60s')
```
4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
{
title: 'Features',
children: [
{
title: 'Game running delayed',
link: '/features/game-running-delayed'
},
{
title: 'Laps',
link: '/features/laps'
Expand Down
2 changes: 1 addition & 1 deletion sjdawson.GentlemanDriverPlugin.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
!define PRODUCT_NAME "sjdawson.GentlemanDriverPlugin"
!define PRODUCT_VERSION "v1.0.0"
!define PRODUCT_VERSION "v1.0.1"
!define PRODUCT_PUBLISHER "sjdawson"
!define PRODUCT_WEB_SITE "https://sjdawson.github.io/GentlemanDriverPlugin"

Expand Down

0 comments on commit e152b60

Please sign in to comment.