Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 20:44
· 624 commits to main since this release

Changelog

  • 2752bea .idea/workspace.xml now git ignored
  • 8c0394b Add TriceTransfer call for deferred mode
  • 1b61ea5 Adjust target delta column spacing
  • 7182f4e Binary data example for Trices without timestamps added
  • 0e5dcac Bump super-linter/super-linter from 8.3.0 to 8.3.1 in /.github/workflows (#605)
  • e5de93c Clion Inspection Hints incorporated into C Src Code
  • 46f94c9 Compile without (u)int64 and with 16-bit (u)int, solving #607 and #608 (#609)
  • 4aca933 Document tsdelta disable semantics and examples
  • 5f6193b Extend ANSI time tag aliases
  • 6c1082c Fix variadic formatting in msg whitebox test
  • 0aa0cc1 Global \n as line separator.
  • 3be7aea Ignore local Go build cache
  • 2719b91 Keep uppercase timestamp tags in width calculation
  • a4254eb Make ant verbose exclude test path-portable
  • 2494f1b Merge branch 'codexRefactoring'
  • f259330 Merge branch 'codexRefactoring'
  • b077298 Merge branch 'main' into codexRefactoring
  • 367be84 Merge branch 'main' into tsdelta
  • 7a37648 Merge branch 'main' into tsdelta
  • 85d5f72 Merge branch 'main' into tsdelta
  • afce26f Merge remote-tracking branch 'origin/main'
  • eb88753 Merge remote-tracking branch 'origin/main'
  • 7fc6645 Names ...LinebyLine into ...LineByLine
  • 176b47c README.md slightly improved
  • 9f8eb54 Reasons added for "Not applicable for a large legacy code basis."
  • 7593388 ReflowComments type adapted to newer versions
  • bdc044f Remove workspace.xml from version control
  • a9828fb Smaller typos corrected in TriceUsermanual.md
  • 16c0d93 Snapshot current worktree state
  • 345b644 Treat explicit empty tsdelta flags as disabled
  • 5698f46 Trice Compare Added
  • 18f5fd9 Trice compare sheet added to Readme
  • 2b53966 all txt file forced to have \n as line separator
  • a662e47 args: add package docs and improve CLI comments
  • 6896d7c chore(decoder): remove unused decoder testdata binary
  • a423893 chore(src): normalize SPDX headers and include-block spacing
  • 370e184 chore: normalize Go file headers to SPDX MIT
  • 502faf2 ci: exclude flaky circuitcellar link from lychee
  • 51e1d12 clion inspections settings adapted
  • cc12567 clion test project added for code review
  • ef5a68f code cleaning
  • 831405b code more robust
  • 81b7cc0 code more robust and comments improved
  • 9d55c02 codex adaptions accepted.
  • 4372fb6 comment typos corrected
  • fefcf74 dead code removed
  • b30e146 decoder: add shared registry and constructor infrastructure
  • c2a431a decoder: migrate char/dump/trex packages to shared init path
  • ac2c2df docs(com): clarify package and interface comments
  • 5638a6a docs(emitter): add package doc and improve code comments
  • 90da07f docs(pkg): add doc.go files and clean package comments
  • 40e66f5 docs(src): refine doxygen API docs and remove duplicate impl comments
  • 3dda3aa docs: add PR template and refine contributing guide
  • 380e11a docs: fix generated help links
  • 726a9df docs: fix markdown lint issues
  • 0017f2a docs: link manuals to generated CLI help
  • 8329dc5 docs: update changelog for v1.1.1 and v1.2.0
  • b29d0e8 feat(cli): add target timestamp delta columns
  • dec6598 first shot of a AI reworked UM (experimental)
  • 44a35d9 no changes
  • e6c4344 p.Read more robust now
  • 8d9925b refactor(emitter): simplify banOrPickFilter with slices.Contains
  • 29661f3 refactor(trexDecoder): extract formatting helpers and raise coverage
  • ed419ed refactor(trexDecoder): print debug buffers as strings
  • cd745f4 refactor(trexDecoder): reduce duplication and expand branch coverage
  • d701913 refactor(trexDecoder): stringify removeZeroHiByte debug bytes
  • 3fd16b6 refactor(trexDecoder): use tagged switch in removeZeroHiByte
  • f896241 ringB_de_multi_nopf_ua excluded from tests
  • c86420f small HTML syntax correction
  • 8c0a338 small code cleanup
  • 7ff365e test(com): cover open/close verbose and list-error paths
  • 413f555 test(decoders): improve coverage and tighten decoder comments
  • 2f642de test(do): improve docs and add tcpWriter coverage
  • db4c87b test(docs): generate and verify help-all output
  • e1ccdea test(emitter): increase coverage across filters, RPC paths, and helpers
  • 4a4c465 test(translator): fix ts0delta auto-width expectations
  • 97a83ff test(trexDecoder): adapt debug assertions to string buffer output
  • b734ae7 test(trexDecoder): add none-framing edge-case coverage
  • 6630a9f test(trexDecoder): cover doubled-id and framed cleanup paths
  • 98f78d9 test(trexDecoder): cover password-enabled decrypt stage
  • f1d47ce test(trexDecoder): cover read and sprint error/resync branches
  • 0bbe522 tests improved with serial port dummy
  • a1aa918 tests splitted
  • 514a914 tests(args): increase handler branch coverage to 88%
  • 18f1287 tests(args): increase help and subcommand coverage
  • dc9e54c tests(pkg): expand ant/cipher/msg/tst coverage
  • 62686ea tests: harden args/msg coverage and remove brittle line-number checks
  • c831846 triceS chapter extended