All notable changes to this project will be documented in this file.
- Use
Segoe UI
font on Microsoft Windows - Opening files with Drag and Drop.
- Auto complete brackets
- Disable PreviewPanel when not in use
- PreviewPanel didn't work
- Right click menu
- Syntax selection menu
- Clear
- Read-Only mode
- Folding
- Ctrl + Wheel to zoom the text
- Fluent System Icons
- Tab / Spaces indent
- Multi-tab
If you want to track the latest news of Notepanda, welcome to our 📰 Telegram channel!
- Preview panel
- JSON format settings
- Pin to top
- Set window modified
- New logo
- More available syntax highlight themes:
Breeze Dark
,Default
,Printing
,Solarized Dark
andSolarized Light
- Add normal mode icon
- Sticky mode
- Hide sidebar
- Hide line number area
- Hide statusbar
- Use general font (not monospace)
- Smaller window
- Custom background color
- Fix font settings cannot take effect
- Fix file content lost on save (#30)
- NSIS installer cannot found dll
- The
Style
setting has been renamed toStyleTheme
- The
ColorTheme
setting has been renamed toEditorColorTheme
A deb package has also been added.
The main purpose of this release is to fix some bugs in the previous alpha version.
Are you confused when you see this version number? That's right, we've turned 0.0.3 into the more standardized 0.1.3.
- Pin to top
- NSIS installer cannot found dll
A deb package has also been added.
If you want to track the latest news of Notepanda, welcome to our 📰 Telegram channel!
- Set window modified
- New logo
- More available syntax highlight themes:
Breeze Dark
,Default
,Printing
,Solarized Dark
andSolarized Light
- Add normal mode icon
- Sticky mode
- Hide sidebar
- Hide line number area
- Hide statusbar
- Use general font (not monospace)
- Smaller window
- Custom background color
- Fix font settings cannot take effect
- Custom font in Preferences Window
- Change the default font to
monospace
(Different on different systems) - Syntax Highlighting
- Custom theme
- Launch from the shell
- Persistent application settings
- Refactor code structure.
The following is this version of changelog (including the beta/rc version):
- 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
- 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
- Fix cannot load SVG files.
- More basic operation
- Undo
- Redo
- Copy
- Paste
- Cut
- Quit
- Icons (from Remix Icon - Open source icon library)
- Toolbar
- Line numbers
- Highlight current line
- Refactor
- Move all sources to
src/
dir - Move core sources to
src/core
dir, ui sources tosrc/ui
dir - Rename the
notepanda
class toMainWindow
- Move all sources to
First release. 🍻
- Basic operation
- New
- Open
- Save
- Save as