Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 897 Bytes

CHANGELOG.md

File metadata and controls

47 lines (37 loc) · 897 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.

[Unreleased]

  • Release full working version
  • Add Nix flake
  • Add widgets:
    • EasyFrame
    • EasyLabelFrame
    • EasyButton
    • EasyListbox
    • EasyImage
    • EasyTable
    • EasyTitle
    • ...
  • Add top-level functions:
    • select
    • choose_file
    • choose_dir
    • choose_save_path
    • ask_yes_no
    • ...
  • ...

v0.1.0

2022-09-13 | Malte Herrmann

Add:

  • Add main window for GUIs: Window
  • Add widgets:
    • EasyCheckbutton
    • EasyCombobox
    • EasyEntry
    • EasyFileDialogue
    • EasyLabel
    • EasyReturnWidget for window types Selection, SelectionFalse, YesNo
    • EasyText