diff --git a/CHANGELOG.md b/CHANGELOG.md index 459122e..f597037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v0.1.0 - 2024-08-?? +## v0.1.0 - 2024-08-31 ### Added -- Main window, borderless and always-on-top. +- Application window, borderless and always-on-top. - Basic controls: `ESC` to quit, `Left Click` to move the window around. -- Dog states: `idle`, `idle and bark`, `walk`, `walk and bark`, `sit`, `sit and bark`, `lie down`, `lie down and bark`., `run`, `run and bark`, `stand`, `stand and bark`, `sleep`. - Dog basic AI using Markov chains. +- Dog states: `idle`, `idle and bark`, `walk`, `walk and bark`, `sit`, `sit and bark`, `lie down`, `lie down and bark`., `run`, `run and bark`, `stand`, `stand and bark`, `sleep`. - 10 Dog sprites from **Pixel Dogs** by [Benvictus](https://benvictus.itch.io/pixel-dogs). -- Mountain biome. +- Mountain biome sprite. - Infinite dog walking loop. When the dog reaches the end of the screen, it appears on the opposite side. - Application icon and splash screen. +- 7.9" screen option. diff --git a/README.md b/README.md index f3b48a1..813bbd6 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,4 @@ export DOGGO_7_9_SCREEN=1 * Code source under [GPL-3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html) * Assets: * All assets under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) - * Excepting dog sprites in `src/doggo/assets/dogs` from **Pixel Dogs** by [Benvictus](https://benvictus.itch.io/pixel-dogs) + * Excepting dog sprites in `src/doggo/assets/dogs` from [Pixel Dogs](https://benvictus.itch.io/pixel-dogs) by [Benvictus](https://benvictus.itch.io)