Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 788 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 788 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.3 - 2023-06-12

Enabled events for Entry by default.

Added

  • Entry now has events enabled by default.
  • Added keyrelease argument to Entry constructor to enable EventType.KeyRelease events.

Fixed

Changed

Removed

0.4.2 - 2023-06-12

Added declarative syntax for creating menus.

Added

  • MenuBar, Menu, Command, MenuSeparator classes.

Fixed

Changed

Removed