summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-01-05 15:21:31 -0600
committerMichael Catanzaro <mcatanzaro@redhat.com>2023-01-05 15:21:31 -0600
commit756f36948205bca65af3f597ae03eba5e04e4a31 (patch)
tree44da020832fd6dfdfa8ea7fc40d738e233eb2bb8
parent020e242469884c3c7088c2c3e4a7726633465fc9 (diff)
downloadepiphany-756f36948205bca65af3f597ae03eba5e04e4a31.tar.gz
Prepare 44.alpha44.alpha
-rw-r--r--NEWS34
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in.in1
-rw-r--r--meson.build2
3 files changed, 36 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5c3840c10..7cec602b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+44.alpha - January 5, 2023
+==========================
+
+ * Epiphany now uses GTK 4, libadwaita, and webkitgtk-6.0
+ (!1073, !1203, !1209, !1210, !1221, !1222, !1225, !1226, !1227, !1229, !1230, !1231, !1233, !1254, !1255)
+ * Avoid deprecated GTK APIs (!1232, !1233, !1236) (!1244, Christopher Davis)
+ * Reduce height of preferences window (#1705)
+ * Hide bookmark star in application mode (#1811)
+ * Say "Force Stop" rather than "Kill" (#1849, Cassidy James Blaede)
+ * Remove unreachable libsoup 2 code (#1892, Lukáš Tyrychtr)
+ * Use AdwAboutWindow for about dialog (#1898, Przemyslaw Gorszkowski)
+ * Fix crash on malformed ephy-tab:// URI (#1907)
+ * Fix JS errors in about:overview (#1914, #1917)
+ * Properly encode URIs when copied from address bar (#1930)
+ * Bookmarks popover now uses AdwStatusPage (#1931, sunflowerskater)
+ * Always show Mute Tab in context menu (#1934)
+ * Hide address bar URL scheme in narrow mode (!996)
+ * WebExtensions: Implement support for special shortcut commands (!1186, Jamie Murphy) (!1198)
+ * Remove custom desktop notification implementation (!1187)
+ * Fix some memory leaks (!1193)
+ * Update icons (!1194, Sam Hewitt)
+ * Add "epiphany" keyword to desktop entry (!1195, Hari Rana)
+ * WebExtensions: Redesign Browser Actions to have a flexible presentation (!1199)
+ * Add WebExtensions preferences (!1207, Jamie Murphy)
+ * Improve confusing code layering (!1208, Vanadiae)
+ * Accept single-label hostnames in URIs (!1223)
+ * Update to highlight.js 11.7.0 (!1224)
+ * Add Ctrl+comma shortcut to open preferences (!1234, Sabri Ünal)
+ * Use terminology "web app" rather than "web application" (!1237, Jake Dane)
+ * Duplicate tab when middle clicking on Refresh button (!1240, two)
+ * Tweak tooltips to follow HIG (!1242, sunflowerskater)
+ * Fix issues found by Coverity (!1256, !1257)
+ * Updated translations
+
43.0 - September 15, 2022
=========================
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index d9d544606..a4c75c653 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -55,6 +55,7 @@
<display_length compare="ge">360</display_length>
</requires>
<releases>
+ <release date="2023-01-05" version="44~alpha"/>
<release date="2022-09-15" version="43.0"/>
<release date="2022-09-01" version="43~rc"/>
<release date="2022-08-05" version="43~beta"/>
diff --git a/meson.build b/meson.build
index 1277f0700..cbf236a52 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '43.0',
+ version: '44.alpha',
meson_version: '>= 0.59.0',
default_options: ['c_std=gnu11',
'warning_level=2']