diff --git a/README.md b/README.md index c2433bf..1ec1590 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,14 @@ gLabels-qt is the development repository for the next major version of gLabels (4.0). +![screenshot](docs/images/screenshot.png) + ## What's new in gLabels-qt? - Based on the Qt cross-platform framework. - Unlike previous versions, glabels-qt is a cross-platform application. So far, it has been built and tested under both Linux and Windows 7 (using MSYS/MINGW toolchain). -- Updated general UI which helps guide the user through typical workflows. +- Updated UI based on typical workflows. ## Status @@ -36,7 +38,7 @@ It is still missing several features to bring it in parity with glabels-3.4. Th These include - Windows (VisualStudio) - - Windows (MINGW 64bit) + - Windows (MINGW) - Mac - Linux (flatpak) - Linux (snap) @@ -46,8 +48,6 @@ These include * Help is needed setting up internationalization and writing translations. -* Additional internal icon themes. - * Suggestions. * For code contributions, see [docs/HACKING.md](docs/HACKING.md). diff --git a/docs/HACKING.md b/docs/HACKING.md index 68e3eec..9520b5b 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -65,14 +65,14 @@ Some characteristics of the development branch: Version numbering ----------------- -- Versions are numbered major.minor.micro (e.g. 4.0.3) -- major version indicates a major change in architecture or technology - - 2.x.x was based on gtk+-2 - - 3.x.x was based on gtk+-3 - - 4.x.x is based on qt-5 -- minor version indicates a minor change in features or design +* Versions are numbered major.minor.micro (e.g. 4.0.3) +* major version indicates a major change in architecture or technology + - 2.x.x was based on gtk+-2 + - 3.x.x was based on gtk+-3 + - 4.x.x is based on qt-5 +* minor version indicates a minor change in features or design - even minor versions are from a stable branch - odd minor versions are from a development branch -- micro version indicates a bugfix release - - See above for release characteristics within a stable branch +* micro version indicates a bugfix release + - See above for release characteristics within a stable branch diff --git a/docs/images/screenshot.png b/docs/images/screenshot.png new file mode 100644 index 0000000..6647a01 Binary files /dev/null and b/docs/images/screenshot.png differ