Skip to content

Commit

Permalink
Update changelog:
Browse files Browse the repository at this point in the history
* unsafe CPOW usage (#208)
* updated pt-PT locale (#210)
* e10s: fixed private protocol (#211)
* e10s: tweaks and fixes (#162)
* e10s: single frame script (#213)
* fixed recursion in wrapper for tab.setAttribute("image", …) (#214)
* compatibility with Firefox 51+: broked this.windows getter (#228)
* small internal enhancements and fixes
  • Loading branch information
Infocatcher committed Aug 10, 2016
1 parent fb7d685 commit 342bb56
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
`*` - улучшено<br>

##### master/HEAD
`x` Исправления для мультипроцессного режима (Electrolysis aka e10s) в части «unsafe CPOW usage» (<a href="https://github.com/Infocatcher/Private_Tab/issues/208">#208</a>).<br>
`*` Обновлена португальская (Португалия) локаль (pt-PT), спасибо <a href="https://github.com/SW1FT">SW1FT</a> (<a href="https://github.com/Infocatcher/Private_Tab/pull/210">#210</a>).<br>
`x` Исправлен приватный протокол в мультипроцессном режиме (<a href="https://github.com/Infocatcher/Private_Tab/issues/211">#211</a>).
`x` Некоторые улучшения и исправления для мультипроцессного режима (<a href="https://github.com/Infocatcher/Private_Tab/issues/162">#162</a>).<br>
`*` Теперь используется только frame script для обмена сообщениями в мультипроцессном режиме (<a href="https://github.com/Infocatcher/Private_Tab/issues/213">#213</a>).<br>
`x` Исправлена возможная рекурсия в обертке для `tab.setAttribute("image", …)` (<a href="https://github.com/Infocatcher/Private_Tab/issues/214">#214</a>).<br>
`x` Исправлена совместимость с Firefox 51+ (SyntaxError: non-generator method definitions may not contain yield) (<a href="https://github.com/Infocatcher/Private_Tab/issues/228">#228</a>).<br>
`*` Небольшие внутренние улучшения и исправления.<br>

##### 0.1.9.1 (2016-02-01)
`x` Исправлена синтаксическая ошибка в Firefox 46.0a1+ при использовании generator comprehension (<a href="https://github.com/Infocatcher/Private_Tab/issues/203">#203</a>).<br>
`x` Исправлена обработка вкладок для просмотра исходного кода страницы (<a href="https://github.com/Infocatcher/Private_Tab/issues/204">#204</a>).<br>
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
`*` - improved<br>

##### master/HEAD
`x` Compatibility fixes for multi-process mode (Electrolysis aka e10s) around “unsafe CPOW usage” (<a href="https://github.com/Infocatcher/Private_Tab/issues/208">#208</a>).<br>
`*` Updated Portuguese (Portugal) locale (pt-PT), thanks to <a href="https://github.com/SW1FT">SW1FT</a> (<a href="https://github.com/Infocatcher/Private_Tab/pull/210">#210</a>).<br>
`x` Fixed private protocol in multi-process mode (<a href="https://github.com/Infocatcher/Private_Tab/issues/211">#211</a>).<br>
`x` Some tweaks and fixes for multi-process mode (<a href="https://github.com/Infocatcher/Private_Tab/issues/162">#162</a>).<br>
`*` Now used only one frame script for communications in multi-process mode (<a href="https://github.com/Infocatcher/Private_Tab/issues/213">#213</a>).<br>
`x` Fixed possible recursion in wrapper for `tab.setAttribute("image", …)` (<a href="https://github.com/Infocatcher/Private_Tab/issues/214">#214</a>).<br>
`x` Fixed compatibility with Firefox 51+ (SyntaxError: non-generator method definitions may not contain yield) (<a href="https://github.com/Infocatcher/Private_Tab/issues/228">#228</a>).<br>
`*` Small internal enhancements and fixes.<br>

##### 0.1.9.1 (2016-02-01)
`x` Fixed syntax error in Firefox 46.0a1+ around generator comprehension (<a href="https://github.com/Infocatcher/Private_Tab/issues/203">#203</a>).<br>
`x` Correctly handle view source tabs (<a href="https://github.com/Infocatcher/Private_Tab/issues/204">#204</a>).<br>
Expand Down

0 comments on commit 342bb56

Please sign in to comment.