)]}'
{
  "log": [
    {
      "commit": "de3c6c19db7da0e1400dad52d16d035a73abe8c9",
      "tree": "9f461db5340dc2d328a2c28c9d1a8bd0ce62129e",
      "parents": [
        "de3ffa447e5423360abda201e84a0d8f9c3fcc11"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Aug 30 14:40:33 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Aug 30 14:40:33 2026 +0300"
      },
      "message": "ids theme: adaptive vertical centering of slide content\n\nSlides with little content look lost when everything is glued below the\ntitle bar, while packed slides must start at the top. reveal.js\u0027 own\ncenter option cannot express this -- it also vertically centers the\nheadings.\n\nInstead the template groups each slide\u0027s body content (everything after\nthe heading block except speaker notes) into a div.ids-slide-content,\nand the theme turns such slides into flex columns of full slide height:\nthe heading block stays pinned to the top and the wrapper\u0027s auto margins\ncenter the content in the remaining space. Auto margins collapse to zero\nwhen there is no free space, so packed slides still start directly below\nthe heading and overflow downwards exactly as before -- no measuring and\nno resize handling involved. The wrapper also reserves the footer band\n(--ids-footer-reserve, published from the actual footer height in slide\ncoordinates), so centered content never covers the footer; slides too\npacked to fit above it may, as they always could.\n\nHeading-only section-divider slides keep their dedicated centered-title\nlayout, the transcript view treats the wrapper transparently, and the\nnew rules are screen-scoped so the pdf export keeps laying out slides\nitself.\n\nChange-Id: Iccfbebebbf18ec860c1ccd950043a84f638c33da\n"
    },
    {
      "commit": "de3ffa447e5423360abda201e84a0d8f9c3fcc11",
      "tree": "aa1daca86c33ceaace3f0c2a299757b9a6c4c4cb",
      "parents": [
        "75327977f6386f25ca81482e6269f5e0370e65c1"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Aug 30 13:47:57 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Aug 30 13:47:57 2026 +0300"
      },
      "message": "ids theme: automatic chapter numbering, ported from gdoc2reveal\n\nChapter headings (#) are numbered automatically when the presentation is\nopened: \"1. Introduction\", \"2. Methods\", and so on. References, appendix\nand thank-you chapters keep their bare titles and are not counted.\nManually typed leading numbers (\"# 2. Methods\") are stripped before\nrenumbering, so decks migrated from the old Google Docs pipeline and\nrepeated numbering runs stay stable.\n\nThe menu plugin and the transcript view show the numbers, too; the\nOverview slide\u0027s table of contents prepends them as orange\n.ids-toc-number spans flush with the slide heading, with the theme\u0027s\ndrawn list markers suppressed for the top-level entries (sub-headings\nkeep their bullets). Decks rendered with slide_level: 1 are left\nunnumbered -- there, headings denote slides, not chapters.\n\nBump version to 0.9.1.9010.\n\nChange-Id: I233086e039aee0da156cfaaebe04d05f3ad851ce\n"
    },
    {
      "commit": "75327977f6386f25ca81482e6269f5e0370e65c1",
      "tree": "d3cf39fdab9626a4400af89eca699f8f3a49b604",
      "parents": [
        "f8e92bb05f896c1a8d77a536a56a7fac2b87f222"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 18:25:28 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 18:25:28 2026 +0300"
      },
      "message": "ids theme: size title-slide branding for the transcript view\n\nThe transcript (\"reading mode\") clones each slide\u0027s children into\n#ids-transcript, which hangs off document.body -- outside .reveal, where\nthe title frame\u0027s sizing rules do not reach. Both graphics are svgs\nwithout intrinsic dimensions (the funder logo carries only a viewBox, the\nQR is sized by css), so they filled the transcript\u0027s whole width: on a\nphone the QR and the funder logo took up two screens before the first\nline of text.\n\nGive both a reading size inside #ids-transcript: the QR 140px (at most\n40% of the width) on its white plate, so it stays tappable and scannable,\nand the funder logo 2.5em, about a line of text.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I2b724515c452f710af49a7838a001c2464c4bf31\n"
    },
    {
      "commit": "f8e92bb05f896c1a8d77a536a56a7fac2b87f222",
      "tree": "fdac429ee3711059424c6cb549ecbb04b97479d6",
      "parents": [
        "ddd9ba5be28dc00d446706cc113ab0065d772706"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 16:32:01 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 16:32:01 2026 +0300"
      },
      "message": "ids theme: backfill notes overlay and transcript styling into the scss\n\nThe speaker notes overlay and the transcript view were styled by editing\nthe built dist/theme/ids.css directly; neither section ever reached\ncss/theme/source/ids.scss, so recompiling the theme from its source would\nhave dropped both -- the buttons, the overlay, the print rules and the\nwhole read-aloud view.\n\nCopy both sections over, minus what the scss already had.  Two things do\nnot transfer verbatim: the .reveal .controls and div.slide-number rules\nsit inside the notes section in the css but belong to FULLSCREEN TOGGLE\nin the scss, where they already exist identically; and the css carries\ntwo @media (hover: none) and (pointer: coarse) blocks with the same\nprelude but different bodies, of which only the #ids-fullscreen one was\nalready present, so the #ids-notes/#ids-transcript-btn one is added.\n\nVerified with dart-sass: the scss now compiles to the same 185 rules as\nthe committed ids.css.  The only remaining difference is three\ncolor.scale() values that render as percentages rather than numbers\n(rgb(12.07%, ...) vs rgb(30.77, ...) -- the same colours), because the\ncommitted css was built with an older sass.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Ie8371d327978ed3b1e80066879ddc5aed2159477\n"
    },
    {
      "commit": "ddd9ba5be28dc00d446706cc113ab0065d772706",
      "tree": "0727d4612ab90bcbb055a7ab111f2b768b5741cb",
      "parents": [
        "b2cc52374cafc799d5b89ae7fc13604deac4e8e8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 16:22:29 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 16:22:29 2026 +0300"
      },
      "message": "ids theme: style Overview TOC entries as the links they are\n\nThe auto-generated table of contents opted out of the theme\u0027s normal\nstyling twice: font-size: 0.72em made it smaller than any other slide\nbody text, and color: inherit on its links overrode --r-link-color, so\nentries rendered as plain dark text with no sign that they navigate to\nthe chapter they name.\n\nDrop both.  The list now inherits the theme\u0027s standard link colour and\nhover transition, so it tracks any future palette change, and sits at the\nsame size and baseline rhythm as an ordinary bullet slide.  The reduced\nsize moves to the .with-subheadings variant, the two-column layout where\nthe extra density is actually wanted.\n\nThe whole OVERVIEW / TOC section existed only in the built ids.css and\nnever in ids.scss, so a rebuild from the scss source would have dropped\nit; backfill it there too.  SPEAKER NOTES OVERLAY and TRANSCRIPT are\nstill missing from the scss for the same reason.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: If7cc1629a4afc8ea3e395f2a787b676a5df65ac3\n"
    },
    {
      "commit": "b2cc52374cafc799d5b89ae7fc13604deac4e8e8",
      "tree": "be207750e7adb7d41f0d8981b8e734fbc5caa167",
      "parents": [
        "59e95a6c71438a434f037f8f9611672056eada8b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 16:21:52 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 16:21:52 2026 +0300"
      },
      "message": "Title slide: align all four corners, make QR codes scalable\n\nqrcode::generate_svg() paints the code into a fixed 300x300 canvas and\nemits no viewBox, so the svg could not be resized by CSS: given a smaller\nbox it kept drawing at full size and only its top left corner stayed\nvisible.  qr_svg_fit() adds a viewBox cropped to the dark modules, so the\ncode scales to whatever box it is placed in and its quiet zone becomes\nthe surrounding layout\u0027s business -- the white plate behind the title\nslide\u0027s code, and padding on a.qrcode elsewhere.\n\nWith that in place all four title-slide corners share one 8px inset\nmeasured to the visible ink: IDS (plus partner) logo top right, website\nQR top left, funder logo bottom left, WGL membership logo bottom right.\nThe funder logo previously sat 20px lower than intended, because\nreveal.js\u0027 default image margin adds itself to the offset of an\nabsolutely positioned image.\n\nAlso point the documented repository url at gitlab rather than gerrit,\nand give the ids example deck an Overview slide.\n\nChange-Id: I27447527345b71572a9e952bc21f542eba1ec352\n"
    },
    {
      "commit": "59e95a6c71438a434f037f8f9611672056eada8b",
      "tree": "7fc1c186065ea44efef57750534a3ffba3553568",
      "parents": [
        "6640f1214405e5fde12ec80f22a5e43388da5391"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 10:19:05 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 10:19:05 2026 +0300"
      },
      "message": "Introduce partner and funder logos\n\nChange-Id: I71e00aaa51c2dffe74335c7c4f170e8d507356d6\n"
    },
    {
      "commit": "25570ef20ffb361fe7bf03f7c299d63d06084966",
      "tree": "d303651b3fcbe45bbf04b8bf17d4849612289c37",
      "parents": [
        "725acd1c41a92662d38867db8b2f185921da9944"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 28 14:03:21 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 28 14:03:21 2026 +0300"
      },
      "message": "ids theme: tabular figures for table digits (vertical alignment of numeric columns)\n\nChange-Id: I108491093898f081659d1555584bb4d1a9f556b5\n"
    },
    {
      "commit": "54d9ce08f919ad9ba5596f7b0f2b59ff23af7ee6",
      "tree": "5b35b290a78f3cbfff1b7968f477f4da392bfda0",
      "parents": [
        "61c8ec7e8ca33f23c6f0412299e82a6d21760608"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 21 11:38:45 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 21 11:38:45 2026 +0200"
      },
      "message": "ids theme: fullscreen toggle button for touch devices\n\nChange-Id: I0bd17d0b899faa0f81c692933b3d494678853e12\n"
    },
    {
      "commit": "61c8ec7e8ca33f23c6f0412299e82a6d21760608",
      "tree": "b5986282a131681cff344daee790aa238e3b895a",
      "parents": [
        "d023f07dbd809be6e259c539393a529f1f327bd2"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Aug 20 20:47:45 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 21 06:59:36 2026 +0200"
      },
      "message": "Fix print to pdf\n\nChange-Id: I27f134c1ee74fe06a7f4579f9f4845da5d5c7ef1\n"
    },
    {
      "commit": "d023f07dbd809be6e259c539393a529f1f327bd2",
      "tree": "4cf76196cb8520358bf4343c519ed8cc98689993",
      "parents": [
        "6acbd668d4a8ef6c8ddc1106c34239f41aff23e6"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Aug 20 15:27:37 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Aug 20 15:27:37 2026 +0200"
      },
      "message": "ids theme: balance title/subtitle margins in bar, keep layout invariant\n\nChange-Id: I49672cdefdb9a91b2ab7738aebe9e169fa8b7e85\n"
    },
    {
      "commit": "6acbd668d4a8ef6c8ddc1106c34239f41aff23e6",
      "tree": "9ddb033d72df1aa42e2f07f3be1e033d7b55b290",
      "parents": [
        "28822cdc852497f7586b42533353d593c1e13f98"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Aug 20 14:41:00 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Aug 20 14:41:00 2026 +0200"
      },
      "message": "ids theme: vertically center lone titles within the orange bar\n\nChange-Id: I477ce457d556e28e034fd6e419d223dccd338b09\n"
    },
    {
      "commit": "28822cdc852497f7586b42533353d593c1e13f98",
      "tree": "5d6bc48e209e10bae59ccde5f6596ea8d05e3d4b",
      "parents": [
        "205cd5baa4a6e1510f777767df7d0f89af00277d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Aug 20 14:10:18 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Aug 20 14:10:18 2026 +0200"
      },
      "message": "ids theme: restore logo right inset, move logo slightly up\n\nChange-Id: If4440654f7d1e3292aa008cd1f0454bf00539364\n"
    },
    {
      "commit": "7427cca7046e9bd6f6cfd292df077b72f21a4790",
      "tree": "76dbcf01be1f45435686d23f8b3979b7b2df964e",
      "parents": [
        "903104a8c4084e2cb245c5744c4d58f5c8bb10ea"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Aug 20 10:53:03 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Aug 20 10:53:03 2026 +0200"
      },
      "message": "ids theme: bold section headings in slides menu\n\nChange-Id: I589343912b8f82c2b1d197678d3ba723633c30bf\n"
    },
    {
      "commit": "903104a8c4084e2cb245c5744c4d58f5c8bb10ea",
      "tree": "f34012744a9f88ccc31b67f3754aa6cfc5f082c2",
      "parents": [
        "f4945eb2b61fa2e08dd0a84956f51a7c72ad90a6"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Aug 20 10:10:41 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Aug 20 10:10:41 2026 +0200"
      },
      "message": "ids theme: crisper slides menu in Fira Sans Condensed, wider and hanging wraps\n\nChange-Id: Ia6c2e5f440d3b3e177ee37adca0e9ec7ebbfac7e\n"
    },
    {
      "commit": "f4945eb2b61fa2e08dd0a84956f51a7c72ad90a6",
      "tree": "627883480d46d3f3288853d2578d7ca410fe7da6",
      "parents": [
        "bfab8a1f3d679971bc976ca76b7fc24ba33a41db"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 19 17:48:41 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 19 17:48:41 2026 +0200"
      },
      "message": "Add styling for description lists\n\nChange-Id: I5545fdb0d48972d5493b0370553078fb18cfce86\n"
    },
    {
      "commit": "bfab8a1f3d679971bc976ca76b7fc24ba33a41db",
      "tree": "d18072229a8e3294abe0dacd87d4abada6e72992",
      "parents": [
        "9b795bdb3d3ecce296530e55dc1c6a477f9c570e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 19 14:42:42 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 19 14:42:42 2026 +0200"
      },
      "message": "ids theme: tighten references scrollbox position and height\n\nReduce margin-top from 35px to 10px so the scrollbox sits closer to\nthe heading. Reduce max-height from 540px to 510px so the bottom of\nthe scrollbox stays above the IDS footer bar.\n\nChange-Id: If7e488306f5a5b9a290679af76fad8cb74e8f7a9\n"
    },
    {
      "commit": "9b795bdb3d3ecce296530e55dc1c6a477f9c570e",
      "tree": "c1fdab15f25c4471332c28a38fb4268cfc1200e7",
      "parents": [
        "c22be150b3d6e558360aba44bc1d0d7923e881e3"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 19 06:58:44 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 19 06:58:44 2026 +0200"
      },
      "message": "ids theme: render bold text in orange Fira Sans Condensed\n\nBold (\"highlighted\") text previously only got the orange colour and\nkept the serif body face. Mirror the IDS reference decks: Fira Sans\nCondensed, weight 600, 90% size, so bold passages contrast against the\nserif text without dominating it.\n\nChange-Id: I82212814f9de83a6bb2ba39094726ac4ab780f90\n"
    },
    {
      "commit": "c22be150b3d6e558360aba44bc1d0d7923e881e3",
      "tree": "b61599e011ff502e164625bea95e8f1d76873ec3",
      "parents": [
        "371d1d812af79e0325d050e50b46237f02861c5f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 18 15:54:55 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 18 15:54:55 2026 +0200"
      },
      "message": "ids theme: use Fira Code for highlighted/code text\n\nLoads Fira Code from Google Fonts (the monospaced Fira Sans variant the\nIDS reference decks use) and sets it as --r-code-font, replacing the\ngeneric monospace; falls back to Fira Mono (already imported via the\nMozilla CSS), then DejaVu Sans Mono. R\u0027s \u003c- renders as an arrow glyph\nvia Fira Code\u0027s default ligatures.\n\nChange-Id: I7b7eb8538042b2287973a6687c0e4f0565a21328\n"
    },
    {
      "commit": "cf6e998a8f5cffb32f255c2e45684b90cc49bb8b",
      "tree": "52fc3eeb296389961bcde9be665563341c4f579e",
      "parents": [
        "26096d316a1a8fb13d02a2b7e1470599c5553716"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 15 15:37:40 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 15 15:38:36 2026 +0200"
      },
      "message": "Vendor reveal.js 5.2.1 (from 5.1.0)\n\nContains the upstream 5.2.x feature set, most notably the lightbox\n(data-preview-image/data-preview-video opens media full-size in an\noverlay), controls: \"speaker-only\", search API extensions and\nspeaker-view fixes. The package\u0027s local additions are carried over\nunchanged: IDS theme (ids.css/ids.scss), extra theme fonts,\nchalkboard/customcontrols/menu plugins, and the 1280x720 default\nslide size (patched in js/config.js and the dist bundles).\n\nAlso fixes a pre-existing fork bug (unrelated to the upgrade): the\nslidechanged Highcharts resize hook in default.html now checks that\nHighcharts exists, no longer throwing in decks without highcharter.\n\nDocs: README (Rmd + rendered md) gained a short Lightbox section,\nNEWS.md notes the library bump.\n\nVerified: examples/ids.html and examples/simple.html re-render and run\nerror-free through all 13/5 slides (Reveal.VERSION \u003d 5.2.1); lightbox\nopens on click and closes with Esc in a dedicated test deck.\n\nChange-Id: I0751129dfb0c9d20b56241377905876314a26011\n"
    }
  ]
}
