|
| 1 | + |
| 2 | +# Change Log |
| 3 | + |
| 4 | +## v5.0 - 2022-12-05 |
| 5 | +- migrate to manifest v3 |
| 6 | +- update mathjax from v2 to v3 |
| 7 | +- update mermaid from v8 to v9 |
| 8 | +- update marked from v1 to v4 |
| 9 | +- update remark from v13 to v14 |
| 10 | +- update prism syntax support |
| 11 | +- add 30 new themes + update github themes |
| 12 | +- add dark theme support for prism and mermaid |
| 13 | +- add content width option |
| 14 | +- expose syntax highlighting option |
| 15 | +- add hot autoreloading |
| 16 | +- add light icon option for dark browser theme |
| 17 | +- disabling CSP is no longer possible |
| 18 | +- customizing the page encoding is no longer possible |
| 19 | + |
| 20 | +## v4.0 - 2020-12-24 |
| 21 | +- add mermaid diagrams support |
| 22 | +- fix autoscroll in Chrome 87 |
| 23 | +- update marked, remark and prism |
| 24 | +- update github theme |
| 25 | +- initial Edge release |
| 26 | + |
| 27 | +## v3.9 - 2020-02-23 |
| 28 | +- fix autoreload for file urls in Chrome 80 |
| 29 | + |
| 30 | +## v3.8 - 2020-01-05 |
| 31 | +- remember ToC scroll position |
| 32 | + |
| 33 | +## v3.7 - 2019-09-01 |
| 34 | +- fixed incompatibility issue with other extensions |
| 35 | +- fix file:// URLs on 'Block third-party cookies' enabled |
| 36 | +- update marked, remark and prism |
| 37 | +- update github theme |
| 38 | + |
| 39 | +## v3.6 - 2018-07-07 |
| 40 | +- add autoreload content option |
| 41 | +- improve origin detection |
| 42 | +- show refresh button only on origins that need refreshing |
| 43 | + |
| 44 | +## v3.5 - 2018-04-16 |
| 45 | +- add csp option for each origin individually |
| 46 | +- add encoding option for each origin individually |
| 47 | +- improve content-type header detection for Firefox |
| 48 | + |
| 49 | +## v3.4 - 2018-01-12 |
| 50 | +- Firefox fixes |
| 51 | + |
| 52 | +## v3.3 - 2017-11-22 |
| 53 | +- patch content-type header in Firefox |
| 54 | + |
| 55 | +## v3.2 - 2017-10-30 |
| 56 | +- add mathjax support |
| 57 | +- migrate the UI to Material Components (MDC) |
| 58 | +- update remark compiler |
| 59 | +- update github theme |
| 60 | +- initial Firefox release |
| 61 | + |
| 62 | +## v3.1 - 2017-04-28 |
| 63 | +- add content-type header detection |
| 64 | +- add allow all origins button |
| 65 | + |
| 66 | +## v3.0 - 2017-04-17 |
| 67 | +- improve scroll logic |
| 68 | +- migrate to browser action |
| 69 | +- add emoji support |
| 70 | + |
| 71 | +## v2.9 - 2017-04-01 |
| 72 | +- add remark compiler |
| 73 | + |
| 74 | +## v2.8 - 2017-03-29 |
| 75 | +- update compiler options tab |
| 76 | + |
| 77 | +## v2.7 - 2017-03-12 |
| 78 | +- update github theme |
| 79 | + |
| 80 | +## v2.6 - 2017-01-26 |
| 81 | +- add table of content (ToC) |
| 82 | +- add content options tab |
| 83 | +- expose remember scroll position as option |
| 84 | +- update default path matching regex |
| 85 | +- update github-dark theme |
| 86 | + |
| 87 | +## v2.5 - 2017-01-23 |
| 88 | +- store scroll position for each path individually |
| 89 | +- add tabs to the extension popup |
| 90 | + |
| 91 | +## v2.4 - 2017-01-02 |
| 92 | +- load file urls dynamically |
| 93 | +- fix anchor links |
| 94 | + |
| 95 | +## v2.3 - 2016-10-30 |
| 96 | +- migrate to optional permissions |
| 97 | +- render based on manually allowed remote origins |
| 98 | +- add advanced options page to manage origins |
| 99 | +- overhaul the UI using Material Design (MDL) |
| 100 | + |
| 101 | +## v2.2 - 2016-09-25 |
| 102 | +- improve rendering time |
| 103 | +- update github theme |
| 104 | + |
| 105 | +## v2.1 - 2016-09-13 |
| 106 | +- add getcomposer.org to the list of excluded domains |
| 107 | + |
| 108 | +## v2.0 - 2016-07-02 |
| 109 | +- migrate the content script logic to mithril |
| 110 | +- update themes |
| 111 | + |
| 112 | +## v1.8 - 2016-01-01 |
| 113 | +- update marked |
| 114 | +- update github theme |
| 115 | + |
| 116 | +## v1.7 - 2015-07-17 |
| 117 | +- exclude bitbucket.org and gitlab.com from .md matching |
| 118 | +- match urls ending with anchor when showing the page action button |
| 119 | + |
| 120 | +## v1.6 - 2015-04-21 |
| 121 | +- update github theme |
| 122 | +- update prism |
| 123 | + |
| 124 | +## v1.5 - 2014-10-19 |
| 125 | +- update github theme |
| 126 | + |
| 127 | +## v1.4 - 2014-08-20 |
| 128 | +- update github theme |
| 129 | + |
| 130 | +## v1.3 - 2014-07-31 |
| 131 | +- fix scroll position on remote origins |
| 132 | + |
| 133 | +## v1.2 - 2014-07-26 |
| 134 | +- remember scroll position |
| 135 | + |
| 136 | +## v1.1 - 2014-04-21 |
| 137 | +- css theme fix |
| 138 | + |
| 139 | +## v1.0 - 2014-04-09 |
| 140 | +- render using marked compiler |
| 141 | +- raw markdown / rendered html toggle button |
| 142 | +- themes including a github one |
| 143 | +- compiler options |
| 144 | +- initial Chrome release |
0 commit comments