Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.6.0
    d4cd3cd5 · Merge branch 'dev' ·
    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 · Merge branch 'dev' ·
    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.4.0
    02ece711 · Merge branch 'dev' ·
    v0.4.0
    
    New features:
    - offset
      commit aa53765a59d36c405c88de49ee0c3ad0d63459a6
  • v0.3.0
    0f18f366 · Merge branch 'dev' ·
    v0.3.0
    
    New features:
    - show a visualization of the message layout with when pressing v
      commit 0163485cfc7b61be7e9023423d542a4ee8654f3f
  • v0.2.0
    7d34156b · Merge branch 'dev' ·
    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 · pyproject: added URL ·
    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.