Skip to content

Commit

Permalink
version: bump version to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChungZH committed May 8, 2020
1 parent 96b656e commit 13c3c07
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
34 changes: 27 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,41 @@

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

## [Unreleased]
## 0.0.1

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

- Print
### 🌵 Features

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

### Optimization
### 🦋 Optimization

- Refactor
- Use Lambda to set action undo&redo&copy&cut's state.
- 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
### 🐞 Bug fix

- Fix cannot load SVG files.

Expand All @@ -33,7 +53,7 @@ All notable changes to this project will be documented in this file.
- Quit
- Icons (from [Remix Icon - Open source icon library](https://remixicon.com/))
- Toolbar
- :star: Line numbers
- Line numbers
- Highlight current line

### 🦋 Optimization
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ So enjoy this toy 🍵️
## Feature

- Basic operation

- Line numbers
- Show characters & line numbers

## Roadmap

Expand All @@ -41,7 +39,7 @@ See [Projects](https://github.com/ChungZH/notepanda/projects/).

Go to [Releases](https://github.com/ChungZH/notepanda/releases) page.

The latest version is `v0.0.1-rc.1` now.
The latest version is `v0.0.1` 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 @@
1010
1500
2 changes: 1 addition & 1 deletion makespec/VERSIONSUFFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-rc.1

0 comments on commit 13c3c07

Please sign in to comment.