Skip to content

Commit

Permalink
meta: Prepare for 1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
luleyleo committed Sep 10, 2024
1 parent a6fb396 commit d3e0bdf
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

12 changes: 12 additions & 0 deletions assets/de.leopoldluley.Clapgrep.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,16 @@
<color type="primary" scheme_preference="light">#fff0c3</color>
<color type="primary" scheme_preference="dark">#575243</color>
</branding>
<releases>
<release version="1.0" date="2024-09-10">
<description>
<p>Initial release, with the following features:</p>
<ul>
<li>Ripgrep based full-text search</li>
<li>In-/exclude hidden and ignored files</li>
<li>Search PDF and Office files</li>
</ul>
</description>
</release>
</releases>
</component>
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clapgrep-core"
version = "0.5.0"
version = "1.0.0"
edition = "2021"
description = "Clapgrep core library"

Expand Down
2 changes: 1 addition & 1 deletion gnome/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clapgrep-gnome"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion gnome/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fn start(app: &adw::Application, files: &[gio::File]) {
move |_, _| {
adw::AboutDialog::builder()
.application_name("Clapgrep")
.version("0.1")
.version("1.0")
.application_icon("de.leopoldluley.Clapgrep")
.developer_name("Leopold Luley")
.website("https://github.com/luleyleo/clapgrep")
Expand Down

0 comments on commit d3e0bdf

Please sign in to comment.