Skip to content

Commit

Permalink
Updated version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBackx committed May 20, 2023
1 parent 599aef2 commit 9d83cf8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Added support for changing the preview color.
- Added support for edges.

## [0.2.0] - 2023-05-20
### Added
- Support for changing the preview color.
- Support for edges.

### Changed
- Update Wayland dependencies to fix coredump.
- Updated Wayland dependencies to fix coredump.
- Updated compatible dependencies.

## [0.1.4] - 2021-08-30
### Changed
- Added a minimum timeout of 5ms to prevent an infinite loop as it would continuously check for updates.
### Added
- Minimum timeout of 5ms to prevent an infinite loop as it would continuously check for updates.

## [0.1.3] - 2021-05-29
### Changed
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
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/AndreasBackx/waycorner"
keywords = ["wayland", "hot-corners", "swaywm", "wlroots"]
license = "MIT"
name = "waycorner"
version = "0.1.4"
version = "0.2.0"

[dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit 9d83cf8

Please sign in to comment.