Skip to content

Commit

Permalink
Update changelog: don't break not initialized tabs by duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Jan 23, 2017
1 parent 549de7b commit 835fc4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

##### master/HEAD
`x` Исправлено переключение приватности выгруженных вкладок в Firefox 51+ (<a href="https://github.com/Infocatcher/Private_Tab/issues/237">#237</a>).<br>
`x` Добавлен запрет переключения приватности еще не загруженных вкладок в 51+ во избежание повреждения содержимого вкладок: добавлено ожидание загрузки и предотвращаются слишком частые вызовы переключения (<a href="https://github.com/Infocatcher/Private_Tab/issues/237">#237</a>).<br>

##### 0.2.1.1 (2017-01-21)
`x` Исправлено обновление заголовка и внешнего вида окна при переключении приватности активной не мультипроцессной вкладки (восстановлении не мультипроцессной приватной вкладки) в Firefox 51+ (<a href="https://github.com/Infocatcher/Private_Tab/issues/237">#237</a>, <a href="https://github.com/Infocatcher/Private_Tab/issues/239">#239</a>).<br>
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

##### master/HEAD
`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>
`x` Don't toggle private state of not yet initialized tabs in Firefox 51+ to not break tab's contents: wait for loading and forbid too often toggle state calls (<a href="https://github.com/Infocatcher/Private_Tab/issues/237">#237</a>).<br>

##### 0.2.1.1 (2017-01-21)
`x` Correctly update window title and style, if toggled private state of selected non-remote tab (restored non-remote private tab) in Firefox 51+ (<a href="https://github.com/Infocatcher/Private_Tab/issues/237">#237</a>, <a href="https://github.com/Infocatcher/Private_Tab/issues/239">#239</a>).<br>
Expand Down

0 comments on commit 835fc4c

Please sign in to comment.