Skip to content

Commit 913ed34

Browse files
committed
v0.1.1
1 parent 70f630a commit 913ed34

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tasks"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[dependencies]
@@ -56,6 +56,9 @@ features = ["serde"]
5656
version = "1.2.1"
5757
features = ["v4"]
5858

59+
[patch."https://github.com/smithay/client-toolkit.git"]
60+
sctk = { package = "smithay-client-toolkit", version = "=0.19.2" }
61+
5962
# [patch."https://github.com/pop-os/libcosmic.git"]
6063
# libcosmic = { git = "https://github.com/edfloreshz/libcosmic.git", branch = "editable_input_internal" }
6164

res/dev.edfloreshz.Tasks.metainfo.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@
3232
<icon type="remote" height="256" width="256">https://raw.githubusercontent.com/edfloreshz/tasks/master/res/icons/hicolor/scalable/apps/dev.edfloreshz.Tasks.svg</icon>
3333
<launchable type="desktop-id">dev.edfloreshz.Tasks.desktop</launchable>
3434
<releases>
35+
<release version="0.1.1" date="2024-11-06">
36+
<description>
37+
<p>Text editor for notes 🎉</p>
38+
<ul>
39+
<li>Notes now has a multiline text editor</li>
40+
<li>The window has a border</li>
41+
<li>The theme is now synced with COSMIC</li>
42+
<li>The about page has been revamped</li>
43+
</ul>
44+
</description>
45+
</release>
3546
<release version="0.1.0" date="2024-07-02">
3647
<description>
3748
<p>Initial release! 🎉</p>

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ impl Application for Tasks {
233233
.set_application_icon(Self::APP_ID)
234234
.set_developer_name("Eduardo Flores")
235235
.set_license_type("GPL-3.0")
236-
.set_version("0.1.0")
236+
.set_version("0.1.1")
237237
.set_support_url("https://github.com/cosmic-utils/tasks/issues")
238238
.set_repository_url("https://github.com/cosmic-utils/tasks")
239239
.set_developers([("Eduardo Flores".into(), "[email protected]".into())]);

0 commit comments

Comments
 (0)