Skip to content

0.8 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@robincornelius robincornelius released this 23 Oct 18:30
· 129 commits to xdd since this release

b60f4eb Add command line wrapper project
ae1bbb6 Ensure HighLimit and LowLimit are not null and not empty string
2f75a3f Fix unused compat entry variable.
a74c228 Remove unused compatfixed variables as one broke the merge
68c75c5 Added access keys to right click menus, keyboard shortcut (Ctrl + Shift + N) for adding a new object to the dictionary. "Select All" added to right click menu for object dictionary list items
a153f42 Added drag and drop support for opening files, select all keyboard shortcut (Ctrl + A) for OD object lists
3f5b184 Items can be deleted from OD using the delete key; enable/disable and delete multiple objects from the object dictionary at once.
3dca58e Added keyboard shortcuts and access keys to menu items
ceaac9c Fix CANopenNode TPDO compatibilityEntry naming and index.
7ce9b9a feat: Add TimeStamp feature
f357804 - update different spelling to "CANopen" in comments and strings
5a8b9e2 Possible Bugfix: Unable Bug: Unable to save c file with different file name #157to save c file with different file name #157
562df1c Remove GPL license and copyright from header of generated CO_OD.{c,h} files.
4f6c5f8 Remove whitespace at end-of-line and avoid mixed line-endings in generated files.
e379e50 added documentation generation to markdown fixed saving of low and high values its now possible to add describtions to subobjects
821eedb Update copyright header
a98a726 Update copyright dates
b77b4e2 Fix Change Notification callbacks on OD window
9931703 Complete hooking up of High/Low limits and actual value
f9d0871 Place object settings in a container and adjust anchors. See #154
4daaf2b Make the Network save/load function also support a compound XDD file format.
f4e2b11 Add extra attributes to the XDD to permit storing of the storage location with in the XDD format Fixes #139. It appears there are no usable extension attributes or other fields that can be used so i've just added a new attribute. This may create a warning in other editors when loading a file as this is officially an unsupported attribute. But really they should just ignore it.
e63ed44 Improvements to denotation handling in XDD
c97e4ec Fix numerous spellings in comments, strings and messages fixes #153