Skip to content

Commit

Permalink
Update changelog:
Browse files Browse the repository at this point in the history
* ignore wrong "last-pb-context-exited"
* restore closed private tabs in e10s-mode (#239)
  • Loading branch information
Infocatcher committed Jan 14, 2017
1 parent 99a91a5 commit cda698e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
`x` Исправлен патчер при наличии оберток от других расширений (TypeError: Array is undefined) (<a href="https://forum.mozilla-russia.org/viewtopic.php?pid=728469#p728469">спасибо Dumby</a>).<br>
`x` Исправлена совместимость с будущими версиями Firefox: прекращено использование `Date.prototype.toLocaleFormat()` (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=818634">bug 818634</a>).<br>
`+` Добавлен API <a href="https://github.com/Infocatcher/Private_Tab#privatetabduplicatetabandtoggleprivate">privateTab.duplicateTabAndTogglePrivate()</a>.<br>
`x` Добавлено игнорирование некорректного оповещения "last-pb-context-exited" в мультипроцессном режиме (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1329912">bug 1329912</a>).<br>
`x` Исправлена возможность восстановления закрытых приватных вкладок в мультипроцессном режиме (настройка <em>extensions.privateTab.rememberClosedPrivateTabs</em>) (<a href="https://github.com/Infocatcher/Private_Tab/issues/239">#239</a>).<br>

##### 0.2.0 (2016-08-25)
`x` Исправления для мультипроцессного режима (Electrolysis aka e10s) в части «unsafe CPOW usage» (<a href="https://github.com/Infocatcher/Private_Tab/issues/208">#208</a>).<br>
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
`x` Fixed patcher around third-party wrappers (TypeError: Array is undefined) (<a href="https://forum.mozilla-russia.org/viewtopic.php?pid=728469#p728469">thanks to Dumby</a>).<br>
`x` Fixed compatibility with future Firefox versions: don't use deprecated `Date.prototype.toLocaleFormat()` (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=818634">bug 818634</a>).<br>
`+` Added <a href="https://github.com/Infocatcher/Private_Tab#privatetabduplicatetabandtoggleprivate">privateTab.duplicateTabAndTogglePrivate()</a> API.<br>
`x` Workaround to ignore wrong `last-pb-context-exited` notification in multi-process mode (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1329912">bug 1329912</a>).<br>
`x` Fixed ability to restore closed private tabs in multi-process mode (<em>extensions.privateTab.rememberClosedPrivateTabs</em> preference) (<a href="https://github.com/Infocatcher/Private_Tab/issues/239">#239</a>).<br>

##### 0.2.0 (2016-08-25)
`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>
Expand Down

0 comments on commit cda698e

Please sign in to comment.