0.0.1
The following is this version of changelog (including the beta/rc version):
🌵 Features
- Basic operation
- New
- Open
- Save
- Save as
- 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©&cut's state.
- Move all sources to
src/
dir - Move core sources to
src/core
dir, ui sources tosrc/ui
dir - Rename the
notepanda
class toMainWindow
🐞 Bug fix
- Fix cannot load SVG files.