Skip to content

Commit

Permalink
0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 12, 2020
1 parent 83227dd commit 7540373
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
0.12.0 (2020-02-12)
==================

This release is basically a collection of long standing PRs finally merged.
Yes it looks different, no it's not a redesign - just a side effect of lots of dependency updates to improve CSP compatibility.

## Enhancements
* The HTML should now be servable with CSP settings of `default-src 'none'; script-src 'self'; img-src 'self'; style-src 'self';`
* File list is horizontally scrollable if the space doesn't suffice
* numbers are now right aligned and displayed with the same number of decimals for easier comparison and reading.

## Bugfixes
* Make sorting icons appear again
* close link tag which could cause problems when parsing as xhtml/xml
* make sure encoding errors won't crash the formatter
* When viewing a short source file while you have a big file list you will no longer be able to scroll on after the source file has ended

0.11.0 (2020-01-28)
=======

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simplecov-html (0.11.0)
simplecov-html (0.12.0)

PATH
remote: /home/tobi/github/simplecov
Expand Down
Empty file modified assets/javascripts/plugins/jquery.colorbox.js
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion lib/simplecov-html/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module SimpleCov
module Formatter
class HTMLFormatter
VERSION = "0.11.0"
VERSION = "0.12.0"
end
end
end

0 comments on commit 7540373

Please sign in to comment.