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
0fe9b45b
Commit
0fe9b45b
authored
Feb 14, 2022
by
Jeremy Bicha
🎹
Browse files
Release gedit 41
parent
75421c25
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
0fe9b45b
News in 41,
xxxx-yy-zz
News in 41,
2022-02-14
----------------------------
*
* Fix some crashes, one when opening files, another when
deleting the open folder with the file browser plugin active
* Fix buttons in the color scheme selector dialog
* Build fixes
* Improve symbolic icon coloring
* Improve Save As behavior when saving error infobar is showing
* Translation updates
* Note that gnome-text-editor will be GNOME's recommended text
editor beginning with the GNOME 42 release next month
News in 41.alpha, 2021-07-17
----------------------------
...
...
data/org.gnome.gedit.appdata.xml.in
View file @
0fe9b45b
...
...
@@ -36,7 +36,7 @@
<translation
type=
"gettext"
>
gedit
</translation>
<content_rating
type=
"oars-1.1"
/>
<releases>
<release
version=
"41
.alpha
"
date=
"202
1
-0
7
-1
7
"
/>
<release
version=
"41"
date=
"202
2
-0
2
-1
4
"
/>
<release
version=
"40.1"
date=
"2021-04-17"
/>
<release
version=
"40.0"
date=
"2021-03-19"
/>
<release
version=
"3.38.0"
date=
"2020-09-11"
/>
...
...
meson.build
View file @
0fe9b45b
project
(
'gedit'
,
'c'
,
version
:
'41
.alpha
'
,
version
:
'41'
,
meson_version
:
'>= 0.53'
)
...
...
@@ -13,7 +13,7 @@ i18n = import('i18n')
pkg_config
=
import
(
'pkgconfig'
)
python
=
import
(
'python'
)
api_version
=
'41
.alpha
'
api_version
=
'41'
# Paths
root_include_dir
=
include_directories
(
'.'
)
...
...
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