Wayland is nearly done playing catchup, work should dramatically accelerate, the great transition is finally almost over.
All that's left to get wayland to feature parity with x at this point is an accessibility protocol (which should also allow xdotool stuff to work), gnome is working on one. Once that's done and released, a bunch of devs will be freed up to work on new stuff.
which will add a proper protocol for global shortcuts (right now the compositors that have implemented it have implemented it with a hack, instead of a proper protocol, extremely minor since pretty much everyone has already functionally figured this out)
Could anybody in short explain, what I have to understand from “it’s tagged”?
Git is the most popular version control system, which lets developers track changes to software source code. A "tag" applies a name (or version number) to a specific point in the history.
The commit shows that there was a longer with 3.0.0 tag before and now its just 3.0.0
The link goes to a commit which is tagged GIMP_3_0_0, and shows the change made in this commit. This commit happens to change the version line in a file called meson.build - this file configures Meson, which is used to build GIMP. The version is being changed from 3.0.0-RC3+git to 3.0.0. The string "RC3" in the previous version number is short for "release candidate 3", and "git" here means that there were additional changes since "release candidate 3" was released.
What does that tell us? :D
So far the news and downloads pages still haven't been updated, but the version being changed to 3.0.0 and this commit being tagged tells us that GIMP 3.0.0 is about to be released: official binaries and an announcement about it can be expected to appear very soon.
The tag means no more changes will be included in 3.0.0; if some show-stopping bug were discovered now, the version number would be incremented to 3.0.1 rather than to include a fix in 3.0.0. (Technically, a tag can be updated/replaced, but by convention it is not.)
People downvote you but gimp's interface and UX is atrocious. I only use it because I've been using it for >20 years and I understand how it works, but still...
I remember downloading it a few years back to do some basic image editing and drawing. I think I wanted to make a simple diagram for a lab paper. I didn't get very far though and ended up using an alternative program. It may not be objectively terrible. but the first time user experience leaves a lot to be desired.