Tags give the ability to mark specific points in history as being important
-
v0.7.0
3d3f495c · ·v0.7.0 Bugfixes: - Python 3.14 compatibility commit ea89b2f17f501f5403814c6859ad136e342375d8 - don't crash when deleting the last signal in a message commit 5754b4b2e9ba653b312a2851ca5601b3c42d305c - avoid crash in check dbc commit 5b8ab13a6cbf97ea76e039800560d588c6297484 - updated cantools to support standard and extended frame messages with same id commit eb66e4692b1f7dca0f695da5202be217ad1cd8af - set minimum, maximum, scale, offset and unit for choices commit b3a887ef28bf523751f42ab858dcff8561f12ac6 New features: - search commit d9ab15d263c7e5bef122715c4913fd58427ad967
-
v0.6.1
25e2ea78 · ·v0.6.1 Bugfixes: - avoid crash with "AttributeError: 'ChoiceBox' object has no attribute 'show_error'" commit c189c7e257f3cb788b6953f0cf824e78f2e8eb94 - don't crash when entering invalid values in integer entries commit 56a96acb20d03a104142a85bb3c649771ac362bb - don't accept invalid input commit 7c7de3b2e3d678b2a413853c1672ca5c210eea33 - don't quit if saving fails commit affc5b9cbe9522641894b81e42ebd601a3720e3f - w and q don't ignore changes in MessageEdit and SignalEdit commit 8ef093cc684ffc0983d570e53d194a7f87f1573a - close ChoiceBox even if saving has failed commit 8fd5108c9ba81547697e9bc81e22d3c58d498548 - detect when new messages are saved commit c34b8e4acbca704e082d6738c0ac742e638fb758 - handle control + C commit f71674fc67e3b8b1c61c37d2bd86db7a5a569d91 New features: - added cancel button to save changes dialogues commit 5d10ebcea50a3238193a1dc099b10cf696e848a5
-
v0.6.0
d4cd3cd5 · ·v0.6.0 New features: - auto replace spaces with underscores in names commit 40172a24368098c5e7440398ffd9dc683e8b242d - auto increment start and name in copy signal commit 5432e62b002fbf56616018a9b4fa12d63b11fba6 - ctrl+u and ctrl+k in edit widgets commit 9a825d8350ae2d3bc0b8af7536cd4e2b05591102 Bugfixes: - don't use newest cantools commit f3a9e8f4297ca12302f70b52f978a6b3ac2450ae - don't crash when trying to open/edit/delete the selected signal but there are no signals commit a37eac727b635d93e9c7f8cfff96d32bc8f96fda - don't crash when trying to open/edit/delete the selected message but there are no messages commit 6974bbe011477744738f3d79ac68da4b54b8c8f4 - evaluate f-string: signal scale + offset commit 61da2bc1ff8b8a97a40d2099437453d240ad6160 - select edited message commit 70524b8376f495925bebe8d2c634a9763a50047f - keep selection when sorting commit 4173a8c9d86a5bc01bd9ea736d2c56ada0eb0d17 - select next when removing commit 76c0ca8c23e68e69d021bd1130bae6dee03fe86e Changes: - changed default: sort by message id commit c86d6df696eff7af8d4bf5983c7d920bcaf41d01 - added shortcut hint for visualize message layout commit 50310050d7cb8103592044b1b860fc59b5a59793 Infrastructure: - type checking with mypy commit 654fe218c8eb94a9e2eeceaf46612d53f9aac4b0 - test that application starts with pytest commit 72522e23598ef44b2f64580ed3a109107b8d64b8
-
v0.5.0
febe70b5 · ·v0.5.0 multiplexing New features: - choose whether to show choices in hex or dec commit a0a5f452a2186de4b2498771e656d6c8c1246c70 - format frame id to different width depending on standard frame vs extended frame commit 05564d91d473af6a576894901b92cfe1e57a5c99 - multiplexing commit 3acfb7e71ccb28633225125f51bf99b8c1c4ebce - copy signal commit 90219fda13f70e7bd23694e83d6232ecefdb2b1f Bugfixes: - show input mode selector for choices commit d75a8b12ba907838a3756c40a775f24337ff1fa6 - select saved signal commit 4fc270c55b7c4f572100d527366dbe60fa7e0fd7 - make choices value edit as wide as necessary commit 98f7db11a0ec0f9f4bda7427a233c29d6d74322d
-
-
v0.3.0
0f18f366 · ·v0.3.0 New features: - show a visualization of the message layout with when pressing v commit 0163485cfc7b61be7e9023423d542a4ee8654f3f
-
v0.2.0
7d34156b · ·v0.2.0 New features: - check user input in message edit commit 0c6df07fd61cd61e2690aebf5d7c2e26b1327867 - check database before writing it commit fc735406c7912e49dd761e54c66506f4d8a90812 - hjkl can be used instead of arrow keys like in vim commit b2f4803291b9ff99317c0a14197d1eef7b733d3f - show file name commit 9ae848afbcf56111ba7320b279e332c496034fed - possibility to sort messages commit c9f9d92ce61d95ec523d156badb9104104e34938 Bugfixes: - changed color of help line commit f4b5eef69bf0a045a8f30770228e825298a1ea8d Changes: - i to edit commit 62cb41f0d9da824b5e47af8f7e61fffec727de20
-
v0.1.0
09e8ad89 · ·v0.1.0 This application is not mature yet but it is already possible to open existing files and create new ones. There are no automated tests yet.