Releases: pmotionf/mmc-cli
Releases · pmotionf/mmc-cli
0.17.0
0.16.2
What's Changed
- Change
move_carrierparameter order by @solara404 in #247 - Refactor
mmc_clientmodule by @aaumar25 in #250 - Fix double stop check by @aaumar25 in #251
- Add
REMOVEcommand for removing variables by @aaumar25 in #268 - Add parameter hints for CLI commands by @aaumar25 in #269
Full Changelog: 0.16.0...0.16.2
0.16.1
What's Changed
- Change
move_carrierparameter order by @solara404 in #247
Full Changelog: 0.16.0...0.16.1
0.16.0
What's Changed
- Adding alias for deprecated commands by @aaumar25 in #216
- Support absolute path on
LOAD_CONFIGby @aaumar25 in #227 - Update Input Units to Millimeters and Help Text Descriptions by @solara404 in #225
- Revert "Update Input Units to Millimeters and Help Text Descriptions" by @solara404 in #232
- refactor: update input units to millimeter and revise help text by @solara404 in #234
- Simplify move commands by @aaumar25 in #233
- Simplify pull commands by @aaumar25 in #228
- Simplify push commands by @aaumar25 in #229
- Adding "false" option to CAS by @solara404 in #238
- Add examples to CLI help text by @solara404 in #239
- Change CAS interface by @aaumar25 in #240
- Prompt validation by @aaumar25 in #241
- Remove deprecated commands by @aaumar25 in #243
New Contributors
- @solara404 made their first contribution in #225
Full Changelog: 0.15.0...0.16.0
0.15.0
What's Changed
- Wait shall not return
CarrierNotFoundby @aaumar25 in #191 - Switch to JSON5 config format by @mochalins in #192
- Shows info on connected to server by @aaumar25 in #193
- Print enum name on log by @aaumar25 in #194
- Fix panic on start mmc logging by @aaumar25 in #197
- zignet proper sockaddr storage by @aaumar25 in #200
- Throw command errors correctly by @aaumar25 in #202
- Change push to be axis based by @aaumar25 in #199
- Fix invalid free on log initialization by @aaumar25 in #203
- Allow suffix to be used on parameters by @aaumar25 in #207
- Remove
WAIT_PULL_CARRIERby @aaumar25 in #208 - Nonblocking socket with zignet by @aaumar25 in #210
- Fix ipv6 reconnect by @aaumar25 in #211
- Support alias for commands by @aaumar25 in #212
- Fix
SET_CARRIER_IDcommand by @mochalins in #213 - Support printing all carrier info in line by specifying no carrier IDs by @mochalins in #215
- Support servoless carrier pulling by @mochalins in #214
Full Changelog: 0.14.2...0.15.0
0.14.2
What's Changed
- Avoid copying message when sending a command by @aaumar25 in #178
- Remove redundant validation by @aaumar25 in #179
- Fix push continuous target location by @aaumar25 in #180
- Fix logging carrier with wrong axis by @aaumar25 in #181
- Limit one instance mmc logging by @aaumar25 in #182
- Add stop logging by @aaumar25 in #183
- Add cancel log by @aaumar25 in #184
- Change allocator from arena to smp for mmc-client by @aaumar25 in #185
- Cancellable connect command by @aaumar25 in #187
- Support ipv6 by @aaumar25 in #189
- Support non-contiguous mmc-logging by @aaumar25 in #190
Full Changelog: 0.14.1...0.14.2
0.14.1
0.14.0
What's Changed
- Update command queueing line split implementation for Zig 0.15.2 changes by @mochalins in #159
- Fix
CARRIER_IDnot updating variables properly by @aaumar25 in #160 - Return
Overcurrentif a command makes a carrier to be overcurrent by @aaumar25 in #162 - Parameter filtering scheme for several commands by @aaumar25 in #161
- Change parameter filter to suffix by @aaumar25 in #166
- Fix filtering side effects by @aaumar25 in #167
- Variables must begin with alphabet by @aaumar25 in #168
mmc_clientrestructure by @aaumar25 in #164- Support velocity mode, utilize new api target by @aaumar25 in #170
- Support for tracy profiler by @aaumar25 in #171
- Fix out-of-bounds index crash on insert past history selection by @mochalins in #172
- API version assertion logic by @aaumar25 in #173
Full Changelog: 0.13.0...0.14.0
0.13.0
What's Changed
Full Changelog: 0.12.0...0.13.0
0.12.0
What's Changed
- Remove network dependency on
mmc_clientby @aaumar25 in #150 - Migrate to zignet by @aaumar25 in #153
- Fix connecting to other server when connected require
DISCONNECTby @aaumar25 in #154 DISCONNECTcommand does not stop logging by @aaumar25 in #155- Fix
InvalidResponseafter cancelling a command by @aaumar25 in #156 - Support api 1.0 by @aaumar25 in #152
- Remove MCL backend by @mochalins in #157
Full Changelog: 0.11.0...0.12.0