Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sujiniku
gedit
Commits
2be21c8f
Commit
2be21c8f
authored
May 29, 2020
by
swilmet
Browse files
Release 3.37.2
parent
0f34de89
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
2be21c8f
News in 3.37.2, 2020-
xx-yy (not yet released)
News in 3.37.2, 2020-
05-29
--------------------------
* gedit is now available on the Microsoft Store!
* Remove the checkupdate plugin (no longer useful).
...
...
@@ -8,7 +8,8 @@ News in 3.37.2, 2020-xx-yy (not yet released)
* Documentation updates.
* About dialog: have the gedit icon, not the old logo.
* Many improvements to the build system.
* Fix a bug.
* Fix a few bugs.
* Add a few keyboard shortcuts to the Shortcuts window.
* Updates to the Flatpak and Snap.
* Translation updates.
...
...
data/org.gnome.gedit.appdata.xml.in
View file @
2be21c8f
...
...
@@ -37,6 +37,7 @@
<translation
type=
"gettext"
>
gedit
</translation>
<content_rating
type=
"oars-1.1"
/>
<releases>
<release
version=
"3.37.2"
date=
"2020-05-29"
/>
<release
version=
"3.37.1"
date=
"2020-04-24"
/>
<release
version=
"3.36.1"
date=
"2020-03-20"
/>
<release
version=
"3.36.0"
date=
"2020-03-06"
/>
...
...
meson.build
View file @
2be21c8f
...
...
@@ -45,7 +45,7 @@ gio_dep = dependency('gio-2.0', version: '>= 2.64')
libgedit_public_deps
=
[
gio_dep
,
dependency
(
'gtk+-3.0'
,
version
:
'>= 3.22'
),
dependency
(
'tepl-5'
,
version
:
'>= 4.99.
1
'
),
dependency
(
'tepl-5'
,
version
:
'>= 4.99.
2
'
),
dependency
(
'libpeas-gtk-1.0'
),
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment