From 58497bc7740f554ea5bd2105b1a208b9d894941e Mon Sep 17 00:00:00 2001 From: "N. Justus" Date: Fri, 14 Oct 2016 17:21:47 +0200 Subject: [PATCH] Reach v0.7.0 --- CHANGELOG | 23 +++++++++++++++++++++++ build.sbt | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3b8433e..f55e119 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/build.sbt b/build.sbt index 4710e90..f9d8f22 100644 --- a/build.sbt +++ b/build.sbt @@ -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") )