Skip to content

Commit

Permalink
Merge pull request #54 from vkbo/release_0.2.3
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
vkbo committed Oct 6, 2019
2 parents 16a7ec9 + 2c1b74d commit 46ff364
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# novelWriter ChangeLog

## Version 0.2.3 [2019-10-06]

**User Interface**

* The search feature now also allows for replacing text, so the basic search/replace tools in now complete. PRs #51 and #52
* All icons have been removed from the menu, and the dark theme has received a new set of basic icons. They are not very fancy, so will perhaps be replaced by a proper icon set later. PR #53

## Version 0.2.2 [2019-09-29]

**Bug Fixes**
Expand Down
4 changes: 2 additions & 2 deletions nw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
__author__ = "Veronica Berglyd Olsen"
__copyright__ = "Copyright 2018–2019, Veronica Berglyd Olsen"
__license__ = "GPLv3"
__version__ = "0.2.2"
__date__ = "2019-09-29"
__version__ = "0.2.3"
__date__ = "2019-10-06"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from distutils.core import setup
setup(
name="novelwriter",
version="0.2.2",
version="0.2.3",
py_modules=["nw"],
)

0 comments on commit 46ff364

Please sign in to comment.