Linkify HISTORY.md
This commit is contained in:
parent
e57adf0c96
commit
bf4fc1b70e
1 changed files with 4 additions and 4 deletions
|
|
@ -11,13 +11,13 @@
|
||||||
* Redirect informational output to `stderr` when SVG is output to `stdout`. ([#67](https://github.com/scour-project/scour/issues/67))
|
* Redirect informational output to `stderr` when SVG is output to `stdout`. ([#67](https://github.com/scour-project/scour/issues/67))
|
||||||
* Allow elements to be found via `Document.getElementById()` in the minidom document returned by scourXmlFile(). ([#68](https://github.com/scour-project/scour/issues/68))
|
* Allow elements to be found via `Document.getElementById()` in the minidom document returned by scourXmlFile(). ([#68](https://github.com/scour-project/scour/issues/68))
|
||||||
* Improve code to remove default attribute values and add a lot of new default values. ([#70](https://github.com/scour-project/scour/issues/70))
|
* Improve code to remove default attribute values and add a lot of new default values. ([#70](https://github.com/scour-project/scour/issues/70))
|
||||||
* Fix: Only attempt to group elements that the content model allows to be children of a `<g>` when `--create-groups` is specified. (#98)
|
* Fix: Only attempt to group elements that the content model allows to be children of a `<g>` when `--create-groups` is specified. ([#98](https://github.com/scour-project/scour/issues/98))
|
||||||
* Fix: Update list of SVG presentation attributes allowing more styles to be converted to attributes and remove two entries (`line-height` and `visibility`) that were actually invalid. (#99)
|
* Fix: Update list of SVG presentation attributes allowing more styles to be converted to attributes and remove two entries (`line-height` and `visibility`) that were actually invalid. ([#99](https://github.com/scour-project/scour/issues/99))
|
||||||
* Add three options that work analoguous to `--remove-metadata` (removes `<metadata>` elements) (#102)
|
* Add three options that work analoguous to `--remove-metadata` (removes `<metadata>` elements) ([#102](https://github.com/scour-project/scour/issues/102))
|
||||||
* `--remove-titles` (removes `<title>` elements)
|
* `--remove-titles` (removes `<title>` elements)
|
||||||
* `--remove-descriptions` (removes `<desc>` elements)
|
* `--remove-descriptions` (removes `<desc>` elements)
|
||||||
* `--remove-descriptive-elements` (removes all of the descriptive elements, i.e. `<title>`, `<desc>` and `<metadata>`)
|
* `--remove-descriptive-elements` (removes all of the descriptive elements, i.e. `<title>`, `<desc>` and `<metadata>`)
|
||||||
* Fix removal rules for the `overflow` attribute (#104)
|
* Fix removal rules for the `overflow` attribute ([#104](https://github.com/scour-project/scour/issues/104))
|
||||||
|
|
||||||
|
|
||||||
## Version 0.34 (2016-07-25)
|
## Version 0.34 (2016-07-25)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue