Skip to content

Commit

Permalink
version: bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChungZH committed Jun 21, 2020
1 parent 7cd8b62 commit cb20b7e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,40 @@

All notable changes to this project will be documented in this file.

## [UNRELEASED]
## 0.1.3

> If you want to track the latest news of Notepanda, welcome to our [📰 Telegram channel](https://t.me/notepanda)!
### 🌵 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.

## 0.1.3-alpha2

The main purpose of this release is to fix some bugs in the previous alpha version.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You may use an AUR helper such as `yay` to automatically handle the build proces
yay -S notepanda
```

The latest version is `v0.1.3-alpha2` now.
The latest version is `v0.1.3` now.

## Contributions / Bugs

Expand Down
2 changes: 1 addition & 1 deletion makespec/BUILDVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3201
3203
2 changes: 1 addition & 1 deletion makespec/VERSIONSUFFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-alpha2

0 comments on commit cb20b7e

Please sign in to comment.