Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

43 lines (28 loc) · 1.09 KB

Changelog

v1.0

  • Misc: Improve code structure
  • Misc: Update dependencies (raylib 5.0 -> 5.5)

v0.6

  • Config: Improve color managements + Added possibility to use named colors (eg: Blue, Red, ...)

v0.5

  • GUI: Improving looks
  • Config: Adding config for colors

v0.4

  • GUI: Added accentuated characters management
  • GUI: Added scrolling in rules

v0.3

  • GUI: Adding color in matching result to clearly see what part of the rule matches with the input
  • Config: Added configurations values for font selection/size and max displayed results
  • Config: Added configuration to enable search by rule description

v0.2

  • GUI: increased input text area size
  • Rule: Adding search of input text inside rules descriptions
  • Misc: Logs are now generated in a file

v0.1

First release

  • GUI: Created with basic controls
  • GUI: Up/Down/Home/End keys to navigate the list
  • GUI: Highlight of selected element
  • GUI: Enter/Numpad Enter to validate entry and execute
  • Rule: Structure created with methods and functions
  • Config: Structure created with methods