chore(release): 0.0.3

This commit is contained in:
Fathy Boundjadj 2023-02-18 01:17:20 +01:00
parent 6748a197c2
commit a8bf05d3f2
4 changed files with 27 additions and 3 deletions

2
Cargo.lock generated
View File

@ -25,7 +25,7 @@ checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
[[package]]
name = "carbonyl"
version = "0.0.2"
version = "0.0.3"
dependencies = [
"chrono",
"libc",

View File

@ -1,6 +1,6 @@
[package]
name = "carbonyl"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
[dependencies]

View File

@ -2,6 +2,30 @@
All notable changes to this project will be documented in this file.
## [0.0.3] - 2023-02-18
### 🚀 Features
- Add `--help` and `--version` ([#105](https://github.com/fathyb/carbonyl/issues/105))
- Add logo and description to `--help` ([#106](https://github.com/fathyb/carbonyl/issues/106))
- Use Cmd instead of Alt for navigation shortcuts ([#109](https://github.com/fathyb/carbonyl/issues/109))
- Enable h.264 support ([#103](https://github.com/fathyb/carbonyl/issues/103))
- Introduce quadrant rendering ([#120](https://github.com/fathyb/carbonyl/issues/120))
### 🐛 Bug Fixes
- Fix arguments parsing ([#108](https://github.com/fathyb/carbonyl/issues/108))
- Fix missing module error on npm package ([#113](https://github.com/fathyb/carbonyl/issues/113))
- Enable threaded compositing with bitmap mode
- Fix idling CPU usage ([#126](https://github.com/fathyb/carbonyl/issues/126))
- Package proper library in binaries ([#127](https://github.com/fathyb/carbonyl/issues/127))
### 📖 Documentation
- Update download links
- Fix commit_preprocessors url ([#102](https://github.com/fathyb/carbonyl/issues/102))
- Add `--rm` to Docker example ([#101](https://github.com/fathyb/carbonyl/issues/101))
## [0.0.2] - 2023-02-09
### 🚀 Features

View File

@ -1,5 +1,5 @@
{
"name": "carbonyl",
"version": "0.0.2",
"version": "0.0.3",
"license": "BSD-3-Clause"
}