Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edfloreshz committed Nov 6, 2024
1 parent f4dc232 commit 7eaf569
Show file tree
Hide file tree
Showing 4 changed files with 14 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmic-ext-tweaks"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

[dependencies]
Expand Down
11 changes: 11 additions & 0 deletions res/metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@
<id>com.system76.CosmicApplication</id>
</provides>
<releases>
<release version="0.1.3" date="2024-11-06">
<description>
<p>Snapshots and toolkit improvements 🚀</p>
<p>Tweak without worries with snapshots, a simple way to save the state of your desktop and restore it later on, everytime the app opens a snapshot is created in case you need to go back to a previous state.</p>
<ul>
<li>Create snapshots of your own</li>
<li>Includes a revamped about page</li>
<li>Borders have been added to the window</li>
</ul>
</description>
</release>
<release version="0.1.2" date="2024-11-04">
<description>
<p>Layouts are here!</p>
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ impl Application for TweakTool {
.set_application_icon(Self::APP_ID)
.set_developer_name("Eduardo Flores")
.set_license_type("GPL-3.0")
.set_version("0.1.2")
.set_version("0.1.3")
.set_support_url("https://github.com/cosmic-utils/tweaks/issues")
.set_repository_url("https://github.com/cosmic-utils/tweaks")
.set_developers([("Eduardo Flores".into(), "edfloreshz@proton.me".into())]);
Expand Down

0 comments on commit 7eaf569

Please sign in to comment.