From a4fdc9a8ddc361e069ec9cf7f9fc11a8abf3f1ff Mon Sep 17 00:00:00 2001 From: mdsanima Date: Mon, 16 Aug 2021 18:10:34 +0200 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..16c8067 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,48 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [standard-version](https://github.com/conventional-changelog/standard-version) +and `README.md` file for commit guidelines. Also you should check [conventional-changelog](https://github.com/mdsanima/conventional-changelog) for more detail. + +Docomentation for **mdsanima-rt-go** Aplication is available +at [docs mdsanima-dev](https://mdsanima-dev.github.io/mdsanima-rt-go/) be sure to check it. + +## 0.1.0 + +*Date:* *2021-08-16* + +### Features + +* **android:** add splash screeen image ([26b4f85](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/26b4f854a7e729e9d1f33be3aee1671dcb8d9173)) +* **build-system:** spec file for building android `armeabi-v7a` ([b1b12ad](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/b1b12ad2feaf4adc1dae6697cec6e8825822ccdc)) +* **devs:** checking platform and printing `console` messages closes [#4](https://github.com/mdsanima-dev/mdsanima-rt-go/issues/4) ([39fb820](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/39fb8203834ea74ff9a7394b7193a28a2db097c9)) +* **devs:** windows `.spec` onefile `.rc` and `.cmd` build files ([0cbf3b5](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/0cbf3b5de79815022d3871306ff69a3943f953d9)) +* **icons:** add `mdsanima` icons ([6382bfe](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/6382bfe6e5df63029768d8120acc385fbb949777)) +* set `config` on windows add kivy `requires` closes [#4](https://github.com/mdsanima-dev/mdsanima-rt-go/issues/4) ([3d79767](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/3d79767ee7f834f4bd3ce1bb4a72ae8779dd3628)) +* simple first layout and `screen_switch` manager closes [#6](https://github.com/mdsanima-dev/mdsanima-rt-go/issues/6) ([3534411](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/3534411ad456b5b3a31386c873e2c12f3c838846)), closes [#7](https://github.com/mdsanima-dev/mdsanima-rt-go/issues/7) +* **devs:** workflow bumping version in `__init__.py` file closes [#1](https://github.com/mdsanima-dev/mdsanima-rt-go/issues/1) ([4189a86](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/4189a86e453f01165ff59d234eea1edfa0607446)) +* **standard-version:** automate versioning and changelog generation ([25e6b05](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/25e6b0593b53dd21a9c69c9bc086faa930c46717)) + +### Bug Fixes + +* **build-linux:** exclude sys libraries ([b065e2b](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/b065e2be6808c9ac103a37b82817205bb92cd39b)) +* add `.buildozer` forder to `.gitignore` ([aaa231c](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/aaa231c293bc61497b7f1a31768ed9cff2b7d4b4)) +* **.gitignore:** remove `*.spec` and add `.buld` ([18d52bc](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/18d52bcf7f11e41584a5ff8edbc96245b51d1827)) +* **build:** add exclude lib to linux spec and splash on windows spec ([9fe70b2](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/9fe70b2ec0fcfab0b0d9832f1389edb7740bc91a)) +* **build-windows:** fix some values in spec file windows build ([4fa4243](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/4fa42432f857f0a61bac40571feb334bbde8a736)) +* **build-windows:** fix version release ([293ba0a](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/293ba0ada862d174f5c8475863235e5245cc4f0e)) +* **devs:** add requirements python ([3f8e50a](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/3f8e50a27bb92ea30c5962203b25685d1e713841)) +* **devs:** bump version in `spec_windows_version.rc` file ([982b78c](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/982b78ccf189f254b6fea39c30b75082542688ea)) +* add `PowerShell` requires install ([7e07916](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/7e07916d34540158947da5158138ecb08f0d8c39)) +* add first `__version__` on `__init__.py` file ([e655370](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/e655370ba3264c23d1cfd29585a38dffc9d246dd)) +* add name and year on the `LICENSE` file ([c88b5d2](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/c88b5d2adc3814f9cde41c844cec0f5784e1192b)) +* add printf on `postbump` when bumping `spec_windows_version.rc` ([5ee06b7](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/5ee06b79ded6c1fef9ac464995892968d29d1ea2)) +* add requirement information to `README.md` file ([bea6d41](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/bea6d41e9bea1e5319ca6bdbd9e5ac479d621860)) +* initial necessery `class` and sort import `kivymd` closes [#3](https://github.com/mdsanima-dev/mdsanima-rt-go/issues/3) ([5701d99](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/5701d99c27bdda9140f2168729777b9b8ba5e91d)) +* python path `vscode` json add `.gitignore` file ([38a42a2](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/38a42a2a1c86add5138718ed3bbe86d3cf167f8b)) +* template file helps consistent clean coding style ([03aee22](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/03aee22cc89107fdb810ebc1295245fa81674d3b)) + +### Documentation + +* **build-system:** workflow info for build ([d96ebb8](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/d96ebb8c07a7ecffddf0ece5b19729527850b01a)) +* add `standard-version` and build windows `.exe` info ([3cc4c84](https://github.com/mdsanima-dev/mdsanima-rt-go/commit/3cc4c84e5963cdc958031827546be3c4337fce65))