Skip to content

Commit 8e5bed6

Browse files
author
Lains
committed
3.5.0
1 parent 21bb912 commit 8e5bed6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

data/io.github.lainsce.Notejot.metainfo.xml.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@
4545
</custom>
4646
<translation type="gettext">@app_id@</translation>
4747
<releases>
48-
<release version="3.5.0" date="2022-02-11">
48+
<release version="3.5.0" date="2022-03-29">
4949
<description>
5050
<p>Release: Beautiful Superstar</p>
5151
<ul>
52-
<li>Changed: UI ciolors were changed, and some UI parts now look more intuitive.</li>
52+
<li>Added: New Notes Grid view, access your notes in a grid.</li>
53+
<li>Changed: UI colors were changed, and some UI parts now look more intuitive.</li>
54+
<li>Fixed: Unordered list formatting.</li>
55+
<li>Fixed: Some UI bugs.</li>
5356
</ul>
5457
<p>Note: Your notes and notebooks are always saved in ~/.var/app/io.github.lainsce.Notejot when using the Flatpak. Happy notetaking!</p>
5558
</description>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('io.github.lainsce.Notejot', 'vala',
2-
version: '3.3.3',
2+
version: '3.5.0',
33
meson_version: '>= 0.59.0'
44
)
55

src/MainWindow.vala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ namespace Notejot {
3737
[GtkChild]
3838
public unowned Gtk.ToggleButton an_button;
3939
[GtkChild]
40+
public unowned Gtk.ToggleButton g_button;
41+
[GtkChild]
42+
public unowned Gtk.ToggleButton t_button;
43+
[GtkChild]
4044
public unowned Gtk.SingleSelection selection_model;
4145
[GtkChild]
4246
public unowned NoteContentView notecontent;

0 commit comments

Comments
 (0)