This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a328a7
commit 4a27fe0
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog], | ||
and this project adheres to [Semantic Versioning]. | ||
|
||
## [0.0.2] - 2020-12-26 | ||
|
||
### Features | ||
|
||
- Add framebuffer support ([`a252742`]) | ||
|
||
### Bug Fixes | ||
|
||
- release ci? ([`d7cd798`]) | ||
- release ci? ([`5a8b4bb`]) | ||
|
||
## [0.0.1] - 2020-11-17 | ||
|
||
### Features | ||
|
||
- setup ci ([`1b3bbc6`]) | ||
- make example multiwindow ([`779a428`]) | ||
- CursorIcon type ([`fbf9135`]) | ||
- pretty much completed window bindings ([`d17116c`]) | ||
- generalize to only use single event_loop ([`dd85bda`]) | ||
|
||
### Bug Fixes | ||
|
||
- release ci? ([`bf6e92b`]) | ||
- disable deno tests ([`c45e363`]) | ||
- fmt ([`f476bac`]) | ||
- lint warnings ([`e167ddf`]) | ||
- clippy warnings ([`2e02371`]) | ||
|
||
[keep a changelog]: https://keepachangelog.com/en/1.0.0/ | ||
[semantic versioning]: https://semver.org/spec/v2.0.0.html | ||
[0.0.2]: https://github.com/denosaurs/pane/compare/0.0.1...0.0.2 | ||
[`a252742`]: https://github.com/denosaurs/pane/commit/a2527422ab7f942563ca77500e78e50533dc7b9e | ||
[`d7cd798`]: https://github.com/denosaurs/pane/commit/d7cd798813ef2359007ce21becb27faa9cb6153d | ||
[`5a8b4bb`]: https://github.com/denosaurs/pane/commit/5a8b4bb1c2955d231192904ca81016b85b07222c | ||
[0.0.1]: https://github.com/denosaurs/pane/compare/0.0.1 | ||
[`1b3bbc6`]: https://github.com/denosaurs/pane/commit/1b3bbc66ceeaf757ef73a2516b7d1ccd1ed4a550 | ||
[`779a428`]: https://github.com/denosaurs/pane/commit/779a42817105986d9930a7bcc45161af8dc5963e | ||
[`fbf9135`]: https://github.com/denosaurs/pane/commit/fbf91353db1b90dd171f0de83a8f59fa506aaf81 | ||
[`d17116c`]: https://github.com/denosaurs/pane/commit/d17116c8c666ef2609101cf89c4c6a81fec091c3 | ||
[`dd85bda`]: https://github.com/denosaurs/pane/commit/dd85bdac905b613de0eac7867aee556bb89e651a | ||
[`bf6e92b`]: https://github.com/denosaurs/pane/commit/bf6e92b24991afab70f51f93acf4e2511d47dd2a | ||
[`c45e363`]: https://github.com/denosaurs/pane/commit/c45e363828fc7872e2067a90532fb3294e77f7d1 | ||
[`f476bac`]: https://github.com/denosaurs/pane/commit/f476bacb257f60da6cc1a22c2525002fbe8f2d2c | ||
[`e167ddf`]: https://github.com/denosaurs/pane/commit/e167ddf99d6a95b2540ebb400845849b93f991ac | ||
[`2e02371`]: https://github.com/denosaurs/pane/commit/2e02371f0501b9068121ea623d242c39db751be7 |