diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 15:49:55 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 15:49:55 -0300 |
commit | a66bcf58402d5ea550401cbeb15ecb174242fb39 (patch) | |
tree | c3de0fa02beeb1c4e33601b499c207cbaa5747ea | |
parent | d5dda17b4811ff6f6c3a7ad4c95e516cc71cda50 (diff) |
add README clarification about updating apis
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ See [this blog post](https://blogs.gnome.org/mcatanzaro/2023/03/21/webkitgtk-api Migration instructions for migration to webkit2gtk-6 and GTK4 can be seen [here](https://github.com/WebKit/WebKit/blob/ed1422596dce5ff012e64a38faf402ac1674fc7e/Source/WebKit/gtk/migrating-to-webkitgtk-6.0.md) and [here](https://docs.gtk.org/gtk4/migrating-3to4.html). -Rosenrot is currently on the stable webkit2gtk-4.1 release using GTK3. It has plans to eventually migrate to webkit2gtk-6.0 eventually but not soon. +Rosenrot is currently on the stable webkit2gtk-4.1 release using GTK3, and has removed deprecated webkit apis. It has plans to eventually migrate to webkit2gtk-6.0 eventually but not soon, because the GTK4 rewrite seems onerous. ## Ubuntu 20.04 |