diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3f7f91..39b57f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,26 +48,26 @@ final release. **Usability** * The Settings menu in the sidebar now always pops out to the right and upwards from the bottom of - the icon. The previous behaviour was not guaranteed to stay in the vissible area of the screen. + the icon. The previous behaviour was not guaranteed to stay in the visible area of the screen. PR #1520. * The right click action on a misspelled word now uses the actual spell checker data for lookup. Previously, the spell checker would underline a word that was misspelled, but the right click action actually had no way of reading where the error line was, so it had to guess again what word the user was clicking. Since these two parts of the code used different logic, they sometimes produced different results. The spell checker now saves the location of each spell - check error, and the right click action retrieves this data when genrating suggestions, which + check error, and the right click action retrieves this data when generating suggestions, which should eliminate the problem of picking the correct word boundaries. Issue #1532. PR #1525. * The language of a project is not set in the New Project Wizard and in Project Settings. It is no longer defined in the Build Settings panel. Issue #1588. PR #1589. -* The way switching focus and view in the main GUi has changed. Pressing `Ctrl+T` will now switch +* The way switching focus and view in the main GUI has changed. Pressing `Ctrl+T` will now switch focus to the Project or Novel Tree if focus is elsewhere, or if either have focus already, it will switch view to the other tree. Pressing `Ctrl+E` will switch focus and view to the Document - Editor. Pressing `Ctrl+Shift+T` will do the same for the Outline View. The old Alt-based shorcuts - have been removed. Issues #1310 and #1291. PR #1590. + Editor. Pressing `Ctrl+Shift+T` will do the same for the Outline View. The old Alt-based + shortcuts have been removed. Issues #1310 and #1291. PR #1590. **User Interface** -* The labels under the sidebar buttons have been removed. The tooltips have the necessary +* The labels under the sidebar buttons have been removed. The tool tips have the necessary information. PR #1520. **Other Improvements** diff --git a/novelwriter/assets/icons/novelwriter.ico b/novelwriter/assets/icons/novelwriter.ico index fccc8bf9..54301ffe 100644 Binary files a/novelwriter/assets/icons/novelwriter.ico and b/novelwriter/assets/icons/novelwriter.ico differ diff --git a/novelwriter/assets/icons/x-novelwriter-project.ico b/novelwriter/assets/icons/x-novelwriter-project.ico index 752d71e3..ab97bb2b 100644 Binary files a/novelwriter/assets/icons/x-novelwriter-project.ico and b/novelwriter/assets/icons/x-novelwriter-project.ico differ diff --git a/setup/description_pypi.md b/setup/description_pypi.md index 9ee924c8..1bd8cfef 100644 --- a/setup/description_pypi.md +++ b/setup/description_pypi.md @@ -10,9 +10,9 @@ synchronisation tools. All text is saved as plain text files with a meta data he project structure is stored in a single project XML file, and other meta data is primarily saved as JSON files. -The application is written with Python 3 (3.8+) using Qt5 and PyQt5 (5.3+). It is developed on +The application is written with Python 3 (3.8+) using Qt5 and PyQt5 (5.10+). It is developed on Linux, but should in principle work fine on other operating systems as well as long as dependencies -are met. It is regularly tested on Debian and Ubuntu Linux, Windows, and macOS. +are met. It is regularly tested on Debian and Ubuntu Linux, Windows, and MacOS. novelWriter is developed and maintained by [Veronica Berglyd Olsen](https://github.com/vkbo). diff --git a/setup/icons/novelwriter.ico b/setup/icons/novelwriter.ico index fccc8bf9..54301ffe 100644 Binary files a/setup/icons/novelwriter.ico and b/setup/icons/novelwriter.ico differ diff --git a/setup/icons/x-novelwriter-project.ico b/setup/icons/x-novelwriter-project.ico index 752d71e3..ab97bb2b 100644 Binary files a/setup/icons/x-novelwriter-project.ico and b/setup/icons/x-novelwriter-project.ico differ diff --git a/setup/make_release.sh b/setup/make_release.sh index 4ee78940..ae465909 100755 --- a/setup/make_release.sh +++ b/setup/make_release.sh @@ -26,8 +26,8 @@ echo " Building Minimal Packages" echo "================================================================================" echo "" python3 pkgutils.py minimal-zip --target-win -python3 pkgutils.py minimal-zip --target-linux -python3 pkgutils.py minimal-zip --target-darwin +# python3 pkgutils.py minimal-zip --target-linux +# python3 pkgutils.py minimal-zip --target-darwin echo "" echo " Building Linux Packages"