What's new

What changed in each release, with a picture.

Version 0.3.0 13 September 2026

New folder names and settings.yaml

A quiz folder is now 1_Questions, 2_Questions_table, 3_Answers, 4_Audio, 5_Video, 6_Images and 9_Extra - the last one for everything that is not quiz but is shown. Where the media lives is said by settings.yaml in the root; the mappen block is gone from the template. Table rounds now work like regular rounds, with their own template.yaml that the editor copies from the other one with a button. See the quiz folder.

One colour of a photo transparent

A bottle on the slide without the white background of the scan
The label was a scan on almost-white; the bottle now stands free on the slide.

transparent_color under an image makes that colour transparent, and tolerance says how many percent of deviation still count - so an almost-white background with some noise disappears entirely. In the editor you pick the colour with a pipette from the image in the preview.

The template in the editor: Title and Questions

The editor with the template open and the title chosen
The question slide of the template; the title is chosen and gets a line around it on the preview.

Below the preview you choose with Title or Questions which page kind you edit; the preview jumps along. Click a block and the preview draws a line around what it takes up and a dashed line around its band. Height, width, band and the size of a layer are sliders; cover boxes now count in per mille of the image, like every size in the template - existing boxes are written ten times as large.

An editor

The editor with a question open
The editor: files on the left, the slide in the middle, the question on the right.

quiz-editor.exe is a second program that edits the round files and the template graphically: per question the title, the answer, the photos and clips with start and end, the cover boxes and the transition; in the template every text block, the background, the answer, the stamp and the highlight. The preview is the same audience window as on the projector and follows every change. See the editor.

YAML only

The new quiz dialog, without a choice between PowerPoint and YAML
The new quiz dialog: no more choice, and no template field.

PowerPoint support has been removed. A round is now always a round file; the app no longer starts Office, no longer captures a window for the preview box and has nothing left to clean up on exit. The preview box now always shows the same page as the projector, slides included. A quiz folder that still contains .pptx files loads fine, but those files no longer appear in the list.

Version 0.2.0 11 September 2026

A stamp on the slide: "Answers"

The title slide of the answer round with the stamp Antwoorden
The title slide of the answer round. On the question round there is nothing.

stamp in template.yaml puts a fixed text on every slide of a page type, at an angle if you like. What it is for: a big red Answers on the title slide of the answer round, so everyone can see the answers are starting - and you never show the answers by mistake when you meant to show the questions. With show: answers the stamp belongs to that round only; the text rotates around the corner it is anchored to, so it can sit right against the edge.

title_page:
  stamp:
    text: Antwoorden
    show: answers
    text_color: FF3B30
    angle: 45
    position_x: left
    position_y: bottom
    area: { top: 0, bottom: 490, left: 42, right: 600 }

Highlighting part of a text

An answer slide with a highlighted word in the answer
<Belgiƫ> in the answer lights up in the colour of highlight; it works the same in the title.

Whatever sits between < and > in a round file lights up in the colour of highlight from the template - yellow and bold by default, with a background block if you want. It works in the title, the answer, loose text and the footer. A < or > without a partner simply stays, so 3 < 5 reads as written.

Covering part of a photo or video

A question slide with the town name covered
On the question, the name on the sign is covered.
The same slide on the answer round, uncovered
On the answer round the box disappears.

hide under an image or video lays a box over it, in per mille of the picture itself (percent up to 0.3.0) - one box or a list of boxes, with a colour. On the answer round it disappears, unless in_answer: yes.

A label with two covered parts
Two boxes on a label, in the label's own colour: the name and the vintage.

Transitions between slides

A transition halfway
Halfway through a shift_left.

animation on a question - or for all slides in the template - lets a slide slide, fade or grow in: fade, shift_left, shift_right, shift_up, shift_down, zoom. Going back never animates.

Clips and covers on the answer too

start, stop and hide now also work on a video, audio or image that sits under answer. A video clip next to the answer can be trimmed and covered just like one in the middle of the slide.

Completion in VS Code without any setup

The app puts the schema files next to the round files and adds a reference to them at the top of every YAML file, with a note on what to install. Open the quiz folder in VS Code with the YAML extension by Red Hat and it completes the keys, shows the explanation under your mouse and underlines whatever is wrong. This happens when you create a quiz and every time you open a quiz folder, so an older quiz folder keeps up automatically.

Smaller things

Version 0.1.0 4 September 2026

The closing slide with all questions in a grid
The closing slide: all questions of the round together.
The control screen showing the standings
The standings with a background of their own.