Skip to content

0.0.1

Compare
Choose a tag to compare
@ChungZH ChungZH released this 08 May 11:38
· 168 commits to master since this release

The following is this version of changelog (including the beta/rc version):

🌵 Features

  • Basic operation
    • New
    • Open
    • Save
    • Save as
    • Print
    • Undo
    • Redo
    • Copy
    • Paste
    • Cut
    • Quit
  • Icons (from Remix Icon - Open source icon library)
  • Toolbar
  • Line numbers
  • Highlight current line
  • Beautify the interface
  • Show characters & line numbers on status bar
  • Preferences Window

🦋 Optimization

  • Refactor
    • Use Lambda to set action undo&redo&copy&cut's state.
    • Move all sources to src/ dir
    • Move core sources to src/core dir, ui sources to src/ui dir
    • Rename the notepanda class to MainWindow

🐞 Bug fix

  • Fix cannot load SVG files.