Skip to content

Commit

Permalink
Merge pull request #7 from Perkovec/release/0.0.2
Browse files Browse the repository at this point in the history
Release v0.0.2
  • Loading branch information
Perkovec authored Feb 1, 2020
2 parents 85452f7 + 3155538 commit 05a4c1c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [0.0.2] - 2020-02-02
### Added
- Added orbit camera control

## [0.0.1] - 2020-02-01
### Initial release

[0.0.2]: https://github.com/Perkovec/Vuxel/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/Perkovec/Vuxel/releases/tag/v0.0.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/Perkovec/Vuxel.svg?branch=master)](https://travis-ci.org/Perkovec/Vuxel) [![Greenkeeper badge](https://badges.greenkeeper.io/Perkovec/Vuxel.svg)](https://greenkeeper.io/)

Version 0.0.1
Version 0.0.2

By Ilya Karpuk perkovec24@gmail.com

Expand Down Expand Up @@ -33,7 +33,7 @@ npm run build

## Roadmap

- [ ] Camera rotation
- [x] Camera rotation
- [ ] Orientation indicator and controller
- [ ] Painting tools
- [ ] Advanced color picker
Expand Down
Binary file modified demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuxel",
"version": "0.0.1",
"version": "0.0.2",
"description": "Open Source Voxel editor",
"scripts": {
"start": "parcel src/index.html",
Expand Down

0 comments on commit 05a4c1c

Please sign in to comment.