Skip to content

Commit

Permalink
news: #1067
Browse files Browse the repository at this point in the history
  • Loading branch information
vzh committed Jun 18, 2024
1 parent b444f28 commit 19d55d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ Notable changes in Lepton EDA 1.9.19 (upcoming)

- The type `GschemPreview` has been renamed to `SchematicPreview`,
all related functions and macros have been renamed accordingly.
The type structure has been made an opaque one and its data is
now available only via accessors.

- The module `(schematic core gettext)` has been renamed to
`(schematic gettext)`.
Expand Down Expand Up @@ -319,6 +321,17 @@ Notable changes in Lepton EDA 1.9.19 (upcoming)
matter whether with mouse click on the menu item or with a
keyboard shortcut, have been fixed.

- The *File Select* dialog code has been refactored so it and its
preview widget are now available for dealing with in Scheme.

- The *Preview* widgets of the *File Select* and *Component
Select* dialogs are now created in Scheme. A new module,
`(schematic preview-widget)`, has been added to work with their
data, signals, and callbacks in Scheme. To make this possible,
several C callbacks and other functions dealing with signals
have been rewritten in Scheme, and a new signal,
"update-preview", has been added.

### Changes in `lepton-archive`:

- The program now outputs its basename instead of the full path
Expand Down

0 comments on commit 19d55d6

Please sign in to comment.