diff --git a/README.md b/README.md index 77c1d61d..074641f7 100644 --- a/README.md +++ b/README.md @@ -31,22 +31,6 @@ The full documentation is available at The contributing guide is available in [CONTRIBUTING](CONTRIBUTING.md). -### Development Status - -The application is still under initial development, but all core features have now been added. -The core functionality has been in place for a while, and novelWriter is being used for writing -projects by the author and collaborators. - -No new major features will be added at this time, until the application is stable. Until then, -novelWriter is in a _beta_ state. Please report any issues you encounter via the repository's issue -tracker. - -You should be able to use novelWriter for real projects, but as with all software, please make -regular backups of your data. There is a built in backup feature that can pack the entire project -into a zip file each time the main window or the project is closed. Please check the documentation -for further details. - - ## Implementation The application is written in Python 3 using Qt5 via PyQt5. It is developed on Linux, but it should diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx index 4a7f45d3..db32b89d 100644 --- a/sample/nwProject.nwx +++ b/sample/nwProject.nwx @@ -1,13 +1,13 @@ - + Sample Project Sample Project Jane Smith Jay Doh - 810 + 823 153 - 39261 + 39446 False @@ -120,7 +120,7 @@ 1811 318 8 - 78 + 1880 Another Scene diff --git a/setup.cfg b/setup.cfg index ad1c6ddb..848c51a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: Implementation :: CPython License :: OSI Approved :: GNU General Public License v3 (GPLv3) - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Operating System :: OS Independent Intended Audience :: End Users/Desktop Natural Language :: English