Skip to content

Commit

Permalink
v0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Mar 10, 2024
1 parent 531f0ac commit b82f089
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.11.0] - 2024-03-10

### Added

Expand Down
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,7 +1,7 @@
[package]
name = "tinty"
description = "Change the theme of your terminal, text editor and anything else with one command!"
version = "0.10.1"
version = "0.11.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
6 changes: 6 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ applied through Tinty, this file is updated.
used in the hook, eg: `hook = "cp -f %f
~/.config/alacritty/colors.yml`.

`tinty apply` can also be used without a theme template. The
`config.hooks` property will execute the array of hooks regardless of
template. This can be useful for when an application is using base16 (or
another supported system) and you just want to write `tinty current` to
a file.

Once you understand the functionality and the lifecycle, you can do a
lot with it.

Expand Down
2 changes: 1 addition & 1 deletion license.html
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/tinted-theming/tinty ">tinty 0.10.1</a></li>
<li><a href=" https://github.com/tinted-theming/tinty ">tinty 0.11.0</a></li>
</ul>
<pre class="license-text">MIT License

Expand Down

0 comments on commit b82f089

Please sign in to comment.