Skip to content

Commit

Permalink
Update changelog:
Browse files Browse the repository at this point in the history
* #203 (syntax error with generator comprehension)
* #204 (view source tabs)
* icons for too large image documents
  • Loading branch information
Infocatcher committed Jan 21, 2016
1 parent 4c4cf61 commit 79ef708
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
`*` - улучшено<br>

##### master/HEAD
`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>
`x` Учитывается настройка <em>browser.chrome.image_icons.max_size</em> при просмотре отдельных изображений.<br>

##### 0.1.9 (2016-01-02)
`*` Используется новый API для получения адреса новой вкладки в Firefox 44+ (см. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1204983#c89">bug 1204983</a>).<br>
`x` Исправлена обработка перетаскивания вкладок между приватными и обычными окнами в Firefox 44+.<br>
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
`*` - improved<br>

##### master/HEAD
`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>
`x` Respect <em>browser.chrome.image_icons.max_size</em> preference for image documents.<br>

##### 0.1.9 (2016-01-02)
`*` Use new API to get URL of new tab in Firefox 44+ (see <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1204983#c89">bug 1204983</a>).<br>
`x` Correctly handle drag and drop of tabs between private and non-private windows in Firefox 44+.<br>
Expand Down

0 comments on commit 79ef708

Please sign in to comment.