Skip to content

Autumn Minor Bug Fixes

Compare
Choose a tag to compare
@tomcl tomcl released this 31 Oct 14:00
· 1556 commits to master since this release
bc43357

This release contains minor bug fixes and features as requested during Autumn Term

  • Current version v2.4.0

v2.4.0

  • It is now possible to reorder the ports on a custom symbol made from a design sub-sheet by editing the sub-sheet and moving port components. The order used on the symbol will be the Y coordinate of the components. Wires will stay connected when ports are reordered.
  • A bug renaming components in copy and paste has been corrected
  • N bit register with enable can now have size altered after creation
  • Canvas change detection (used to enable save button) will now be sensitive to movement of disconnected components
  • Macos builds will now exit the app fully on exit. Previously they stayed on the tray without a window but would not correctly spawn another window.

v2.3.3

  • Many changes to update the build.
  • Very minor changes to make allowed names and error messages better
  • On loading make default directory for load/save the user documents directory

v2.3.2

mend small glitch where autoscrolling causes components to fly off edge of screen

  • Fix bug from #114, see thread there for additional info and what may be enhanced in the future

v2.3.1

Some issues that will be important when managing large designs are fixed.

  • Fixed a bug in rename sheet function that caused the old sheet to reappear in the design after sheet change, unless project is closed and re-opened before sheet change.
  • Fixed a bug in delete sheet function that prevented deletion of sheets, unless project is closed and re-opened before sheet change
  • Improve formatting of sheet menu
  • Fit circuit to window on errors only if all errors are not visible. This is better functionality for very large circuits where errors can best be seen at higher zoom.

v2.3.0

Minor usability improvements as requested: see issues.