From 81afaa94d2339c03efc35994e23e56a53ccbae6f Mon Sep 17 00:00:00 2001 From: Philip Rogers Date: Tue, 24 Nov 2015 15:19:28 -0800 Subject: [PATCH] Update Makefile and CHANGES for svg-edit 2.8 --- CHANGES | 13 +++++++++++++ Makefile | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 1742bc09..9472fcc2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +2.8 (Ellipse) - November 24th, 2015 +----------------------------------------------------------- +For a complete list of changes run: + git log 4bb15e0..253b4bf + +* Added PathSeg polyfill to workaround pathseg removal in browsers. +* Fixed pathtool bug where paths were erroneously deleted. +* Fixed bug where context menu did not work for groups. +* Updated Slovenian locale. +* Fixed unicode encoding issue for icons. +* Added custom.css stylesheet for customization without changing the main editor. +* Improved PDF export. + 2.7.1 (applied to 2.7 branch) - April 17, 2014 ----------------------------------------------------------- * Fix important ID situation with embedded API diff --git a/Makefile b/Makefile index 46a6b016..a8e3dff7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=svg-edit -VERSION=2.7.1 +VERSION=2.8 PACKAGE=$(NAME)-$(VERSION) MAKEDOCS=naturaldocs/NaturalDocs CLOSURE=build/tools/closure-compiler.jar