Update CHANGES prepare v0.0.2

This commit is contained in:
MiChinao
2020-09-09 10:06:17 +02:00
parent 544a4a56b4
commit f7a9634486
5 changed files with 30 additions and 3 deletions
+7 -1
View File
@@ -1,8 +1,14 @@
[0.0.2] [0.0.2]
- Add more animations
- Support to Typing Labels - Support to Typing Labels
- Experimental Code Editor for:
* Typing Labels
* GLSL Fragment shaders
- Animations and UI/UX enhancements
- Better cursor management - Better cursor management
- Track total time spent using HyperLap2D
- Improve editor performance
- Fix many bugs and possible NPE across Editor and Plugins - Fix many bugs and possible NPE across Editor and Plugins
- Update all dependencies to latest version
[0.0.1] [0.0.1]
- Initial public alpha release - Initial public alpha release
+15
View File
@@ -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 <http://www.gnu.org/licenses/>.
+6
View File
@@ -25,6 +25,12 @@ Open Source ❤️
- [Official Wiki](https://hyperlap2d.rednblack.games/wiki) - [Official Wiki](https://hyperlap2d.rednblack.games/wiki)
- [HyperLab](https://hyperlab.rednblack.games) - [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 ### 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. 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.
+1 -1
View File
@@ -1 +1 @@
version=0.0.1 version=0.0.2
+1 -1
View File
@@ -15,7 +15,7 @@ plugins {
} }
group 'games.rednblack' group 'games.rednblack'
version '0.0.1' version '0.0.2'
repositories { repositories {
mavenCentral() mavenCentral()