Update CHANGES prepare v0.0.2
This commit is contained in:
@@ -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
|
||||
@@ -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/>.
|
||||
@@ -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.
|
||||
|
||||
@@ -1 +1 @@
|
||||
version=0.0.1
|
||||
version=0.0.2
|
||||
+1
-1
@@ -15,7 +15,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'games.rednblack'
|
||||
version '0.0.1'
|
||||
version '0.0.2'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user