From 80efe0cb8fe08d84077cd6d3bb4ad43e99858bb9 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 24 May 2021 11:30:37 +0100 Subject: [PATCH] Changelogs Former-commit-id: 0344b3e60a52152473cd5c780fa2980e9b2834b1 [formerly e143e1e8e558d4e7ccfb8380dc44010a3eb947ef [formerly 0b57721703077aaba2fe3a42c39b642f2bcf9e81]] Former-commit-id: a60c0be418a6b726cf5096441c55a380e6e11f4d Former-commit-id: 6a8badfbfae47befa5fb7d4b53fcf57fed3c3a74 --- CHANGELOG.md | 5 +++-- www/index.html | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00d545b..afd077d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## Release 1.3.0 +## Release 1.3.1 -* FEATURE: Open a new browsable tab or window with right-click, long-press or ctrl-click +* FEATURE: Open a new browsable tab or window with right-click, long-press, ctrl-click, middle-click * UPDATE: Release Linux AppImage packages for Electron-based build * ENHANCEMENT: Alt-left or Ctrl-left (and same for right key) can now be used for navigation * FIX: Prevent flash between page loads by adapting empty screen to the selected theme color @@ -11,6 +11,7 @@ * FIX: Download of media and subtitles * FIX: Display of list-based home pages * FIX: Failure to apply dark theme to articles with no CSS +* FIX: Bug affecting middle-click when opening a new window or tab ## Release 1.2.5 diff --git a/www/index.html b/www/index.html index bd0dc2f6..366654fc 100644 --- a/www/index.html +++ b/www/index.html @@ -123,6 +123,7 @@
  • Fix subtitle display on videos
  • Fix download of media and subtitles
  • Fixed failure to apply dark theme to articles with no CSS
  • +
  • Fixed bug affecting middle-click when opening a new window or tab
  • Full changelog...