Skip to content

Commit

Permalink
Tweak changelog: private protocol in Firefox 37-43 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Feb 25, 2017
1 parent c4dccba commit 8262c31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
##### master/HEAD
`*` Обновлено и откорректировано API-событие `PrivateTab:PrivateChanged` <a href="https://github.com/Infocatcher/Private_Tab#events">API event</a>: добавлена возможность отслеживания переключения с помощью дублирования вкладки в Firefox 51+ (<a href="https://github.com/Infocatcher/Private_Tab/issues/244">#244</a>).<br>
`*` Переключение приватности через клонирование вкладки: теперь делается попытка восстановить текст в адресной строке (<a href="https://github.com/Infocatcher/Private_Tab/issues/237">#237</a>).<br>
`x` Исправлен приватный протокол в Firefox 37-43 (из-за возникновения исключения в `nsIIOService.newChannelFromURIWithLoadInfo(…, null)`) (<a href="https://github.com/Infocatcher/Private_Tab/issues/247">#247</a>).<br>
`x` Исправлен приватный протокол в Firefox 37-43 (возникало исключение в `nsIIOService.newChannelFromURIWithLoadInfo(…, null)`) (<a href="https://github.com/Infocatcher/Private_Tab/issues/247">#247</a>).<br>

##### 0.2.1.2 (2017-01-27)
`x` Исправлено переключение приватности выгруженных вкладок в Firefox 51+ (<a href="https://github.com/Infocatcher/Private_Tab/issues/237">#237</a>).<br>
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
##### master/HEAD
`*` Updated and corrected `PrivateTab:PrivateChanged` <a href="https://github.com/Infocatcher/Private_Tab#events">API event</a>: added ability to track toggling using tab duplication in Firefox 51+ (<a href="https://github.com/Infocatcher/Private_Tab/issues/244">#244</a>).<br>
`*` Toggle private state using tab duplication: try restore text in URL bar (<a href="https://github.com/Infocatcher/Private_Tab/issues/237">#237</a>).<br>
`x` Fixed private protocol in Firefox 37-43 (due to `nsIIOService.newChannelFromURIWithLoadInfo(…, null)` failure) (<a href="https://github.com/Infocatcher/Private_Tab/issues/247">#247</a>).<br>
`x` Fixed private protocol in Firefox 37-43 (caused by `nsIIOService.newChannelFromURIWithLoadInfo(…, null)` failure) (<a href="https://github.com/Infocatcher/Private_Tab/issues/247">#247</a>).<br>

##### 0.2.1.2 (2017-01-27)
`x` Correctly toggle private state of unloaded (pending) tabs in Firefox 51+ (<a href="https://github.com/Infocatcher/Private_Tab/issues/237">#237</a>).<br>
Expand Down

0 comments on commit 8262c31

Please sign in to comment.