-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersions.txt
More file actions
62 lines (54 loc) · 2.79 KB
/
Copy pathVersions.txt
File metadata and controls
62 lines (54 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Version of 2026-08-03
* Added German translation of messages. The German messages has been translated by an AI, and therefore may not be correct.
Please let me know if you find any mistakes in the German translation
* Added German section to README.md
* Added a lot of new tests of classes and methods to the test project
* Refactored the Z21ClientTests.cs
Version of 2026-06-25
* A spelling mistage in enum HardwareInfo has been fixed (Z21Xl => Z21XL)
Version of 2026-03-15
* Added methods to read and write CV settings on locomotive decoders
* Also added events for NACK and CV value read
* Added class AsyncEventHelper to allow for callers to wait for answer from a command sent to the Z21
* All events are renamed to have 'On' prefix
* Updated README.md to reflect changes
Version of 2026-02-06:
* Refactored split of locomotive address in certain methods
* Updated LICENSE.txt
* Added Versions.txt
* Exposed the flag 'IsConnected' as a property
* Changed README.md to reflect changes
Version of 2025-12-30:
* 'HardwareInfo' and 'Isz21' flags were not updated correctly
* Fixed spelling mistakes in README.md
* Added GetTurnoutInfoAsync to the mapping table in README.md
Version of 2025-12-25:
* Added method GetTurnoutInfoAsync to get detailed information about a turnout
Version of 2025-12-23:
* Update of README.md
* Update of test project to reflect name change of certain classes/records
* Change to and rename of several classes to records. SystemState: Changed Capabilities from byte
to record
* Exposed HardwareInfo, Isz21, Z21Code, Capabilities and SerialNumber as properties
Version of 2025-12-14:
* Added to README.md that Z21Client is developed using the 'AI Pair Programming' method
* Upgraded NuPkgs
* QueryForZ21sAsync added write to log before throwing an exception
* Added validation of parameters for certain Z21 commands
* README.md: Spelling mistakes corrected, and text about protocol used to communicate with Z21 is corrected
* Updated projects to .NET 10
* UDP client moved to it's own class
* Added test project
* Added method to query for Z21s on the network
* Added info about multilangugage
* Updated README.md with information about where to find info about which z21 commands can be called on a locked z21/z21Start
* Completed README.md in Danish and English
* Added translation of messages returned from the client. Supports Danish and English. Refactor here-and-there
* Remaining files moved from Z21Dashboard to Z21Client
* Moved IZ21Client and BroadcastFlagsChangedEvent from Z21Dashboard to Z21Client
* Anchor link fixed
* Fixed that current usage on programming track is set to 0 for z21/z21Sta…
* Fixed address fields for certain Z21 commands, as the two highest bits of address Msb was not set
* Bug in Z21Client.ConvertLocoAddressForXBus fixed
Version 2025-11-20:
* First version of Z21Client released