From 13d949f913a77387b66e966709d27189b2a7552e Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 17 Jun 2019 13:11:04 +0200 Subject: [PATCH] Changes: point to slideshow API versions FIXES #1152 --- CHANGES | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index 7e9fc22be..dcc32eea0 100644 --- a/CHANGES +++ b/CHANGES @@ -22,14 +22,12 @@ require changes in the slideshow. configured after the last *exec* section of the sequence has been solved. The *finished* page can be left out (but then you don't get the restart-now functionality). #1168 - - The *slideshow* which is run during installation is now loaded on - startup (while requirements checking is being done). This should - improve responsiveness when the slideshow starts. If the slideshow - has methods `onActivate()` and `onLeave()` those will be called - when the installation step is activated (e.g. the installation - starts and the slideshow becomes visible) or is finished (and the - slideshow becomes hidden). - - The example slideshow now starts its timers when it becomes visible. + - The *slideshow* which is run during installation now has API versions. + API version 1 (the default) runs as before, where the slideshow is loaded + when the installation starts. API version 2 loads the slideshow on + Calamares startup, thus improving responsiveness. Documentation + in `src/branding/README.md`. #1152 + - The example slideshow now uses API version 2. ## Modules ##