notepanda

📃 A simple cross-platform notepad. Based on Qt and C++.

MIT License

Stars
336
notepanda - 0.1.4 Latest Release

Published by ChungZH about 4 years ago

🌵 Features

  • 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
notepanda - 0.1.3

Published by ChungZH over 4 years ago

If you want to track the latest news of Notepanda, welcome to our 📰 Telegram channel!

🌵 Features

  • Preview panel
  • JSON format settings
  • Pin to top
  • Set window modified
  • New logo
  • More available syntax highlight themes: Breeze Dark, Default, Printing, Solarized Dark and Solarized 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

🐞 Bug fix

  • Fix font settings cannot take effect
  • Fix file content lost on save (#30)
  • NSIS installer cannot found dll

! BREAKING CHANGE !

  • The Style setting has been renamed to StyleTheme
  • The ColorTheme setting has been renamed to EditorColorTheme

A deb package has also been added.

notepanda - 0.1.3-alpha2

Published by ChungZH over 4 years ago

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.

🌵 Features

  • Pin to top

🐞 Bug fix

  • 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!

notepanda - 0.0.3-alpha1

Published by ChungZH over 4 years ago

🌵 Features

  • Set window modified
  • New logo
  • More available syntax highlight themes: Breeze Dark, Default, Printing, Solarized Dark and Solarized 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

🐞 Bug fix

  • Fix font settings cannot take effect
notepanda - 0.0.2

Published by ChungZH over 4 years ago

🌵 Features

  • 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

🦋 Optimization

  • Refactor code structure.

Are you excited?

BTW, now the Windows installer is ready to use. If you have any problem, please submit an issue!

If you are Arch Linux (or Arch-based distros) user, you can get Notepanda from AUR. Like yay -S notepanda.

notepanda - 0.0.1

Published by ChungZH over 4 years ago

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.
notepanda - v0.0.1-rc.1

Published by ChungZH over 4 years ago

🍻🍻

The SECOND release!

🌵 Features

🦋 Optimization

  • Refactor
    • 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
notepanda - v0.0.1-alpha

Published by ChungZH over 4 years ago

🍻

The FIRST release!

🌵 Features

  • Basic operation
    • New
    • Open
    • Save
    • Save as

Also refactored once.

Oh, there is only a Windows 64-bit release now. There should be more next time. Maybe, who knows