Skip to content

Commit

Permalink
Reach v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
N. Justus committed Oct 14, 2016
1 parent 7faa530 commit 58497bc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
======= Version 0.7.0 ==
==> New major Features
- warn if DynamicSelect & Conditional-Values are used in loaded files
- warn if unsaved changes will be lost
- warn if some external program changed the loaded file
- create duplicated/copied shapes at a slightly different position as the original shape
- move selected shapes using keyboard-arrows
- set default coordinate-system size to (100,100)
- remove JavaFX-jar from deployment dependencys
- project licensed under MPL V2.0

==> Bugfixes
- fix rotating shapes
- fix resizing a rotated shape
- fix several bugs in parser
- make LICENSE-pane non-editable & use `Ubunut` as font-family

==> Code improvements
- Implementation of SelectedShapeCtrl splitted into several traits
- update documentation
- use ScalaTest as test framework
- let sbt generate a scala-file containing: project-name, -version, -copyright

======= Version 0.6.0 ==
==> New major Features
- Generate "stand-alone" jar for running move from
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lazy val root = (project in file(".")).
settings(
organization := "thm",
name := "Move",
version := "0.6.0",
version := "0.7.0",
scalaVersion := "2.11.7",
javacOptions ++= Seq("-source", "1.8")
)
Expand Down

0 comments on commit 58497bc

Please sign in to comment.