From bc57f2369992ff58d83e52e3002653c69a080ffb Mon Sep 17 00:00:00 2001 From: Markus Stefanko Date: Tue, 28 Apr 2020 10:27:10 +0700 Subject: [PATCH] Changelog for 5.1.6 --- CHANGELOG.md | 6 ++++++ changelog.html | 7 +++++++ outlib/Session.js | 8 ++++---- outlib/TabManager.js | 20 ++++++++++++-------- 4 files changed, 29 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba91f15..3c8b44e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +5.1.6 +===== +- Fix: Pressing "enter" or "return" when only one tab is selected, should focus that tab properly in Firefox +- Reduce options that would be restored in sessions, to limit conflicts +- Make inputs selectable in Firefox! You can now select text again in title, search and option inputs, etc. + 5.1.5 ===== - Feature: Changing the name of a window will set change the windows' title in Firefox as well diff --git a/changelog.html b/changelog.html index e2761c30..60af5286 100644 --- a/changelog.html +++ b/changelog.html @@ -35,6 +35,13 @@

Here's what's planned for future versions

Here's what's new since the last time

+

5.1.6

+ +

5.1.5