nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.77k stars 333 forks source link

The app version should also be added to the About window #485

Closed guihkx closed 1 year ago

guihkx commented 1 year ago

Right now, the only way for users to check what version of Notes they're running, is by opening the update checker.

However, after #474 was added, we can now build Notes without any update checking feature, leaving users with no other place to check what version of Notes they're running.

My suggestion would be adding that information to the About window.

Perhaps another easy and nice addition would be adding what Qt version was Notes built against, and also what Qt version we're currently using to run Notes.

nuttyartist commented 1 year ago

Sounds good.