Skip to content

Commit

Permalink
Update changelog: fail to startup on new profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Jan 21, 2017
1 parent 2e9f84d commit 3f67c06
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 @@ -10,6 +10,7 @@
`x` При отключении расширения закрытые приватные вкладки теперь не сохраняются в списке для восстановления (<em>extensions.privateTab.rememberOwnerTab</em> = true).<br>
`x` Подкорректировано переключение приватности уже открытых вкладок в Firefox 51+: теперь используется более надежный способ ожидания асинхронного клонирования вкладки (<a href="https://github.com/Infocatcher/Private_Tab/issues/237">#237</a>).<br>
`x` Исправлено переключение приватных вкладок в обычный режим при отключении расширения в Firefox 51+.<br>
`x` Исправлено: расширение не запускалось на новом профиле (ReferenceError: _log is not defined) (<a href="https://github.com/Infocatcher/Private_Tab/issues/240">#240</a>).<br>

##### 0.2.1 (2017-01-18)
`*` Немного улучшена производительность при запуске в мультипроцессном режиме: frame script теперь загружается после небольшой задержки.<br>
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
`x` Don't save closed private tabs in undo close history after extension disabling (<em>extensions.privateTab.rememberOwnerTab</em> = true).<br>
`x` Correctly toggle private state of already opened tabs in Firefox 51+: now used more robust way to wait for asynchronous tab duplication (<a href="https://github.com/Infocatcher/Private_Tab/issues/237">#237</a>).<br>
`x` Correctly make tabs non-private after extension disabling in Firefox 51+.<br>
`x` Fixed: fail to startup on new profile (ReferenceError: _log is not defined) (<a href="https://github.com/Infocatcher/Private_Tab/issues/240">#240</a>).<br>

##### 0.2.1 (2017-01-18)
`*` Slightly improved startup performance in multi-process mode: frame script will be loaded after small delay.<br>
Expand Down

0 comments on commit 3f67c06

Please sign in to comment.