Skip to content

Commit 938d32e

Browse files
committed
poinc
1 parent f9cc25e commit 938d32e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

data/io.github.ellie_commons.jorts.metainfo.xml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<releases>
6767
<release version="2.1.0" date="2025-02-25">
6868
<description>
69-
<p>2.1.0 Fresh out of the laundry!<br></p>
69+
<p>2.1.0 Fresh out of the laundry!</p>
7070
<ul>
7171
<li>Includes a per-note zoom! So you can get bigger or smaller text</li>
7272
<li>Latest set zoom, aka what is most comfortable to you, stays as default for new notes</li>
@@ -78,12 +78,12 @@
7878
</release>
7979
<release version="2.0.1" date="2025-02-25">
8080
<description>
81-
<p>2.0.1 Appcenter release<br></p>
81+
<p>2.0.1 Appcenter release</p>
8282
</description>
8383
</release>
8484
<release version="2.0.0" date="2025-02-25">
8585
<description>
86-
<p>2.0.0 Release: Slate And Bubblegum<br></p>
86+
<p>2.0.0 Release: Slate And Bubblegum</p>
8787
<ul>
8888
<li>Revival of an ancient but well loved version of Notejot</li>
8989
<li>The app is now named Jorts. You however cannot wear it</li>

src/MainWindow.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ namespace jorts {
9797
set_accels_for_action (ACTION_ZOOM_DEFAULT, ACCELS_ZOOM_DEFAULT);
9898
set_accels_for_action (ACTION_ZOOM_IN, ACCELS_ZOOM_IN);
9999
set_accels_for_action (ACTION_ZOOM_OUT, ACCELS_ZOOM_OUT);
100-
}
101100

102101

103102

0 commit comments

Comments
 (0)