Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
World
Apostrophe
Commits
6f03e525
Commit
6f03e525
authored
Mar 20, 2022
by
Manuel Genovés
Browse files
v2.6.1
parent
85fee52e
Pipeline
#379385
passed with stage
in 5 minutes and 42 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
6f03e525
Version 2.6.1
~~~~~~~~~~~~~~~
Released: 2022-03-20
Bugfixes:
- A small bug in 2.6 which didn't allow to save files
Features:
- Implemented multiwindow support
- Save window state on exit
- Ported to libhandy
- Improved the overall UI
- New animations
- Follow the Dark Mode global preference
- Add an "automatic" color mode
- Improve the High Contrast styles
- Improve inline preview markup
Version 2.6
~~~~~~~~~~~~~~~
Released: 2022-03-19
...
...
data/org.gnome.gitlab.somas.Apostrophe.metainfo.xml.in
View file @
6f03e525
...
...
@@ -43,8 +43,12 @@
</screenshot>
</screenshots>
<releases>
<release
type=
"stable"
version=
"2.6"
date=
"2022-03-
19
T00:00:00Z"
>
<release
type=
"stable"
version=
"2.6
.1
"
date=
"2022-03-
20
T00:00:00Z"
>
<description>
<p>
This release fixes the following bug:
</p>
<ul>
<li>
A small bug in 2.6 which didn't allow to save files
</li>
</ul>
<p>
This release adds the following features:
</p>
<ul>
<li>
Implemented multiwindow support
</li>
...
...
@@ -59,26 +63,29 @@
</ul>
</description>
</release>
<release
type=
"stable"
version=
"2.
5
"
date=
"202
1
-0
8-28
T00:00:00Z"
>
<release
type=
"stable"
version=
"2.
6
"
date=
"202
2
-0
3-19
T00:00:00Z"
>
<description>
<p>
This release adds the following features:
</p>
<ul>
<li>
Added Sepia Mode
</li>
<li>
Improved exported HTML on small screens
</li>
<li>
Updated metadata and runtime version
</li>
<li>
Implemented multiwindow support
</li>
<li>
Save window state on exit
</li>
<li>
Ported to libhandy
</li>
<li>
Improved the overall UI
</li>
<li>
New animations
</li>
<li>
Follow the Dark Mode global preference
</li>
<li>
Add an "automatic" color mode
</li>
<li>
Improve the High Contrast styles
</li>
<li>
Improve inline preview markup
</li>
</ul>
</description>
</release>
<release
type=
"stable"
version=
"2.
4
"
date=
"2021-0
3-10
T00:00:00Z"
>
<release
type=
"stable"
version=
"2.
5
"
date=
"2021-0
8-28
T00:00:00Z"
>
<description>
<p>
This release
fixe
s the following
bug
s:
</p>
<p>
This release
add
s the following
feature
s:
</p>
<ul>
<li>
Fixed a bug where the cursor could go over the bottom of the window
</li>
<li>
Fixed a bug where in certain circumstances the bottom line couldn't be clicked
</li>
<li>
Improved behaviour when dealing with unsaved files.
</li>
<li>
Improved start/end sentence detection in Focus Mode
</li>
<li>
Small improvements in the headerbar title
</li>
<li>
Cleaned a little bit the Shortcuts Window
</li>
<li>
Added Sepia Mode
</li>
<li>
Improved exported HTML on small screens
</li>
<li>
Updated metadata and runtime version
</li>
</ul>
</description>
</release>
...
...
meson.build
View file @
6f03e525
project(
'apostrophe',
version: '2.6',
version: '2.6
.1
',
meson_version: '>= 0.50.0'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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