Skip to content

Commit

Permalink
Update changelog: correctly detect opening file dialog in Firefox 52+
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Mar 13, 2017
1 parent db21ecd commit 60b88e7
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
Expand Up @@ -15,6 +15,7 @@
`+` Добавлено отображение флага перенаправления <a href="https://ru.wikipedia.org/wiki/HSTS">HSTS</a> во всплывающей подсказке для поля «Прямая ссылка».<br>
`*` Обновлена совместимость с расширением <a href="https://addons.mozilla.org/addon/private-tab/">Private Tab</a>: добавлено отслеживание переключения приватности через дублирование вкладки в Firefox 51+ (см. <a href="https://github.com/Infocatcher/Private_Tab/issues/244">Private Tab #244</a>).<br>
`x` Исправлена валидация ссылок в Firefox 37-43 (возникало исключение в `nsIIOService.newChannelFromURIWithLoadInfo(…, null)`).<br>
`x` Исправлено определение диалога открытия файла в Firefox 52+.<br>

##### 1.6.0.1 (2015-12-21)
`x` Исправлено пустое окно свойств при включенном <a href="https://addons.mozilla.org/addon/adblock-plus/">Adblock Plus</a> 2.7 (<a href="https://github.com/Infocatcher/Link_Properties_Plus/issues/19">#19</a>).<br>
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -15,6 +15,7 @@
`+` Show <a href="https://en.wikipedia.org/wiki/HSTS">HSTS</a> redirect flag in tooltip for “Direct Link” field.<br>
`*` Updated compatibility with <a href="https://addons.mozilla.org/addon/private-tab/">Private Tab</a> extension: track toggling of private state using tab duplication in Firefox 51+ (see <a href="https://github.com/Infocatcher/Private_Tab/issues/244">Private Tab #244</a>).<br>
`x` Fixed URIs validation in Firefox 37-43 (caused by `nsIIOService.newChannelFromURIWithLoadInfo(…, null)` failure).<br>
`x` Fixed detection of opening file dialog in Firefox 52+.<br>

##### 1.6.0.1 (2015-12-21)
`x` Workaround for empty properties window with enabled <a href="https://addons.mozilla.org/addon/adblock-plus/">Adblock Plus</a> 2.7 (<a href="https://github.com/Infocatcher/Link_Properties_Plus/issues/19">#19</a>).<br>
Expand Down

0 comments on commit 60b88e7

Please sign in to comment.