Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

Commit

Permalink
update text files
Browse files Browse the repository at this point in the history
  • Loading branch information
neophob committed Dec 2, 2013
1 parent 32122d9 commit cb94d84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# PixelController ChangeLog

## Changelog v1.5.1 to v2.0.0 (TBD)
875 files changed, 229947 insertions(+), 227327 deletions(-)

## Changelog v1.5.1 to v2.0.0 (2. December 2013)
877 files changed, 230934 insertions(+), 227347 deletions(-)
* Modularize Project, rewrote large parts
* Add new command line version of PixelController - run on a headless server (like an RPi)
* Add make speed of generators configurable via GUI and save it as part of the preset (Issue #46)
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ As a string point, add your hardware in the `OutputDeviceEnum.java` class and ha

Optional, license header check for all source files (http://code.mycila.com/license-maven-plugin/)

# mvn license:check -Dyear=2013 [email protected] -Dlicense.header=src/etc/header.txt (check)
# mvn license:format -Dyear=2013 [email protected] -Dlicense.header=src/etc/header.txt (apply)
# mvn license:check -Dyear=2013 [email protected] -Dlicense.header=./../pixelcontroller-distribution/src/main/resources/header.txt
# mvn license:format -Dyear=2013 [email protected] -Dlicense.header=./../pixelcontroller-distribution/src/main/resources/header.txt


Use the Maven version plugin to update your POM’s versions:
Expand All @@ -447,13 +447,12 @@ Rebuild:

Test application, make sure the `config.properties` file is correct.

Update `readme.pdf` - use `README.md` as source.

Update Changelog, add git status:

# git diff v1.5.0 develop --stat


Update `readme.pdf` - use `README.md` as source.

Commit and push new version:

# git commit pom.xml -m "release v1.5.1"
Expand Down
Binary file modified pixelcontroller-distribution/src/main/resources/docs/readme.pdf
Binary file not shown.

0 comments on commit cb94d84

Please sign in to comment.