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
e2ab1dd6
Verified
Commit
e2ab1dd6
authored
Jul 17, 2021
by
Jordan Petridis
🌱
Browse files
Bump version to 41.alpha
parent
1796fc4c
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
e2ab1dd6
News in
[u
nreleased
]
News in
U
nreleased
, xxxx-yy-zz
----------------------------
* Deteplification:
- The tepl maintainer has "frozen" the project until further notice
- Moving things to tepl introduced some breakage, such as translation of the
default filename
- gedit didn't use much of the API anyway
- Used even less of amtk
- Revert all usage of amtk and tepl
- Unfortunatly a couple bug fixes may have been lost
- Plugin API is essentially reverted to 3.36
*
News in 41.alpha, 2021-07-17
----------------------------
* Replace use of Tepl and AMTK
* Use sourceview4 in the snap build
* Enable OpenLink plugin by default
* Warn when trying to open a big file and allow to cancel
* Port open-selector to GDateTime
* Allow disabling gspell and python options
* Fix parsing of font-family strgins when they contain whitespace
* Translation updates.
News in 40.1, 2021-04-17
------------------------
...
...
data/org.gnome.gedit.appdata.xml.in
View file @
e2ab1dd6
...
...
@@ -36,6 +36,7 @@
<translation
type=
"gettext"
>
gedit
</translation>
<content_rating
type=
"oars-1.1"
/>
<releases>
<release
version=
"41.alpha"
date=
"2021-07-17"
/>
<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 @
e2ab1dd6
project
(
'gedit'
,
'c'
,
version
:
'4
0.1
'
,
version
:
'4
1.alpha
'
,
meson_version
:
'>= 0.53'
)
...
...
@@ -13,7 +13,7 @@ i18n = import('i18n')
pkg_config
=
import
(
'pkgconfig'
)
python
=
import
(
'python'
)
api_version
=
'4
0.0
'
api_version
=
'4
1.alpha
'
# 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