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
Gabriele Musco
Notorious
Commits
70f8b620
Commit
70f8b620
authored
Jul 19, 2020
by
Gabriele Musco
Browse files
bumped version to 0.3
parent
8a5ab06e
Pipeline
#197619
passed with stage
in 2 minutes and 8 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
data/org.gabmus.notorious.appdata.xml.in
View file @
70f8b620
...
...
@@ -43,6 +43,18 @@
<url
type=
"bugtracker"
>
https://gitlab.gnome.org/gabmus/notorious/issues
</url>
<update_contact>
gabmus@disroot.org
</update_contact>
<releases>
<release
version=
"0.3"
timestamp=
"1595149774"
>
<description>
<ul>
<li>
New Ctrl+j and Ctrk+k shortcuts for moving through notes
</li>
<li>
Improved shortcuts window
</li>
<li>
You can now explicitly choose your editor color scheme
</li>
<li>
Added option to search through subfolders in your notes folder
</li>
<li>
Updated to support the latest version of libhandy
</li>
<li>
Get a notification if the note you have open has changed externally
</li>
</ul>
</description>
</release>
<release
version=
"0.2"
timestamp=
"1591940288"
>
<description>
<ul>
...
...
dist/flatpak/org.gabmus.notorious.json
View file @
70f8b620
...
...
@@ -89,9 +89,9 @@
{
"type"
:
"git"
,
"url"
:
"https://gitlab.gnome.org/GabMus/notorious"
,
"tag"
:
"0.
2
"
"tag"
:
"0.
3
"
}
]
}
]
}
}
\ No newline at end of file
meson.build
View file @
70f8b620
project('notorious',
version: '0.
2
',
version: '0.
3
',
meson_version: '>= 0.50.0',
license: 'GPL3'
)
...
...
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