diff --git a/Cargo.lock b/Cargo.lock index 604d8b5..a3ebb26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5167,7 +5167,7 @@ dependencies = [ [[package]] name = "tasks" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3abf2bc..f86774e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tasks" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] @@ -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" } diff --git a/res/dev.edfloreshz.Tasks.metainfo.xml b/res/dev.edfloreshz.Tasks.metainfo.xml index 4feaed1..0c41059 100644 --- a/res/dev.edfloreshz.Tasks.metainfo.xml +++ b/res/dev.edfloreshz.Tasks.metainfo.xml @@ -32,6 +32,17 @@ https://raw.githubusercontent.com/edfloreshz/tasks/master/res/icons/hicolor/scalable/apps/dev.edfloreshz.Tasks.svg dev.edfloreshz.Tasks.desktop + + +

Text editor for notes 🎉

+
    +
  • Notes now has a multiline text editor
  • +
  • The window has a border
  • +
  • The theme is now synced with COSMIC
  • +
  • The about page has been revamped
  • +
+
+

Initial release! 🎉

diff --git a/src/app.rs b/src/app.rs index 35c384b..230d56d 100644 --- a/src/app.rs +++ b/src/app.rs @@ -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())]);