Update Makefile and CHANGES for svg-edit 2.8

master
Philip Rogers 2015-11-24 15:19:28 -08:00
parent 253b4bfd2c
commit 81afaa94d2
2 changed files with 14 additions and 1 deletions

13
CHANGES
View File

@ -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 2.7.1 (applied to 2.7 branch) - April 17, 2014
----------------------------------------------------------- -----------------------------------------------------------
* Fix important ID situation with embedded API * Fix important ID situation with embedded API

View File

@ -1,5 +1,5 @@
NAME=svg-edit NAME=svg-edit
VERSION=2.7.1 VERSION=2.8
PACKAGE=$(NAME)-$(VERSION) PACKAGE=$(NAME)-$(VERSION)
MAKEDOCS=naturaldocs/NaturalDocs MAKEDOCS=naturaldocs/NaturalDocs
CLOSURE=build/tools/closure-compiler.jar CLOSURE=build/tools/closure-compiler.jar