Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Feb 12, 2024
1 parent 2dad858 commit bdfac18
Show file tree
Hide file tree
Showing 27 changed files with 317 additions and 239 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ haven't found an english documentation/information so far):

## Changelog

### Release v1.7.5
* Dependency updates.

### Release v1.7.4
* Dependency updates.

Expand Down
50 changes: 32 additions & 18 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
:root {
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-hl-1: #008000;
--dark-hl-1: #6A9955;
--light-hl-2: #0000FF;
--dark-hl-2: #569CD6;
--light-hl-3: #001080;
--dark-hl-3: #9CDCFE;
--light-hl-4: #795E26;
--dark-hl-4: #DCDCAA;
--light-hl-5: #267F99;
--dark-hl-5: #4EC9B0;
--light-hl-6: #AF00DB;
--dark-hl-6: #C586C0;
--light-hl-7: #A31515;
--dark-hl-7: #CE9178;
--light-hl-8: #098658;
--dark-hl-8: #B5CEA8;
--light-hl-0: #0000FF;
--dark-hl-0: #569CD6;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #0070C1;
--dark-hl-2: #4FC1FF;
--light-hl-3: #795E26;
--dark-hl-3: #DCDCAA;
--light-hl-4: #A31515;
--dark-hl-4: #CE9178;
--light-hl-5: #001080;
--dark-hl-5: #9CDCFE;
--light-hl-6: #008000;
--dark-hl-6: #6A9955;
--light-hl-7: #098658;
--dark-hl-7: #B5CEA8;
--light-hl-8: #AF00DB;
--dark-hl-8: #C586C0;
--light-hl-9: #000000FF;
--dark-hl-9: #D4D4D4;
--light-hl-10: #267F99;
--dark-hl-10: #4EC9B0;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -31,6 +35,8 @@
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
} }

Expand All @@ -44,6 +50,8 @@
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
} }

Expand All @@ -57,6 +65,8 @@
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
}

Expand All @@ -70,6 +80,8 @@
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
}

Expand All @@ -82,4 +94,6 @@
.hl-6 { color: var(--hl-6); }
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
pre, code { background: var(--code-background); }
8 changes: 4 additions & 4 deletions docs/assets/main.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/classes/AbstractService.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions docs/classes/CommandService.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/classes/GetStateData.html

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions docs/classes/GetStateDataObject.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/classes/GetStateDataSysInfo.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/classes/GetStateService.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/Logger.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/classes/RelayDataInterpreter.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/classes/RelayDataObject.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/classes/SetStateService.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions docs/classes/UsrcfgCgiService.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/DosageTarget.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/enums/GetStateCategory.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/LogLevel.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/RelayStateBitMask.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/SetStateValue.html

Large diffs are not rendered by default.

77 changes: 69 additions & 8 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/IGetStateCategories.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/interfaces/IGetStateServiceConfig.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/interfaces/ILogger.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/interfaces/IServiceConfig.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/variables/GETSTATE.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "procon-ip",
"version": "1.7.4",
"version": "1.7.5",
"description": "Library for the ProCon.IP pool controller",
"license": "MIT",
"homepage": "https://github.com/ylabonte/procon-ip#readme",
Expand Down

0 comments on commit bdfac18

Please sign in to comment.