Skip to content

Commit

Permalink
update to v0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Feb 22, 2023
1 parent 887ef25 commit aa3a0e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(
meson_version: '>= 0.57',
)
# add a patch suffix for alpha or beta version, starting with a dash.
patch = '-beta2'
patch = ''

i18n = import('i18n')
gnome = import('gnome')
Expand Down
10 changes: 5 additions & 5 deletions rnote-ui/data/app.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,22 @@

<!-- The changelog should not be translated -->
<releases>
<release version="0.5.14-beta2" date="2023-02-20">
<release version="0.5.14" date="2023-02-20">
<description>
<p>this release changes: (BETA)</p>
<p>this release changes:</p>
<ul>
<li>feature: toggle mode for shortcuts</li>
<li>feature: eraser size picker</li>
<li>improvement: reduce toolbar overlays margins when scrollbar is disabled</li>
<li>improvement: indicate hover over nodes in the selector and typewriter</li>
<li>improvement: reduced save and xopp export file sizes</li>
<li>UI: follow Gnome HIG writing style more closely and fixed string inconsistencies</li>
<li>fix: pdf import with different size pages</li>
<li>fix: image and pdf import offsets now take the document bounds into account</li>
<li>fix: Pdf import with different size pages</li>
<li>fix: image and Pdf import offsets now take the document bounds into account</li>
<li>fix: broken resizing in fixed-size document layout</li>
<li>fix: crash when navigating up/down into non-ASCII text</li>
<li>fix: crash on launch when using a custom stylesheet</li>
<li>fix: rough style fill calculation</li>
<li>fix: rough style fill calculations</li>
</ul>
</description>
</release>
Expand Down

0 comments on commit aa3a0e6

Please sign in to comment.