Skip to content

Commit

Permalink
misc(release): Prepare for v1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedseven committed Apr 13, 2024
1 parent ed34ce9 commit 15fe5bb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

All notable changes to this project will be documented in this file.

## [1.1.0] - 2024-04-13

### Bug Fixes

- Prevent a crash when the presentation file is empty. ([38e32c32](https://github.com/zedseven/breeze/commit/38e32c32))

### Continuous Integration

- Update a few actions to newer versions. ([a89c0454](https://github.com/zedseven/breeze/commit/a89c0454))
- Add a new check for running unit tests. ([7d7eaa86](https://github.com/zedseven/breeze/commit/7d7eaa86))

### Features

- Display user errors using the presentation interface. This makes the program much more user-friendly, and facilitates non-CLI use. ([d17ddcf4](https://github.com/zedseven/breeze/commit/d17ddcf4))
- Adjust the wording in the example presentation slightly. ([a0c2ac16](https://github.com/zedseven/breeze/commit/a0c2ac16))
- Add functionality to toggle fullscreen, using the `F11` key. ([6e28cd0d](https://github.com/zedseven/breeze/commit/6e28cd0d))

### Miscellaneous Tasks

- Update `rust-fontconfig` to an official release, now that the changes have been merged upstream. ([9b931a8f](https://github.com/zedseven/breeze/commit/9b931a8f))
- Fix an unformatted line of code. ([ed34ce90](https://github.com/zedseven/breeze/commit/ed34ce90))

### Testing

- Add unit tests for the presentation-parsing components. ([a7e0a42d](https://github.com/zedseven/breeze/commit/a7e0a42d))

## [1.0.0] - 2024-01-17

### Bug Fixes
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,6 +1,6 @@
[package]
name = "breeze"
version = "1.0.0" # Managed by `release.sh`
version = "1.1.0" # Managed by `release.sh`
authors = ["Zacchary Dempsey-Plante <zacc@ztdp.ca>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 15fe5bb

Please sign in to comment.