Neil Dorin
d3719ee505
Merge pull request #1230 from PepperDash/room-loading-protections
v2.1.2
2025-03-31 11:58:14 -06:00
Andrew Welker
041059210c
fix: add null check for room before adding to DevManager
v2.1.2-room-loading-protections.1
2025-03-31 12:53:44 -05:00
Neil Dorin
1a45ef5d0f
Merge pull request #1229 from PepperDash/temp-to-dev
2025-03-28 11:14:10 -06:00
Andrew Welker
65a0743dac
Merge pull request #1228 from PepperDash/add-routes
...
fix: add routes to get routing ports & all defined routes
v2.1.1
2025-03-28 10:50:04 -05:00
Andrew Welker
32e090648c
fix: add missing parameter for GetRoutesHandler
v2.1.1-add-routes.3
2025-03-28 10:41:21 -05:00
Andrew Welker
bb045ba06b
fix: add base URL to routes response
v2.1.1-add-routes.2
2025-03-28 10:32:16 -05:00
Andrew Welker
474b2eb647
fix: add routes to get routing ports & all defined routes
v2.1.1-add-routes.1
2025-03-28 10:25:17 -05:00
Andrew Welker
e6cf2794bc
Merge pull request #1227 from PepperDash/temp-to-dev
2025-03-26 14:29:27 -05:00
Andrew Welker
09dd8f0bcd
Merge pull request #1226 from PepperDash/release
...
2.1.0
v2.1.0
2025-03-26 13:28:43 -05:00
Andrew Welker
99c6163c0e
Merge pull request #1225 from PepperDash/feature/move-portal-core
...
Bring Portal Core and Mobile Control into Essentials
v2.1.0-beta.3
v2.1.0-rc.1
2025-03-26 10:14:36 -05:00
Andrew Welker
90aa4a5d62
feat: remove IHasInputs<T,R> interface
...
This has been replaced by the `IHasInputs<T>` interface and was marked to be removed in the 2.0.0 release.
v2.1.0-feature-move-portal-core.4
2025-03-26 08:55:55 -05:00
Andrew Welker
8b3eda1d18
refactor: make messenger constructors more consistent
...
Some constructors for messengers were taking Device rather than the specific type they needed.
2025-03-26 08:55:07 -05:00
Andrew Welker
6c710dd209
chore(force-patch): increment patch version
v2.1.0-feature-move-portal-core.3
2025-03-26 00:12:37 -05:00
Andrew Welker
7629836732
feat: add overloads for specific levels
...
In an effort to make it easier to use the logging mechanism, I added 4 overloaded methods for each level to allow for logging exceptions at any level, not just error.
I also added overloads for each level to the extensions so that an exception can be logged at any level, not just error.
v2.1.0-feature-move-portal-core.2
2025-03-26 00:01:06 -05:00
Andrew Welker
a5bc79c469
chore: update some logging methods
2025-03-25 23:58:51 -05:00
Andrew Welker
26116d0495
feat: move PD Core into Essentials
v2.1.0-feature-move-portal-core.1
2025-03-25 23:22:18 -05:00
Andrew Welker
cdafaf7586
build(force-patch): remove cplz generation
...
CPLZs are not required for using Essentials as a dependency, and just
adds noise that's not required.
v2.1.0-feature-move-mc.8
2025-03-25 22:54:47 -05:00
Andrew Welker
222c2f6fe2
chore: more miscellaneous cleanup
v2.1.0-feature-move-mc.7
2025-03-25 22:52:32 -05:00
Andrew Welker
19d0bc73c8
fix: remove LightingBase from core
2025-03-25 22:50:31 -05:00
Andrew Welker
277771d154
chore: miscellaeneous cleanup
2025-03-25 22:46:41 -05:00
Andrew Welker
789111cb9a
style: run code cleanup & apply VS suggestions
2025-03-25 22:14:15 -05:00
Andrew Welker
4d98191fa7
chore: remove obsolete log methods
2025-03-25 21:55:37 -05:00
Andrew Welker
f6f731b470
chore: remove 4SERIES compiler directive
2025-03-25 10:21:17 -05:00
Andrew Welker
8316ee22b6
build(force-patch): change names of MC packages
...
In order to prevent eventual version collision and confusion, and to
allow for deprecation of existing packages, the names of the MC packages
are now reflective of the fact that they are no longer
pluginsbuild(force-patch): change names of MC packages
In order to prevent eventual version collision and confusion, and to
allow for deprecation of existing packages, the names of the MC packages
are now reflective of the fact that they are no longer plugins.
v2.1.0-feature-move-mc.6
2025-03-25 00:20:56 -05:00
Andrew Welker
aebc694da7
build(force-patch): use version in directory.build.props
v2.1.0-feature-move-mc.5
2025-03-25 00:16:23 -05:00
Andrew Welker
fe2cd573e5
feat: remove DisplayBase from Core
v2.1.0-feature-move-mc.4
2025-03-25 00:10:22 -05:00
Andrew Welker
af0855cea3
build(force-patch): publish mc messenger package
v2.1.0-feature-move-mc.3
2025-03-24 23:36:17 -05:00
Andrew Welker
5ac9efb1fb
Merge branch 'development' into feature/move-mc
2025-03-24 22:43:59 -05:00
Andrew Welker
7318dbb04e
ci(force-patch): add skip package check prop
v2.1.0-feature-move-mc.2
2025-03-24 22:39:52 -05:00
Andrew Welker
f6fdc14059
feat: move MC into Essentials
...
In order to solve some dependency issues that keep cropping up, MC
should be moved back into the Essentials repo and loaded automatically
on startup. This will allow for all plugins that use the MC Messengers
library to use the same version without fear of overwriting a dll due to
loading of plugin libraries.
v2.1.0-feature-move-mc.1
2025-03-24 22:28:27 -05:00
Andrew Welker
7046205e57
Merge pull request #1224 from PepperDash/feature/inclusive-poll
v2.1.0-beta.2
2025-03-24 14:50:26 -05:00
Jonathan Arndt
d7499662de
fix: revise 4-series-caller.yml to include bypassPackageCheck bool.
v2.1.0-feature-inclusive-poll.3
2025-03-24 11:01:12 -07:00
Jonathan Arndt
fdb04286d6
fix: correct event subscription logic in GenericCommunicationMonitor and poll inclusively.
v2.1.0-feature-inclusive-poll.2
2025-03-23 16:36:41 -07:00
aknous
2c28b57806
fix: removes public access modifier from WebviewIsVisible prop
v2.1.0-feature-IHasOsd.5
2025-03-20 00:42:30 -04:00
aknous
8762f84548
feat: adds WebviewVisible property to IHasWebView
v2.1.0-feature-IHasOsd.4
2025-03-20 00:40:39 -04:00
aknous
b0a68f38f5
feat: adds bypassPackageCheck to github workflow
v2.1.0-feature-IHasOsd.3
2025-03-18 13:18:07 -04:00
aknous
46887579e4
feat: simplifies IHasOsd ShowWebView method signature
v2.1.0-feature-IHasOsd.2
2025-03-18 12:35:13 -04:00
Neil Dorin
3d91723ab0
Merge pull request #1221 from PepperDash/test-ci
...
Cleanup leftover files
v2.1.0-beta.1
v2.1.0-feature-2.0.0-inclusive-poll.1
v2.1.0-feature-inclusive-poll.1
2025-03-12 12:55:42 -06:00
Andrew Welker
4dcb3946c5
chore: remove unnecessary files
2025-03-12 13:54:13 -05:00
Andrew Welker
a288fc5890
fix: increment minor version
v2.1.0-test-ci.2
2025-03-12 13:41:21 -05:00
Andrew Welker
9ef8698387
feat: increment minor version
v2.1.0-test-ci.1
2025-03-12 13:38:52 -05:00
Andrew Welker
daccf9eb77
chore(force-patch): increment patch version
v2.0.1-test-ci.1
2025-03-12 13:37:13 -05:00
Andrew Welker
b095d926d2
Merge branch 'development' into feature-2.0.0/IHasOsd
v2.1.0-feature-IHasOsd.1
2025-03-12 13:29:00 -05:00
Neil Dorin
6333443ecb
Merge pull request #1220 from PepperDash/get-beta-build
v2.0.1-beta.1
2025-03-12 12:27:31 -06:00
Andrew Welker
51414e7d26
chore(force-patch): increment patch version
v2.0.1-get-beta-build.1
2025-03-12 13:23:40 -05:00
aknous
7cebf861cc
build(force-patch): force rebuild
2025-03-12 14:14:11 -04:00
aknous
2e0b003118
build(force-patch): force build
v2.1.0-feature-2.0.0-IHasOsd.1
2025-03-12 13:31:54 -04:00
aknous
bada7e3a25
feat: renames interface
2025-03-12 11:00:44 -04:00
aknous
67a7422cd0
feat: adds IHasOSD interface
2025-03-11 23:33:59 -04:00
Andrew Welker
3222c73282
Merge pull request #1218 from PepperDash/update-dev
...
Update dev
2025-03-07 11:43:16 -06:00