Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lains committed Mar 29, 2022
1 parent 21bb912 commit 8e5bed6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions data/io.github.lainsce.Notejot.metainfo.xml.in
Expand Up @@ -45,11 +45,14 @@
</custom>
<translation type="gettext">@app_id@</translation>
<releases>
<release version="3.5.0" date="2022-02-11">
<release version="3.5.0" date="2022-03-29">
<description>
<p>Release: Beautiful Superstar</p>
<ul>
<li>Changed: UI ciolors were changed, and some UI parts now look more intuitive.</li>
<li>Added: New Notes Grid view, access your notes in a grid.</li>
<li>Changed: UI colors were changed, and some UI parts now look more intuitive.</li>
<li>Fixed: Unordered list formatting.</li>
<li>Fixed: Some UI bugs.</li>
</ul>
<p>Note: Your notes and notebooks are always saved in ~/.var/app/io.github.lainsce.Notejot when using the Flatpak. Happy notetaking!</p>
</description>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,5 +1,5 @@
project('io.github.lainsce.Notejot', 'vala',
version: '3.3.3',
version: '3.5.0',
meson_version: '>= 0.59.0'
)

Expand Down
4 changes: 4 additions & 0 deletions src/MainWindow.vala
Expand Up @@ -37,6 +37,10 @@ namespace Notejot {
[GtkChild]
public unowned Gtk.ToggleButton an_button;
[GtkChild]
public unowned Gtk.ToggleButton g_button;
[GtkChild]
public unowned Gtk.ToggleButton t_button;
[GtkChild]
public unowned Gtk.SingleSelection selection_model;
[GtkChild]
public unowned NoteContentView notecontent;
Expand Down

0 comments on commit 8e5bed6

Please sign in to comment.