-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
144 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
|
||
# Change Log | ||
|
||
## v5.0 - 2022-12-05 | ||
- migrate to manifest v3 | ||
- update mathjax from v2 to v3 | ||
- update mermaid from v8 to v9 | ||
- update marked from v1 to v4 | ||
- update remark from v13 to v14 | ||
- update prism syntax support | ||
- add 30 new themes + update github themes | ||
- add dark theme support for prism and mermaid | ||
- add content width option | ||
- expose syntax highlighting option | ||
- add hot autoreloading | ||
- add light icon option for dark browser theme | ||
- disabling CSP is no longer possible | ||
- customizing the page encoding is no longer possible | ||
|
||
## v4.0 - 2020-12-24 | ||
- add mermaid diagrams support | ||
- fix autoscroll in Chrome 87 | ||
- update marked, remark and prism | ||
- update github theme | ||
- initial Edge release | ||
|
||
## v3.9 - 2020-02-23 | ||
- fix autoreload for file urls in Chrome 80 | ||
|
||
## v3.8 - 2020-01-05 | ||
- remember ToC scroll position | ||
|
||
## v3.7 - 2019-09-01 | ||
- fixed incompatibility issue with other extensions | ||
- fix file:// URLs on 'Block third-party cookies' enabled | ||
- update marked, remark and prism | ||
- update github theme | ||
|
||
## v3.6 - 2018-07-07 | ||
- add autoreload content option | ||
- improve origin detection | ||
- show refresh button only on origins that need refreshing | ||
|
||
## v3.5 - 2018-04-16 | ||
- add csp option for each origin individually | ||
- add encoding option for each origin individually | ||
- improve content-type header detection for Firefox | ||
|
||
## v3.4 - 2018-01-12 | ||
- Firefox fixes | ||
|
||
## v3.3 - 2017-11-22 | ||
- patch content-type header in Firefox | ||
|
||
## v3.2 - 2017-10-30 | ||
- add mathjax support | ||
- migrate the UI to Material Components (MDC) | ||
- update remark compiler | ||
- update github theme | ||
- initial Firefox release | ||
|
||
## v3.1 - 2017-04-28 | ||
- add content-type header detection | ||
- add allow all origins button | ||
|
||
## v3.0 - 2017-04-17 | ||
- improve scroll logic | ||
- migrate to browser action | ||
- add emoji support | ||
|
||
## v2.9 - 2017-04-01 | ||
- add remark compiler | ||
|
||
## v2.8 - 2017-03-29 | ||
- update compiler options tab | ||
|
||
## v2.7 - 2017-03-12 | ||
- update github theme | ||
|
||
## v2.6 - 2017-01-26 | ||
- add table of content (ToC) | ||
- add content options tab | ||
- expose remember scroll position as option | ||
- update default path matching regex | ||
- update github-dark theme | ||
|
||
## v2.5 - 2017-01-23 | ||
- store scroll position for each path individually | ||
- add tabs to the extension popup | ||
|
||
## v2.4 - 2017-01-02 | ||
- load file urls dynamically | ||
- fix anchor links | ||
|
||
## v2.3 - 2016-10-30 | ||
- migrate to optional permissions | ||
- render based on manually allowed remote origins | ||
- add advanced options page to manage origins | ||
- overhaul the UI using Material Design (MDL) | ||
|
||
## v2.2 - 2016-09-25 | ||
- improve rendering time | ||
- update github theme | ||
|
||
## v2.1 - 2016-09-13 | ||
- add getcomposer.org to the list of excluded domains | ||
|
||
## v2.0 - 2016-07-02 | ||
- migrate the content script logic to mithril | ||
- update themes | ||
|
||
## v1.8 - 2016-01-01 | ||
- update marked | ||
- update github theme | ||
|
||
## v1.7 - 2015-07-17 | ||
- exclude bitbucket.org and gitlab.com from .md matching | ||
- match urls ending with anchor when showing the page action button | ||
|
||
## v1.6 - 2015-04-21 | ||
- update github theme | ||
- update prism | ||
|
||
## v1.5 - 2014-10-19 | ||
- update github theme | ||
|
||
## v1.4 - 2014-08-20 | ||
- update github theme | ||
|
||
## v1.3 - 2014-07-31 | ||
- fix scroll position on remote origins | ||
|
||
## v1.2 - 2014-07-26 | ||
- remember scroll position | ||
|
||
## v1.1 - 2014-04-21 | ||
- css theme fix | ||
|
||
## v1.0 - 2014-04-09 | ||
- render using marked compiler | ||
- raw markdown / rendered html toggle button | ||
- themes including a github one | ||
- compiler options | ||
- initial Chrome release |