Skip to content

Commit

Permalink
chore: release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Feb 1, 2025
1 parent e34f2a6 commit 6395ed6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 3.0.1 - 2025-02-01

- [Fixed](https://github.com/donovanglover/hyprdim/commit/f5f3f342e6ff3769491f76618e59e6f0e09dd82e) Hyprland version check preventing hyprdim from starting (reported by @murlakatamenka)
- [Fixed](https://github.com/donovanglover/hyprdim/commit/5cc480ba4e3790b66efeff8816c8cd2e24e8b508) regression where it was possible to start more than one hyprdim instance

**Full Changelog**: https://github.com/donovanglover/hyprdim/compare/3.0.0...3.0.1

## 3.0.0 - 2024-10-17

A lot has changed since when I first wrote hyprdim. Special workspaces now function similar to actual workspaces and even include fullscreen windows, which simplifies the code base a bit.
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 = "hyprdim"
description = "Automatically dim windows in Hyprland when switching between them."
version = "3.0.0"
version = "3.0.1"
authors = ["Copyright (C) 2023-2025 Donovan Glover <https://donovan.is/>"]
repository = "https://github.com/donovanglover/hyprdim"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Donovan Glover <https://donovan.is/>
pkgname=hyprdim
pkgver=3.0.0
pkgver=3.0.1
pkgrel=1
pkgdesc="Automatically dim windows in Hyprland when switching between them"
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sudo dnf copr enable solopasha/hyprland && sudo dnf install hyprdim
Follow the [install guide](https://www.rust-lang.org/tools/install) for Rust. Then, use cargo to install hyprdim.

```fish
cargo install --git https://github.com/donovanglover/hyprdim --tag 3.0.0
cargo install --git https://github.com/donovanglover/hyprdim --tag 3.0.1
```

Make sure `$HOME/.cargo/bin` is in your `$PATH` if it isn't already.
Expand Down

0 comments on commit 6395ed6

Please sign in to comment.