From 2ce75e6fa96d8a8ce64be57590a97babc2cca954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 30 Jun 2018 09:59:53 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c723a68f..bd362c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,23 +6,24 @@ spanish only. Sorry for the mess. Version counting is based on semantic versioning (Major.Feature.Patch) -## 9.1.0 (WIP) +## 9.5.0 * Require at least Qt 5.4 for compiling, Qt 5.6 for qml based views ### Reader and Library * Remove legacy OpenGL flow needed for Qt 5.3 compatibility * Improve commandline handling -### YACReader -* Slightly improved multihread handling (goodbye thread pingpong) - ### YACReaderLibrary +* New current/next comic view in the grid view, available for folders and reading lists. +* Comics in `Reading` are now sorted by last time opened. * Fix system log functions -* Add tray icon support * Replace Qrencode executables with dynamic loaded library * Add prebuilt qrencode libraries for win and mac * Update Qrencode to version 4.0.0 +### Server +* New API V2 implementation. + ## 9.0.0 (2018-2-18) ### Library and Reader