Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edfloreshz committed Nov 6, 2024
1 parent 70f630a commit 913ed34
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tasks"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -56,6 +56,9 @@ features = ["serde"]
version = "1.2.1"
features = ["v4"]

[patch."https://github.com/smithay/client-toolkit.git"]
sctk = { package = "smithay-client-toolkit", version = "=0.19.2" }

# [patch."https://github.com/pop-os/libcosmic.git"]
# libcosmic = { git = "https://github.com/edfloreshz/libcosmic.git", branch = "editable_input_internal" }

Expand Down
11 changes: 11 additions & 0 deletions res/dev.edfloreshz.Tasks.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@
<icon type="remote" height="256" width="256">https://raw.githubusercontent.com/edfloreshz/tasks/master/res/icons/hicolor/scalable/apps/dev.edfloreshz.Tasks.svg</icon>
<launchable type="desktop-id">dev.edfloreshz.Tasks.desktop</launchable>
<releases>
<release version="0.1.1" date="2024-11-06">
<description>
<p>Text editor for notes 🎉</p>
<ul>
<li>Notes now has a multiline text editor</li>
<li>The window has a border</li>
<li>The theme is now synced with COSMIC</li>
<li>The about page has been revamped</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2024-07-02">
<description>
<p>Initial release! 🎉</p>
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ impl Application for Tasks {
.set_application_icon(Self::APP_ID)
.set_developer_name("Eduardo Flores")
.set_license_type("GPL-3.0")
.set_version("0.1.0")
.set_version("0.1.1")
.set_support_url("https://github.com/cosmic-utils/tasks/issues")
.set_repository_url("https://github.com/cosmic-utils/tasks")
.set_developers([("Eduardo Flores".into(), "edfloreshz@proton.me".into())]);
Expand Down

0 comments on commit 913ed34

Please sign in to comment.