From a8bf05d3f25cf68abe12d2be18f5f0b91c3a3cb3 Mon Sep 17 00:00:00 2001 From: Fathy Boundjadj Date: Sat, 18 Feb 2023 01:17:20 +0100 Subject: [PATCH] chore(release): 0.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ab8bf6..0b62a58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "carbonyl" -version = "0.0.2" +version = "0.0.3" dependencies = [ "chrono", "libc", diff --git a/Cargo.toml b/Cargo.toml index 7f1af5a..295337c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "carbonyl" -version = "0.0.2" +version = "0.0.3" edition = "2021" [dependencies] diff --git a/changelog.md b/changelog.md index 99b93ed..415480a 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package.json b/package.json index 9c94bd0..7df1616 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "carbonyl", - "version": "0.0.2", + "version": "0.0.3", "license": "BSD-3-Clause" }