From f7a96344868ad11a9d57171fc8a166dae89910ad Mon Sep 17 00:00:00 2001 From: MiChinao Date: Wed, 9 Sep 2020 10:06:17 +0200 Subject: [PATCH] Update CHANGES prepare v0.0.2 --- CHANGES | 8 +++++++- NOTICE | 15 +++++++++++++++ README.md | 6 ++++++ assets/configs/app.properties | 2 +- build.gradle | 2 +- 5 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 NOTICE diff --git a/CHANGES b/CHANGES index 3107a5a7..63c177c7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,14 @@ [0.0.2] -- Add more animations - Support to Typing Labels +- Experimental Code Editor for: + * Typing Labels + * GLSL Fragment shaders +- Animations and UI/UX enhancements - Better cursor management +- Track total time spent using HyperLap2D +- Improve editor performance - Fix many bugs and possible NPE across Editor and Plugins +- Update all dependencies to latest version [0.0.1] - Initial public alpha release \ No newline at end of file diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..0446215b --- /dev/null +++ b/NOTICE @@ -0,0 +1,15 @@ +HyperLap2D Editor +Copyright (C) 2020 Francesco Marongiu + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . \ No newline at end of file diff --git a/README.md b/README.md index c51beee5..147d39c1 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ Open Source ❤️ - [Official Wiki](https://hyperlap2d.rednblack.games/wiki) - [HyperLab](https://hyperlab.rednblack.games) +### Download + +You can download the latest stable release using [GitHub Release](https://github.com/rednblackgames/HyperLap2D/releases). + +Snapshot releases can be download using [GitHub Actions](https://github.com/rednblackgames/HyperLap2D/actions?query=workflow%3A%22Java+CI+with+Gradle%22) + ### Runtime Currently, HyperLap2D is mainly developed for [libGDX](https://github.com/libgdx/libgdx), but it can easily be integrated into any software thanks to its open JSON output format. diff --git a/assets/configs/app.properties b/assets/configs/app.properties index 9759e31c..c6235432 100644 --- a/assets/configs/app.properties +++ b/assets/configs/app.properties @@ -1 +1 @@ -version=0.0.1 \ No newline at end of file +version=0.0.2 \ No newline at end of file diff --git a/build.gradle b/build.gradle index ed431896..07c9f0c1 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { } group 'games.rednblack' -version '0.0.1' +version '0.0.2' repositories { mavenCentral()