)]}'
{
  "log": [
    {
      "commit": "f3011de17eb5156ed3129c0854639de8c7cafe54",
      "tree": "5565f1f12a284c128029c3c828b8094a83297199",
      "parents": [
        "e78a1ca987fc5b07a445fd674191692e8f6d5457"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 02 16:51:26 2026 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Thu May 21 14:21:12 2026 +0200"
      },
      "message": "Make unexpanded KWIC metadata fields configurable by request URL\n\nResolves #275\n\nChange-Id: I432ee8b2d6091012c8fa7138a113527644398e26\n"
    },
    {
      "commit": "e78a1ca987fc5b07a445fd674191692e8f6d5457",
      "tree": "2ca94a064e260f792a50614df05db95de6ed7de7",
      "parents": [
        "b0ae8410fd70e6e3a247af5ca321aa8392453732"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 14 19:14:18 2026 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Thu May 21 11:35:03 2026 +0200"
      },
      "message": "Make VC helper fields configurable\n\nAdds KALAMAR_VC_HELPER_FIELDS environment variable and vc_helper_fields\nconfiguration option to add or remove fields from the virtual corpus\nbuilder at runtime.\n\nSyntax: KALAMAR_VC_HELPER_FIELDS\u003d+award:text,-docTitle\n  +name:type  adds a field\n  -name       removes a field\n\nThe result is always sorted alphabetically. Analogous to\nKALAMAR_HINT_FOUNDRIES (aa6709c).\n\nRequired for DeLiKo@DNB\n\nChange-Id: If9ad570133f78515aa6ed0ef87424c0843e76d9c\n"
    },
    {
      "commit": "b0ae8410fd70e6e3a247af5ca321aa8392453732",
      "tree": "cf0546603a167abeb402482b41b2aea4505f371b",
      "parents": [
        "2ca9c2db15adb0553134b67654ed883a0c4305aa"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Feb 24 11:47:52 2026 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu May 07 14:00:01 2026 +0200"
      },
      "message": "Support toggle+widget buttons in plugin-framework\n\nChange-Id: Ibf2b80efc1eeda2f51dedf4a7f3cd5ac67325ef9\n"
    },
    {
      "commit": "2ca9c2db15adb0553134b67654ed883a0c4305aa",
      "tree": "1ca158b41d5259520d15349209ea42d9d848d156",
      "parents": [
        "dc25b5a1e460b440c6245d351769d2880bf41324"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue May 05 16:14:45 2026 +0200"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Thu May 07 12:47:29 2026 +0200"
      },
      "message": "Update dependencies\n\nChange-Id: I88cc36e11ce91bb11bcce1e6cc231299ec28ae66\n"
    },
    {
      "commit": "dc25b5a1e460b440c6245d351769d2880bf41324",
      "tree": "b36c6575b8a729666613f6deeadf5f00807576a8",
      "parents": [
        "0d0dc6bc356a4f5f27e1fdce7480ee80ef88ea44"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Mon Mar 23 13:57:52 2026 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed May 06 19:29:13 2026 +0200"
      },
      "message": "Add data-testid for glimpse\n\nChange-Id: I266605a01b3bb2da9fd570f7325ce2f5a3e2134e\n"
    },
    {
      "commit": "0d0dc6bc356a4f5f27e1fdce7480ee80ef88ea44",
      "tree": "5c98baf293d346ac0fe4ebefd383d2bf96aa415b",
      "parents": [
        "507dd23119e4548574ca825e729ad287a3fef23a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 15 08:43:12 2026 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Mon May 04 11:32:54 2026 +0200"
      },
      "message": "Restrict allow-same-origin to plugins that actually ARE AND request it\n\nOnly grant allow-same-origin sandbox permission to plugins that\nexplicitly request it AND are hosted on the same origin as the\napplication. Cross-origin plugins requesting same-origin are denied\nwith a warning log.\n\nTo request same-origin, you need to add this in the local plugin\nconfigurarzin, for example as follows:\n\n```\n{\n  \"name\" : \"Export\",\n  \"desc\" : \"Exports Kalamar results\",\n  \"embed\" : [{\n    \"panel\" : \"result\",\n    \"title\" : \"exports KWICs and snippets\",\n    \"icon\" : \"\\uf019\",\n    \"classes\" : [\"button-icon\", \"plugin\" ],\n    \"onClick\" : {\n      \"action\" : \"addWidget\",\n      \"template\" : \"https://korap.ids-mannheim.de/instance/test-docker/plugin/export/export\",\n      \"permissions\" : [\"forms\", \"scripts\", \"downloads\", \"same-origin\" ]\n    }\n  }]\n}\n```\n\nChange-Id: Ifcaddc4f39023c4d885921b2d527f5748811c78d\n"
    },
    {
      "commit": "507dd23119e4548574ca825e729ad287a3fef23a",
      "tree": "3147bbe8036840f23416218226325f7c368e0b04",
      "parents": [
        "7e05fb0f12c3c013108f04a8dcab757ea4e678df"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Mon Apr 13 18:14:20 2026 +0200"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Thu Apr 30 11:55:54 2026 +0200"
      },
      "message": "Adds test for configurable hint foundries (See #10306)\n\nChange-Id: Ib193d7c053e37e214f4f2be288fe079df744f2d4\n"
    },
    {
      "commit": "7e05fb0f12c3c013108f04a8dcab757ea4e678df",
      "tree": "dcc6502ecbb6f69ef9b23bda5646a076af60d3b6",
      "parents": [
        "24b570bbf24561ab3573a5df7082d94538c04adf"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Tue Mar 24 12:01:37 2026 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Mar 25 12:52:08 2026 +0100"
      },
      "message": "NEW Escape commas and asterisks in query-by-match query creator\n\nChange-Id: I9bb4c7d6663d81c15430ea2ddc28b0875763c163\n"
    },
    {
      "commit": "24b570bbf24561ab3573a5df7082d94538c04adf",
      "tree": "ccdd5578a0569cbada20d68e3551a41dddb9d852",
      "parents": [
        "5da3c436a4e2c4418705c4ac9c1d1160126cc486"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Mar 05 17:47:29 2026 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Mon Mar 16 11:32:03 2026 +0100"
      },
      "message": "Fix tests for allow-same-origin rule introduction\n\nChange-Id: I754aa0fb66ac1ebc1ebac1cc58d14abf29a4902c\n"
    },
    {
      "commit": "5da3c436a4e2c4418705c4ac9c1d1160126cc486",
      "tree": "5de60986b52167c6fd6b6229336aa85a070da60d",
      "parents": [
        "e3b566da5cb3d3cef2df5e53f464609983be8cec"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Mar 13 11:38:29 2026 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Mar 13 11:38:29 2026 +0100"
      },
      "message": "CQP is no longer new\n\nChange-Id: Ia4284294bb418c692bbb79cd5dab1461792e065d\n"
    },
    {
      "commit": "e3b566da5cb3d3cef2df5e53f464609983be8cec",
      "tree": "61046cc513e77259e1aa5c2ff65a6892f4324f37",
      "parents": [
        "13dd5c5a474144dad7f72a314c97bf8a0e0b427e"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Mar 05 17:40:10 2026 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Mon Mar 09 19:25:44 2026 +0100"
      },
      "message": "Mark notinindex-fields\n\nChange-Id: I86e85b38c1512edbe2d821b8718fb4bc52d4ae16\n"
    },
    {
      "commit": "13dd5c5a474144dad7f72a314c97bf8a0e0b427e",
      "tree": "5bfe361941fe4bc32c32a407d1a5c18410f63825",
      "parents": [
        "dac5f133b17d2d948d1320fd30c2ee2e798789be"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Mar 05 17:54:12 2026 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Mon Mar 09 16:36:55 2026 +0100"
      },
      "message": "Fix test suite for glimpse button rearrangement\n\nChange-Id: Ie289423714573db82b1fda2e5684eb8056870fb8\n"
    },
    {
      "commit": "dac5f133b17d2d948d1320fd30c2ee2e798789be",
      "tree": "0437d53d74841cdd5c278efe79bb7c3d25e64d32",
      "parents": [
        "3d1d04d1b742bbfd3a058fd4384ec9ad7c1e13c0"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Dec 11 14:33:23 2024 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Mar 05 17:41:08 2026 +0100"
      },
      "message": "Add glimpse option to query panel (fixes #273)\n\nChange-Id: Ibe89e546053051908f0661a4fe1b72c082c87e8c\n"
    },
    {
      "commit": "3d1d04d1b742bbfd3a058fd4384ec9ad7c1e13c0",
      "tree": "0291bf20f35733f3d2177d0299d9c70c45a576cb",
      "parents": [
        "66692d9a64f487505981de77ca01352697d12f64"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Jan 28 18:04:39 2026 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Thu Feb 26 10:51:20 2026 +0100"
      },
      "message": "Mocks API Version 1.0 and 1.1\n\nChange-Id: Ic125455e6690343f296c82a2373a9a7f8c5ce86d\n"
    },
    {
      "commit": "66692d9a64f487505981de77ca01352697d12f64",
      "tree": "0266fcbf0c5974d65134a8c7a77593272800a76a",
      "parents": [
        "c72efa9f32ac95e75bf1e47882cc79244a8bb819"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Mon Feb 23 10:41:34 2026 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Feb 25 13:58:12 2026 +0100"
      },
      "message": "Takes API version from Kalamar config\n\nChange-Id: I24fe855fcef8f9de56c224c037ca0356693deeb3\n"
    },
    {
      "commit": "c72efa9f32ac95e75bf1e47882cc79244a8bb819",
      "tree": "8d68a339021ffa0c706a86dd7171c80dd388726f",
      "parents": [
        "9306b25afbf9d6c337a8818c98b694d0f8904f54"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Thu Dec 18 12:43:18 2025 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Feb 25 13:53:47 2026 +0100"
      },
      "message": "Eliminates authorized_only (deprecation in Kustvakt v1.1)\n\nChange-Id: I58de8df24ab74c379946bd7c14a07223f5443b46\n"
    },
    {
      "commit": "9306b25afbf9d6c337a8818c98b694d0f8904f54",
      "tree": "9488880e0b20f9036d18e058f204af51ac339b3c",
      "parents": [
        "83224305f331edd0a01fed2ee3095b16a79fbac9"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Feb 18 15:29:41 2026 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Feb 25 10:53:58 2026 +0100"
      },
      "message": "Support button title change\n\nChange-Id: Ie0f225071edeb2547f841632951715a104477ff7\n"
    },
    {
      "commit": "83224305f331edd0a01fed2ee3095b16a79fbac9",
      "tree": "bdcf677d2692b24669599db0388b2526562caa81",
      "parents": [
        "5881be100e22665b16c3d1a583c70df3c57eaa86"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Jan 21 12:05:51 2026 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Feb 25 10:48:30 2026 +0100"
      },
      "message": "Improve handling of non-existing or malformed JSON conf-files\n\nChange-Id: Ia89be3459d60a11302ddd18a0c57a01b38996137\n"
    },
    {
      "commit": "5881be100e22665b16c3d1a583c70df3c57eaa86",
      "tree": "1b8aa78cea8ac68661ea627c6ca37f3c1a4d178d",
      "parents": [
        "455ba7f132a4800e5393fedb979ed42a889b08d7"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Feb 19 11:52:01 2026 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Feb 24 11:57:11 2026 +0100"
      },
      "message": "Support activity-toggle in otherwise non-toggle buttons\n\nChange-Id: I263c1bad69bc7af3089b802e0cea9a3cc22835fe\n"
    },
    {
      "commit": "455ba7f132a4800e5393fedb979ed42a889b08d7",
      "tree": "54ac741f6a8f98fe02c9d0f9f2f63126bfaf2f8c",
      "parents": [
        "5979ea41b000fa9f0a2077a0444d046b29924599"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Feb 20 16:26:01 2026 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Feb 24 09:37:31 2026 +0100"
      },
      "message": "Expose colors and forms to plugins\n\nChange-Id: I777e8fdf9f66860670b3af954ee2f5d072e0e20d\n"
    },
    {
      "commit": "5979ea41b000fa9f0a2077a0444d046b29924599",
      "tree": "4cb7e5e844130753b1db9a727b01a7ef096d6c0f",
      "parents": [
        "82f374140dbd1d2c1dc0b4f1149f36f2ecdcfd21"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Tue Feb 17 13:52:31 2026 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Tue Feb 17 13:55:26 2026 +0100"
      },
      "message": "Revert \"Revert \"Authorization service with POST (support API version 1.1)\"\"\n\nThis reverts commit 6bdddf407b2d03a87b13c5183c0a678d534cca3d.\n\nChange-Id: I366cf6f68a14c54cf2ca99a9724962b86a684200\n"
    },
    {
      "commit": "82f374140dbd1d2c1dc0b4f1149f36f2ecdcfd21",
      "tree": "0fbb8e69fe06bccee77b1ce6ff4c814346886b5d",
      "parents": [
        "6bdddf407b2d03a87b13c5183c0a678d534cca3d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Feb 13 14:00:46 2026 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 14 16:44:05 2026 +0100"
      },
      "message": "Update changes and prepare for v0.64 release\n\nChange-Id: Ie4ae456318b4f7fe2df69cb595968cfb71a73642\n"
    },
    {
      "commit": "6bdddf407b2d03a87b13c5183c0a678d534cca3d",
      "tree": "86f9b59a07d3f5d41af908119c50eb50711ad710",
      "parents": [
        "1cd15698938bb30049fe6d2558efba03417e92d4"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 14 16:27:35 2026 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 14 16:43:49 2026 +0100"
      },
      "message": "Revert \"Authorization service with POST (support API version 1.1)\"\n\nThis reverts commit f9121b1fd3043a846d849d0762683c189e5cbd36.\n\nChange-Id: Ib0b85d11b207b588744e333971f81d828e34a898\n"
    },
    {
      "commit": "1cd15698938bb30049fe6d2558efba03417e92d4",
      "tree": "a195ce1c8bb8a1ad7bdfbae276a767d785f4bf86",
      "parents": [
        "19766af13c96aacb28625e9a88089ab064fa19df"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 14 14:05:00 2026 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 14 16:29:50 2026 +0100"
      },
      "message": "Fix plugin sandbox permissions\n\nAdd `allow-same-origin` to the iframe sandbox attribute.  This allows\nplugins to share the origin with the application, enabling access to\nsession cookies and fixing CORS failures in strict browsers (Firefox,\nSafari).\n\nChange-Id: Ic3ff8a343f406a44cc673097f0eeb2be74050f5b\n"
    },
    {
      "commit": "19766af13c96aacb28625e9a88089ab064fa19df",
      "tree": "0592f2d35946301a755b5e56ba4dd35c46f481ae",
      "parents": [
        "be8f0569429f80d98de77393711a28417087aa52"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Feb 13 14:53:27 2026 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 14 16:29:47 2026 +0100"
      },
      "message": "Fix GitLab CI docker slimming\n\nChange-Id: I3a18b573d14537f7796e4ad5cd13494510e084a4\n"
    },
    {
      "commit": "be8f0569429f80d98de77393711a28417087aa52",
      "tree": "27f8320f31584dc6dd2ea07793c98c63eca51e36",
      "parents": [
        "f9121b1fd3043a846d849d0762683c189e5cbd36"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Mon Feb 02 16:34:50 2026 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Feb 05 16:29:37 2026 +0100"
      },
      "message": "Don\u0027t track errors\n\nChange-Id: I4bc012a3718d8b932ea4af762acfc5b8d2be2e56\n"
    },
    {
      "commit": "f9121b1fd3043a846d849d0762683c189e5cbd36",
      "tree": "db520a1af7c38f7601a3535df8e135a9548f1312",
      "parents": [
        "f412d4459f62a334712636184835ccebb2a44e0f"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Mon Dec 22 11:18:04 2025 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Jan 28 16:47:50 2026 +0100"
      },
      "message": "Authorization service with POST (support API version 1.1)\n\nChange-Id: Ia5288c8d0949ed7ee77b5422f10bc19ea8cc3398\n"
    },
    {
      "commit": "f412d4459f62a334712636184835ccebb2a44e0f",
      "tree": "c8b006662610d683685fbb0e87241a649b63b348",
      "parents": [
        "f87af5c272d645147ffa5bd372bfeb9569c326c5"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Oct 01 10:52:39 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Mon Jan 26 13:51:03 2026 +0100"
      },
      "message": "Improve Plugin integrations\n\nChange-Id: Ia301dfb06324e3579ced95bb13bf8065d949d686\n"
    },
    {
      "commit": "f87af5c272d645147ffa5bd372bfeb9569c326c5",
      "tree": "a8d37fd37bfdeb97bc2e59b4d34ac0749aa37dbb",
      "parents": [
        "b9070ebfa323c3ba5d8d365b17d32d0dd82404fa"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Sat Jan 24 12:24:38 2026 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Sat Jan 24 21:36:17 2026 +0100"
      },
      "message": "Improve slimming checks and integration\n\nChange-Id: I96f0c6814e27c2caebff6a0b5ddb8c5284b66c0a\n"
    },
    {
      "commit": "b9070ebfa323c3ba5d8d365b17d32d0dd82404fa",
      "tree": "f38a168abd5f69e96dc5332f286d486592d32746",
      "parents": [
        "14cc80b3243fe8c6350c3dc8e9ef6d59b5d98208"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Dec 16 12:17:59 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jan 20 10:27:37 2026 +0100"
      },
      "message": "Support API version 1.1 in paths\n\nChange-Id: Ibf951092318a71cb9f9d63ac6d21a92fd7ac36f5\n"
    },
    {
      "commit": "14cc80b3243fe8c6350c3dc8e9ef6d59b5d98208",
      "tree": "e307c11e6fff0b64c333ea351eb7721e264cc03e",
      "parents": [
        "ff51eb6b71a7b185e385a45ff2c9d07c4587940d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 15 20:10:18 2026 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 15 20:12:59 2026 +0100"
      },
      "message": "Bump version to v0.63.1\n\nChange-Id: Iaff46418d7e85de0b2a98edb6115673be6ed93e9\n"
    },
    {
      "commit": "ff51eb6b71a7b185e385a45ff2c9d07c4587940d",
      "tree": "c068ceccac0c678e531da22494e56a7a9c955772",
      "parents": [
        "ab4a9032b917dece518177b3b3c9004d232b6373"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 15 17:39:42 2026 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 15 18:15:05 2026 +0100"
      },
      "message": "Fix hint foundry selection\n\nChange-Id: I6cd5d400324648c68eae63a67acd4d49e75367b5\n"
    },
    {
      "commit": "ab4a9032b917dece518177b3b3c9004d232b6373",
      "tree": "82d1d54bf0c889a676385f133bb805a6043584f9",
      "parents": [
        "aa6709c875cf7c7a5e6eb89db4b3d80183e807e6"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 14 10:38:52 2026 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 14 10:38:52 2026 +0100"
      },
      "message": "Bump version to v0.63\n\nChange-Id: Ia0df29f969dcda240f43b73cafcfb4b790c25e96\n"
    },
    {
      "commit": "aa6709c875cf7c7a5e6eb89db4b3d80183e807e6",
      "tree": "303eece75f86b3cefdc5d2f23cc5ca1258847442",
      "parents": [
        "bb3da4dca443a6a6267ba1267b56bb7323e0cb3b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 19 20:03:54 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 13 14:29:02 2026 +0100"
      },
      "message": "Make hint foundries configurable\n\nResolves #173\n\nand the milestone from, originally, 1 Apr 2025\n\nChange-Id: Iaa062ae4831187c96f99f339b29cc4374cc31afd\n"
    },
    {
      "commit": "bb3da4dca443a6a6267ba1267b56bb7323e0cb3b",
      "tree": "6e288ca0bfbc0368cb73086fe2d49cff8ea9e92b",
      "parents": [
        "a8fde63851723e2503364087dab37de6ffed4024"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Dec 05 22:47:35 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Dec 05 23:28:04 2025 +0100"
      },
      "message": "Add data-testid to test relevant elements (fixes #244)\n\nChange-Id: Id908e38f01e426543ed98975544204a9a632294d\n"
    },
    {
      "commit": "a8fde63851723e2503364087dab37de6ffed4024",
      "tree": "051043d33af7dbb95c1e2957339dfdb944572ea1",
      "parents": [
        "09978d6b5385186b3eaef1c72670ae8f06567c9e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 05 15:39:40 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 05 15:58:02 2025 +0100"
      },
      "message": "Docker: pin alpine to v3.22 to fix docker build\n\nv3.23 build fails with:\n\n```\nbuild-docker   \u003e #11 18.86 npm warn deprecated stable@0.1.8: Modern JS\nalready guarantees Array#sort() is a stable sort, so this library is\ndeprecated. See the compatibility table on MDN:\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility\nbuild-docker   \u003e #11 CANCELED\nbuild-docker   \u003e ------\nbuild-docker   \u003e  \u003e [kalamar  4/11] RUN cpm install --test -g\nCpanel::JSON::XS File::ShareDir::Install EV IO::Socket::Socks \u0026\u0026     cpm\ninstall --test -g\n\"https://github.com/Akron/Mojolicious-Plugin-Localize/archive/refs/tags/v0.22.tar.gz\"\n\u0026\u0026     cpm install --test -g\n\"https://github.com/KorAP/KorAP-XML-TEI/archive/refs/tags/v2.6.1.tar.gz\"\n\u0026\u0026     cpm install --test -g\n\"https://github.com/KorAP/KorAP-XML-Krill/archive/refs/tags/v0.64.tar.gz\"\n\u0026\u0026     cpm install --test -g\n\"https://github.com/KorAP/KorAP-XML-CoNLL-U/archive/refs/tags/v0.6.3.tar.gz\":\nbuild-docker   \u003e 2.068 DONE install IO-Socket-Socks-0.74\nbuild-docker   \u003e 2.814 DONE install common-sense-3.75\nbuild-docker   \u003e 3.430 DONE install File-ShareDir-Install-0.14\nbuild-docker   \u003e 7.264 DONE install Cpanel-JSON-XS-4.40\nbuild-docker   \u003e 11.31 FAIL install EV-4.36\nbuild-docker   \u003e 11.34 FAIL install EV-4.36\nbuild-docker   \u003e 11.34 5 distributions installed\n```\n\nChange-Id: Id64f596b0321ba5ba56d38c36a6b0b95ca8acf33\n"
    },
    {
      "commit": "09978d6b5385186b3eaef1c72670ae8f06567c9e",
      "tree": "4c6b495f02308d675da63c3d9019d9c4985c8e75",
      "parents": [
        "3d232342be318a36b50c575d3a2ea5aeb73702ba"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 05 12:30:49 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 05 12:30:49 2025 +0100"
      },
      "message": "Bump version to v0.62\n\nChange-Id: I740f43fb548b7194d98bdf781ca3bab07c0e942e\n"
    },
    {
      "commit": "3d232342be318a36b50c575d3a2ea5aeb73702ba",
      "tree": "84d1ff94bbbbd3ee72cfa3f1779b3703116921c1",
      "parents": [
        "6b4d374174c4b99ff3f7c4f0a03d3d8f7c52ad30"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Dec 03 22:46:47 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Dec 04 16:28:34 2025 +0100"
      },
      "message": "Fix invisible input fields\n\nChange-Id: I456b81d6d05e78ab638013eade014a34cc8d08ca\n"
    },
    {
      "commit": "6b4d374174c4b99ff3f7c4f0a03d3d8f7c52ad30",
      "tree": "cd2b4e874972ee95209d2b2ff2229b17a3e49ef5",
      "parents": [
        "79a6d668abe13d0634ceac9eaf330b956b14b703"
      ],
      "author": {
        "name": "Rebecca Wilm",
        "email": "wilm@ids-mannheim.de",
        "time": "Tue May 06 10:33:23 2025 +0200"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Dec 03 13:11:41 2025 +0100"
      },
      "message": "Add translations of api, data, development and faq\n\nChange-Id: I286c3e1ce1e698128a2119b2bc8c78cd039ad61e\n"
    },
    {
      "commit": "79a6d668abe13d0634ceac9eaf330b956b14b703",
      "tree": "fc61db5ec05658861b7a0532ae080274efe21be6",
      "parents": [
        "bfba11466f572a9c36da909a86335193424c351f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Nov 24 15:26:21 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Nov 26 09:08:27 2025 +0100"
      },
      "message": "CI: fix local docker build\n\nChange-Id: Ibe0f48d3a6a604854a1282b9b0267ba96b3fc255\n"
    },
    {
      "commit": "bfba11466f572a9c36da909a86335193424c351f",
      "tree": "de82b2655ef22367dbeb7bf5dd77adfe46d5dfb8",
      "parents": [
        "7f310c120780a9a233aa96826986e4e26c977e9f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 23 12:45:31 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Nov 26 09:08:00 2025 +0100"
      },
      "message": "Fix docker slimming in GitLab CI\n\nhttps://github.com/slimtoolkit/slim is, because of a name collision,\nnow: https://github.com/mintoolkit/mint\n\nAlso mintoolkit/mint does not support 25+ (API 1.44) (current is Docker\nis 29, API 1.52) out-of-the box, but we can pretend to support API 1.46\nby using a parameter --crt-api-version 1.46\n\nSee: https://github.com/mintoolkit/mint/discussions/45#discussioncomment-10260428\nChange-Id: If237e5c6912fe957cbd9a867558a3d6de4b8b5e7\n"
    },
    {
      "commit": "7f310c120780a9a233aa96826986e4e26c977e9f",
      "tree": "96e01a7cbe2e5095decb2a9da55220c67d08fc68",
      "parents": [
        "fdc2b8541f7281f7a88ccf8fa0df6258e3be7111"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 22 19:00:18 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 23 15:08:07 2025 +0100"
      },
      "message": "Fix white rectangle under query field glitch\n\nResolves #243\n\nChange-Id: I2d5b7f06f97628a8652f32f300185d16d6a42283\n"
    },
    {
      "commit": "fdc2b8541f7281f7a88ccf8fa0df6258e3be7111",
      "tree": "ca230791659367835ae0ee6952d2f2d70b1d2a63",
      "parents": [
        "f06e196ef0ae64f34fc251529bd742f0029a308c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Nov 07 09:25:27 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Nov 13 10:04:50 2025 +0100"
      },
      "message": "Bump version to v0.61\n\nChange-Id: I9461c080355f4211ab542a0326a580dd463cbdd8\n"
    },
    {
      "commit": "f06e196ef0ae64f34fc251529bd742f0029a308c",
      "tree": "56f51f1178ccf0cfe8bc11a3fbfa065bce34b663",
      "parents": [
        "6609a9acda3876edf0176a676e8d2c560a97c0cf"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Nov 07 15:14:55 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Nov 07 15:14:55 2025 +0100"
      },
      "message": "Update Dockerfile\n\nChange-Id: I2ab3536115576898421e6e7faeb839d0c86cf095\n"
    },
    {
      "commit": "6609a9acda3876edf0176a676e8d2c560a97c0cf",
      "tree": "7601779eb2349c61db0139ceed194a5d52b2b26f",
      "parents": [
        "83a5099c417f0a2fee651847eb87d3322df0d802"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Nov 06 12:12:38 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Nov 06 14:45:01 2025 +0100"
      },
      "message": "GitLab-CI: Add version tag and manual Docker Hub push job\n\nChange-Id: Ieb266f9e286363ba5f233f96258015f4e5fabb72\n"
    },
    {
      "commit": "83a5099c417f0a2fee651847eb87d3322df0d802",
      "tree": "fb56a4d50f41925068ea05e09d7e59d424860f93",
      "parents": [
        "7636edf874672fb876b43ab63332e937a90bed04"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Nov 06 11:17:52 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Nov 06 12:27:28 2025 +0100"
      },
      "message": "Updated Dockerfile (closes #264)\n\nChange-Id: Icb398e18bb54538c454c17058a1b4b97c1823e97\n"
    },
    {
      "commit": "7636edf874672fb876b43ab63332e937a90bed04",
      "tree": "52d4855aadf38453d97acebf21da71901bac1ea0",
      "parents": [
        "cdb5d58f3236e3ebd373c1842ab9637371ca55dd"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Nov 04 12:44:53 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Nov 06 10:24:21 2025 +0100"
      },
      "message": "Update SCSS to module system (fixes #266)\n\nChange-Id: I2387ef49dadaeac0f62620e0c803df12dad42cf8\n"
    },
    {
      "commit": "cdb5d58f3236e3ebd373c1842ab9637371ca55dd",
      "tree": "2978c85d5e31e23ca181ca9bce46b5012ed73206",
      "parents": [
        "d4b39e56dd87948d60916399011d45debc4c9379"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Nov 04 16:44:26 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Nov 06 10:13:32 2025 +0100"
      },
      "message": "Support for Windows should stop\n\nChange-Id: Ib0da184f74d0525b13050d85d4a346e56e8b4de8\n"
    },
    {
      "commit": "d4b39e56dd87948d60916399011d45debc4c9379",
      "tree": "601e59e35757afd9e854c24cbc186ffc73b887a1",
      "parents": [
        "1f562afef78589c87a9b964cdf40ce94ef20e7a7"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Nov 05 13:35:39 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Nov 06 09:46:45 2025 +0100"
      },
      "message": "Fixes failing Guided Tour tests (closes #265)\n\nChange-Id: Ia3d3da3e01408452cc643a88cc93c328610045d0\n"
    },
    {
      "commit": "1f562afef78589c87a9b964cdf40ce94ef20e7a7",
      "tree": "16fa6383c01003dfd796b2444824112addc8863a",
      "parents": [
        "c6c68212b047a89548bf7fa4bc56e3f7def49990"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Nov 03 12:24:03 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Nov 05 10:17:37 2025 +0100"
      },
      "message": "Add helper support for spaCy upos and msd\n\nChange-Id: Ieb41cb398426347f90294e615de7c47749511c45\n"
    },
    {
      "commit": "c6c68212b047a89548bf7fa4bc56e3f7def49990",
      "tree": "63eb99c698a4c3b34c0f4acb2ad71f23907669a7",
      "parents": [
        "4fd6e83e262d947de4fec2b305e606e0640a456e"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Oct 22 14:33:51 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Nov 04 09:31:24 2025 +0100"
      },
      "message": "Reorder deprecated mixed order declarations in SCSS\n\nChange-Id: Ibc2cd2574e55ab3cc42d1e59d5252b78a746e195\n"
    },
    {
      "commit": "4fd6e83e262d947de4fec2b305e606e0640a456e",
      "tree": "c29b0ababf5573fa52ebbe3294192bd42cf57944",
      "parents": [
        "37ebaa0c54c9720d74578b2256db968cb11e49fc"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Oct 22 09:32:32 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Oct 22 09:32:32 2025 +0200"
      },
      "message": "Make cookie test pending in Chrome\n\nChange-Id: I91c7d973fbb5b5c5223cb9758ee9292c360fe251\n"
    },
    {
      "commit": "37ebaa0c54c9720d74578b2256db968cb11e49fc",
      "tree": "07f15f58f0c55e650d3268ab52264cca517dda69",
      "parents": [
        "b76bd6a33e7cc786f825d36c5f7abefeee93807f"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Oct 21 12:20:42 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Oct 21 12:20:42 2025 +0200"
      },
      "message": "Fix panel spec to avoid interference with other tests\n\nChange-Id: Icc7f2a100d3f49ecc1a4d73161fce081070885cd\n"
    },
    {
      "commit": "b76bd6a33e7cc786f825d36c5f7abefeee93807f",
      "tree": "0856000ce1daa913916f84a8a7a6152fedc515da",
      "parents": [
        "acb7f3d69ec784291cb4d5191daa44b8a17db73a"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Oct 21 12:08:42 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Oct 21 12:08:42 2025 +0200"
      },
      "message": "Fix alignment check (for test suite)\n\nChange-Id: I2c136aaf4ab71519e56bf51a3a49f77b8ceff54f\n"
    },
    {
      "commit": "acb7f3d69ec784291cb4d5191daa44b8a17db73a",
      "tree": "44ef7e13ac3e3116c065417292738f30758e9a1c",
      "parents": [
        "5f3715cae735c30edb3f6ec0c44d28cb11209903"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Sep 17 11:56:45 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Oct 09 12:58:37 2025 +0200"
      },
      "message": "Add general proxy support (fixes #259)\n\nChange-Id: I63a3eb1e14a35067522fa8ee9efc905059dea087\n"
    },
    {
      "commit": "5f3715cae735c30edb3f6ec0c44d28cb11209903",
      "tree": "729e091b784601df140c9960ed014cd099f3a0db",
      "parents": [
        "9d9872fdb6776403aa928c137480a7e42f9fc634"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Sep 23 11:51:06 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Sep 23 11:51:06 2025 +0200"
      },
      "message": "Show cursor on burger menu (fixes #256)\n\nChange-Id: Id14904c3e526d422a53813dbfc9889634544f12f\n"
    },
    {
      "commit": "9d9872fdb6776403aa928c137480a7e42f9fc634",
      "tree": "66e90c74f7784b8c7d8ec22a6c32f7633fd089a6",
      "parents": [
        "910828ae75a3885c06296ca8af05da0f193de275"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Mon Sep 15 10:11:04 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Sep 19 09:24:46 2025 +0200"
      },
      "message": "Allow default alignment changes\n\nChange-Id: I0815983f974c0a3d6919e973c65310ac30e93480\n"
    },
    {
      "commit": "910828ae75a3885c06296ca8af05da0f193de275",
      "tree": "5ad808e916ab22fe218530f0d10481d4c04dd975",
      "parents": [
        "68751469038883b6bf24032ef6b5236f5fc4dd44"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Jun 27 15:38:48 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Mon Aug 04 10:27:41 2025 +0200"
      },
      "message": "Add support for response pipes\n\nChange-Id: I86905bb22ffa70b86476f0de6fa8343f687dc740\n"
    },
    {
      "commit": "68751469038883b6bf24032ef6b5236f5fc4dd44",
      "tree": "f0be170fd6101942f396cf6c7c1bf9245ded311b",
      "parents": [
        "2d5b0286ba0b7bd2f946c6abd21fc9f637cbdd86"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Jul 04 11:39:55 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Jul 23 14:55:51 2025 +0200"
      },
      "message": "Improve representation of timed-out values (improve #257)\n\nChange-Id: I2179b58ee62debcc541a80e5eac3443ad9ff11b9\n"
    },
    {
      "commit": "2d5b0286ba0b7bd2f946c6abd21fc9f637cbdd86",
      "tree": "ab0be6223ba854401da4a7885b10fb799910273e",
      "parents": [
        "3b2b29e559d46e5c3277ef9616595a0bc59cbad6"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Jun 27 13:01:51 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Jul 23 11:22:33 2025 +0200"
      },
      "message": "Improve robustness for test runs\n\nChange-Id: Idb3c689395388217af6808071b4cfda9a7dda74e\n"
    },
    {
      "commit": "3b2b29e559d46e5c3277ef9616595a0bc59cbad6",
      "tree": "390c812906c07188162ec67095abe062941fe69b",
      "parents": [
        "a7584e1f1fe6a96da2ae2c3ceb1107d6b6dc4508"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jun 24 10:55:30 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jun 24 10:55:30 2025 +0200"
      },
      "message": "Fix css rules\n\nChange-Id: Ifb2dfe0bc5ccf2593393643d4dcaf15813408764\n"
    },
    {
      "commit": "a7584e1f1fe6a96da2ae2c3ceb1107d6b6dc4508",
      "tree": "d5c95d30c1181398ebbe07b509323174ff5bebc1",
      "parents": [
        "9fe23dc76906ca79bff845eb1a168e1126829588"
      ],
      "author": {
        "name": "Uyen-Nhu Tran",
        "email": "125201939+uyen-nhu@users.noreply.github.com",
        "time": "Tue Jun 17 18:45:09 2025 +0200"
      },
      "committer": {
        "name": "Uyen-Nhu Tran",
        "email": "tran@ids-mannheim.de",
        "time": "Wed Jun 18 17:27:18 2025 +0200"
      },
      "message": "Change logo add-on styles considering different lengths\n\nChange-Id: I244122b679a455f21b2052ece1d6d1d3015af6a0\n"
    },
    {
      "commit": "9fe23dc76906ca79bff845eb1a168e1126829588",
      "tree": "c1e5758301c8a386d1a0341367ddd614b324469c",
      "parents": [
        "d9751772f74081e8d21694294e859700a8163339"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Jun 11 11:43:50 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Jun 11 11:47:18 2025 +0200"
      },
      "message": "Support non-indexed values in annotation tables\n\nChange-Id: I33f37c05c0b6a3ee741f9890db1e628187bc1e79\n"
    },
    {
      "commit": "d9751772f74081e8d21694294e859700a8163339",
      "tree": "0140b3ca853608d4098101f633538fa02a02495f",
      "parents": [
        "7baf1ee2556fd4ed8f04425cc1a5010cff1a0eec"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Apr 30 06:53:14 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 30 15:13:40 2025 +0200"
      },
      "message": "Remove duplicate corpus data entry from help\n\nResolves #252\n\nThe deleted part could be moved to development.\n\nChange-Id: Ib599545bbd12addb44d12cc9618201d01caeaabf\n"
    },
    {
      "commit": "7baf1ee2556fd4ed8f04425cc1a5010cff1a0eec",
      "tree": "3b38b785e67048eff0bc64118d5ac217ae65071c",
      "parents": [
        "148cbfd62f69766ba217dda6f8f5748ad81a2a7a"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri May 30 11:02:44 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri May 30 11:02:44 2025 +0200"
      },
      "message": "Update Docker (fixes #255)\n\nChange-Id: I0d2da433b82400afd07369031700f3532e7fffce\n"
    },
    {
      "commit": "148cbfd62f69766ba217dda6f8f5748ad81a2a7a",
      "tree": "15ac5e2ca40c53c75e93121bd264eda3e8e49858",
      "parents": [
        "8d6e36311bcb96e18927d54d29c8378f6189fc02"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Apr 30 11:18:54 2025 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Apr 30 11:18:54 2025 +0200"
      },
      "message": "Improve PQ+ documentation to prevent misunderstandings\n\nChange-Id: I9d0209bc5f70abff365a0e236c0171c239104b4b\n"
    },
    {
      "commit": "8d6e36311bcb96e18927d54d29c8378f6189fc02",
      "tree": "9c880d34687e1e45da25641af280c6cf77989d01",
      "parents": [
        "a07413f834c4193f65e0697c1cfa1d374bc876bc"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 13 11:31:15 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Apr 11 09:50:56 2025 +0200"
      },
      "message": "Remove duplicate tour and help links from intro container\n\nThis is now in the menu.\n\nChange-Id: I0aa1bd337a8ac1fe54cba56a65aba6707c24013c\n"
    },
    {
      "commit": "a07413f834c4193f65e0697c1cfa1d374bc876bc",
      "tree": "3c3cdd88a37fc26b25ce763329022f6740e271e2",
      "parents": [
        "0115e7edbf32949c7b178fba2c1fc8d6aeca5dea"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 13 11:29:41 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Apr 11 09:50:56 2025 +0200"
      },
      "message": "Remove (duplicate) about in intro container\n\nIf this is anything, than probably just annoying to have to scan this\nevery time.\n\nBetter just use \"About\".\n\nChange-Id: I9a95923194e159da1f1fcc1b94153ee5334e8a57\n"
    },
    {
      "commit": "0115e7edbf32949c7b178fba2c1fc8d6aeca5dea",
      "tree": "5b09b66b50acf671f9d7c33e26d648ac15706c18",
      "parents": [
        "3567e333158f018640dfbe0b58ce6725b369f6ce"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Mon Mar 24 16:10:24 2025 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Mar 26 14:55:15 2025 +0100"
      },
      "message": "Tour stops if there are no results (closes #189).\n\nChange-Id: I2ed9cab9ac47b7494feddd167c15926bd541e5cc\n"
    },
    {
      "commit": "3567e333158f018640dfbe0b58ce6725b369f6ce",
      "tree": "b33d799b7fd2339395a49ae52906a4b2b28bede8",
      "parents": [
        "8db0e1f831d5b9ce5630323cecd6a8c0b1641aa0"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Mon Mar 24 17:40:28 2025 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Mon Mar 24 17:52:11 2025 +0100"
      },
      "message": "Checks if tutorial exists before hiding it\n\nChange-Id: I64798ae1a04366a415dbd4d6a3c65166ba3ca0a5\n"
    },
    {
      "commit": "8db0e1f831d5b9ce5630323cecd6a8c0b1641aa0",
      "tree": "09eaec11492913bc2c474bf4e83df2179413dda2",
      "parents": [
        "4d17d0fe5cd9dd1700b81ee71690a838d92cd86b"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Mar 19 17:05:39 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Mar 20 13:58:09 2025 +0100"
      },
      "message": "Introduce intermediate docker release\n\nChange-Id: I5013005bc292c52007289ad78a28d5797151d0c0\n"
    },
    {
      "commit": "4d17d0fe5cd9dd1700b81ee71690a838d92cd86b",
      "tree": "a0ff824c592dadc54510cdd495c78c57e2d14ace",
      "parents": [
        "a17b08d54344961f317dd2a564069789ef71ee61"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Mar 05 20:58:44 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Mar 06 09:07:22 2025 +0100"
      },
      "message": "Remove login in side bar\n\nChange-Id: Id7cd9eec82b0132c02083ed76e222e013e581834\n"
    },
    {
      "commit": "a17b08d54344961f317dd2a564069789ef71ee61",
      "tree": "e2aaf9ca4dd478f86ba9046954ebe6d1d9085e3e",
      "parents": [
        "437146686b0d0af2bd97a9c8755ccc6ff7da9145"
      ],
      "author": {
        "name": "Uyen-Nhu Tran",
        "email": "125201939+uyen-nhu@users.noreply.github.com",
        "time": "Tue Feb 18 19:14:55 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Mar 05 19:40:27 2025 +0100"
      },
      "message": "UI improvements and bug fixes (2025-03-04)\n- Add shortening function to username, if username is too long (max. 6 characters).\n- Change \u0027doc\u0027 to \u0027doc_start\u0027 in help button.\n- Remove help button from dropdown list and add it to navbar.\n- Remove headerButtonGroup and add links directly to header.html.ep.\n- Remove tooltip from help button.\n- Fix sidebar appearance when user navigates to /settings.\n- Fix content shift for pages (due to /settings modification).\n- Change fixed value for hint positioning to dynamic value.\n\nChange-Id: I7ee84bff170c4985494895cdacd1ed77d60320db\n"
    },
    {
      "commit": "437146686b0d0af2bd97a9c8755ccc6ff7da9145",
      "tree": "539a722ef877afe96dc8bfda4759999b8689fa6b",
      "parents": [
        "e1eba0cd0da765b11d1f4223093dfdafa6c1d5d9"
      ],
      "author": {
        "name": "Uyen-Nhu Tran",
        "email": "125201939+uyen-nhu@users.noreply.github.com",
        "time": "Mon Jan 13 23:09:37 2025 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Mar 05 18:04:28 2025 +0100"
      },
      "message": "Add help/doc button to dropdown menu, remove button from old position, edit Change file\n\nChange-Id: I6aed5457e0872f58d3d549c8fa6e119f31c1c648\n"
    },
    {
      "commit": "e1eba0cd0da765b11d1f4223093dfdafa6c1d5d9",
      "tree": "e31786e95e355971d8dfaab4e2d404b3f947a8c0",
      "parents": [
        "45e9afe1bff422136d19e8319a64b7208050cad6"
      ],
      "author": {
        "name": "Uyen-Nhu Tran",
        "email": "125201939+uyen-nhu@users.noreply.github.com",
        "time": "Tue Dec 10 17:06:39 2024 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Mar 05 18:04:28 2025 +0100"
      },
      "message": "Adjust media queries, fix weird navigation behaviour on small screens, fix hint element shifting on small screens, small bugfixes\n\nChange-Id: I98a4fff224093e2a9636abc0224682261a23000e\n"
    },
    {
      "commit": "45e9afe1bff422136d19e8319a64b7208050cad6",
      "tree": "ec86bd3fca4e348bff8e7b9d622c1acc91bf4620",
      "parents": [
        "c166a6385a5d123e0529ae0512ad0f3c753d0646"
      ],
      "author": {
        "name": "Rebecca Wilm",
        "email": "wilm@ids-mannheim.de",
        "time": "Thu Nov 07 15:17:29 2024 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Mar 05 16:46:15 2025 +0100"
      },
      "message": "Add German translation of annis.html.ep\n\nChange-Id: I61512e4dceb8da711ea4bf4197a3d0c9bbeae8c7\n"
    },
    {
      "commit": "c166a6385a5d123e0529ae0512ad0f3c753d0646",
      "tree": "5158bed2e559e08239b878cd5cc0eec96780b7de",
      "parents": [
        "f4107f1334a4d10ff34dfaa3d844e19b8d4fed40"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Mar 05 10:52:58 2025 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Mar 05 10:52:58 2025 +0100"
      },
      "message": "Fixes failing test in #9230\n\nChange-Id: I5a80bc2d612ec872454db81a144a575b03761c87\n"
    },
    {
      "commit": "f4107f1334a4d10ff34dfaa3d844e19b8d4fed40",
      "tree": "283dc714e00dd9c2f49de6e58cb2075957e587b0",
      "parents": [
        "523b573a25ce8ad6ea351dea08fc21a64f167bb6"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Thu Feb 27 12:15:18 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Feb 28 13:32:10 2025 +0100"
      },
      "message": "Hides help iframe after tour starts  and makes first tooltip floating.\n\nChange-Id: Ic9b24dfad38626812b627c8a01e0d7bbbf06cdf7\n"
    },
    {
      "commit": "523b573a25ce8ad6ea351dea08fc21a64f167bb6",
      "tree": "e6aef50e46a52fc70f434e46f3be3f12c33df0af",
      "parents": [
        "8bd7945ce807315b56b85aa3fdfc5955ef10549c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Feb 21 08:29:51 2025 +0000"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Feb 28 13:31:15 2025 +0100"
      },
      "message": "Bump imagemin from 8.0.1 to 9.0.0 (fixes #238)\n\nBumps [imagemin](https://github.com/imagemin/imagemin) from 8.0.1 to 9.0.0.\n- [Release notes](https://github.com/imagemin/imagemin/releases)\n- [Commits](https://github.com/imagemin/imagemin/compare/v8.0.1...v9.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: imagemin\n  dependency-type: direct:development\n  update-type: version-update:semver-major\n...\n\nChange-Id: Ic6028fd09395c958268ca61c167d96d7d3a1df9d\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n"
    },
    {
      "commit": "8bd7945ce807315b56b85aa3fdfc5955ef10549c",
      "tree": "07ff42dc71630032cdd7e2f25dfa8991a352ce74",
      "parents": [
        "b0a7a0fb2818e94d9b59efd39284a269e9f41fc6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Feb 21 08:30:05 2025 +0000"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Feb 28 13:30:26 2025 +0100"
      },
      "message": "Bump grunt-sass from 3.1.0 to 4.0.0 (fixes #239)\n\nBumps [grunt-sass](https://github.com/sindresorhus/grunt-sass) from 3.1.0 to 4.0.0.\n- [Release notes](https://github.com/sindresorhus/grunt-sass/releases)\n- [Commits](https://github.com/sindresorhus/grunt-sass/compare/v3.1.0...v4.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: grunt-sass\n  dependency-type: direct:development\n  update-type: version-update:semver-major\n...\n\nChange-Id: Icea55710a593444e8aab127372c8b668857658c4\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n"
    },
    {
      "commit": "b0a7a0fb2818e94d9b59efd39284a269e9f41fc6",
      "tree": "81a484fcdfc71b0e749227833a07a95db25152d5",
      "parents": [
        "391b8196bf3a9c42d6c574bea5726b34fe665c70"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Feb 27 09:51:06 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Feb 27 09:51:06 2025 +0100"
      },
      "message": "Change OAuth settings title\n\nChange-Id: I8edd87ed3347eab7293f9a18c730a4954c61cb23\n"
    },
    {
      "commit": "391b8196bf3a9c42d6c574bea5726b34fe665c70",
      "tree": "7fe0f21dccff1352e3d4aa73a66a8acffd9bb391",
      "parents": [
        "2588664d36305f3bd4af9a5c5c029860bb5b04a3"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 16 16:27:20 2024 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Feb 20 11:04:50 2025 +0100"
      },
      "message": "Docker: bump assetbuilder image to node:21 (closes #203)\n\nChange-Id: I6c770383172fa2ef5f339246add7c483dbb109ae\n"
    },
    {
      "commit": "2588664d36305f3bd4af9a5c5c029860bb5b04a3",
      "tree": "2634464c42da2df5f21802e26d7ad8ca9c5bbdcf",
      "parents": [
        "9f9d485c1254ce66317f5a85ac231c6228f0ad25"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Feb 05 14:15:41 2025 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Feb 05 14:15:41 2025 +0100"
      },
      "message": "Fixes wrong issue closed: URLs for plugins are mandatory (closes #233)\n\nChange-Id: I1e4a7aeabce5a2d760bde859e6a7d3f1bc9a3525\n"
    },
    {
      "commit": "9f9d485c1254ce66317f5a85ac231c6228f0ad25",
      "tree": "b6e45bf5b741c4220928320cc3871048807f6267",
      "parents": [
        "2ac993134450de855c09d2793743d91c618c08c5"
      ],
      "author": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Mon Dec 09 16:06:34 2024 +0100"
      },
      "committer": {
        "name": "Helge",
        "email": "stallkamp@ids-mannheim.de",
        "time": "Wed Feb 05 10:11:09 2025 +0100"
      },
      "message": "URLs for plugins are mandatory (closes # 322)\n\nChange-Id: I1783930cf984850c95edb5f395e2e66ae90ed41e\n"
    },
    {
      "commit": "2ac993134450de855c09d2793743d91c618c08c5",
      "tree": "8e25b185936e360b06109bc2f5761ac7912b3aa1",
      "parents": [
        "a5f79e6718f33ab4549f20895b4082c5d9cbcad0"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jan 23 14:11:24 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jan 23 16:27:11 2025 +0100"
      },
      "message": "Fix test that required SSL\n\nChange-Id: I329abea8cfe3de4ff2358ea1ff48d599a1e00957\n"
    },
    {
      "commit": "a5f79e6718f33ab4549f20895b4082c5d9cbcad0",
      "tree": "c929f9813248d47a3911b4f2c8479f0a969501d9",
      "parents": [
        "5d4f2e4858c8ce9cda00c4b6b2bef6876aeae153"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 17 07:15:46 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 22 17:12:16 2025 +0100"
      },
      "message": "Support lt and gt integer comparisons\n\nChange-Id: If17b7da35f43ecb9c3c69cb91f404cdc21db5392\n"
    },
    {
      "commit": "5d4f2e4858c8ce9cda00c4b6b2bef6876aeae153",
      "tree": "371287f7de6dc63401fccfa348c2bda99ad8a3e5",
      "parents": [
        "9bbd770cc2001942ff1b4c8e1a25607881ff94db"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Mon Dec 16 09:10:27 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 22 16:52:27 2025 +0100"
      },
      "message": "Support for integer values in Kalamar\n\nChange-Id: I13994db8006fbfc213621ec46095a53600f22a0d\n"
    },
    {
      "commit": "9bbd770cc2001942ff1b4c8e1a25607881ff94db",
      "tree": "75ce2ae10d376debe674f472480018300e49df26",
      "parents": [
        "aa3dcfe7dd14d48950fea67de620b3401f0e77cd"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Nov 21 13:01:51 2024 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jan 16 13:22:25 2025 +0100"
      },
      "message": "Set path for cookies and change window access from iframe,\nso access from tutorials don\u0027t become a cross-origin access\n\nChange-Id: I49b9c401b3de20cb2ba7fb8c6fc5649d6b105891\n"
    },
    {
      "commit": "aa3dcfe7dd14d48950fea67de620b3401f0e77cd",
      "tree": "0b58a18dc89e352c480a7d6b0afb8e3e116df99d",
      "parents": [
        "be2f9a01cec5db3c8bb9f7031903e5aaf40830e1"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Dec 10 15:29:40 2024 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jan 16 12:14:04 2025 +0100"
      },
      "message": "Do not serialize empty values for state and pipe\n\nChange-Id: I641774560d2465c2a85d74d5d5b6f312861ff539\n"
    },
    {
      "commit": "be2f9a01cec5db3c8bb9f7031903e5aaf40830e1",
      "tree": "3aef8e640195ae0151dd49726ee56dae96432dad",
      "parents": [
        "176c46d448c5900c9c73a94ae7cd120aff4fc4c0"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jan 14 09:36:55 2025 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jan 14 09:49:05 2025 +0100"
      },
      "message": "Fix hint helper alert\n\nChange-Id: I6e1ac9fa03f62bd25b1139764d727922a5f61c20\n"
    },
    {
      "commit": "176c46d448c5900c9c73a94ae7cd120aff4fc4c0",
      "tree": "532be8716259d9ec6a0d89615eb1605eba044825",
      "parents": [
        "52e66cb6fc907a26a72dc8ab46d78853fcc11074"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Dec 11 10:13:35 2024 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jan 09 12:05:17 2025 +0100"
      },
      "message": "Fix query panel position in new UI layout\n\nChange-Id: Iaada4a0eea418d5ee4d91c52f4be06186eaaa997\n"
    },
    {
      "commit": "52e66cb6fc907a26a72dc8ab46d78853fcc11074",
      "tree": "6031c9f1d08007ad77c9620312afd8f0a26851f3",
      "parents": [
        "25cf15b4eeb02a8d018443b6fc91f29f2a273c15"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 16 16:26:46 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 16 17:00:25 2024 +0100"
      },
      "message": "Docker: bump KorAP-XML-TEI from v2.5.0 to v2.6.0\n\nChange-Id: I348c15a4ec86692a70efcae124417860bd8ac693\n"
    },
    {
      "commit": "25cf15b4eeb02a8d018443b6fc91f29f2a273c15",
      "tree": "ec2458cee015124d4147d367e5f6647006de2cb3",
      "parents": [
        "03cc36817854ca1cea5887f2d7c5d144c700f765"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 16 16:26:01 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 16 17:00:05 2024 +0100"
      },
      "message": "Docker: fix slimming and missing ro, hu localizations\n\nChange-Id: Ic3150fa0f893b74a0d71304356881f416e54d0b9\n"
    },
    {
      "commit": "03cc36817854ca1cea5887f2d7c5d144c700f765",
      "tree": "1ff59c1d23a4f2757161b13d2935e487dabd3c64",
      "parents": [
        "ed223bef6416012177f268223a2f2d5ce1c0b8b5"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 16 14:20:54 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 16 16:28:03 2024 +0100"
      },
      "message": "Docker: fix build\n\nChange-Id: I8e9d4f922741dc2fe06b29f9d7a6ccde65bd1935\n"
    },
    {
      "commit": "ed223bef6416012177f268223a2f2d5ce1c0b8b5",
      "tree": "b73882865a4573f5b91308d0be7f4df895932547",
      "parents": [
        "b759ee902ce33b0c41e540be8c2d5ae8e9c72e48"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Dec 10 13:01:46 2024 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Dec 10 16:44:18 2024 +0100"
      },
      "message": "Keep plugin state in state manager (fixes #201)\n\nChange-Id: If4a5305f3e41f1fcac4a47afeba613b3106c69fa\n"
    },
    {
      "commit": "b759ee902ce33b0c41e540be8c2d5ae8e9c72e48",
      "tree": "1d27593e724b93baec0132f085b68a2b1893cf27",
      "parents": [
        "eb319f9a5c4ad6e8b97c4655d9942547a22a7494"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Nov 19 18:02:56 2024 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Nov 22 14:47:22 2024 +0100"
      },
      "message": "Return cursor position for query object (fixes #228)\n\nChange-Id: I8a7e872dfcce38d2f525d07c1bb3fc84f25250c3\n"
    },
    {
      "commit": "eb319f9a5c4ad6e8b97c4655d9942547a22a7494",
      "tree": "46a73e1b8fd28d7eba5a4d9fbc2d1fcdae325608",
      "parents": [
        "94f93b002fecd2dc3c5552ab08bc2dd42c03b920"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Nov 21 11:23:29 2024 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Nov 21 11:23:29 2024 +0100"
      },
      "message": "Remove the excessive padding from the main bottom\n\nChange-Id: I872d1785e07c01d54abe33dc146d3389a86f7441\n"
    },
    {
      "commit": "94f93b002fecd2dc3c5552ab08bc2dd42c03b920",
      "tree": "db756c1b880dfd2291c9dc4f77bd21fb250012c4",
      "parents": [
        "25602e1dedc237492fd91a9058eab5b3d1ebe440"
      ],
      "author": {
        "name": "Uyen-Nhu Tran",
        "email": "125201939+uyen-nhu@users.noreply.github.com",
        "time": "Wed Nov 20 20:17:57 2024 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Nov 21 11:01:47 2024 +0100"
      },
      "message": "Add navi-list to dropdown box, fix display of dropdown-items.\n\nChange-Id: I217c1904ecb85a75dae045dc0994145870622019\n"
    },
    {
      "commit": "25602e1dedc237492fd91a9058eab5b3d1ebe440",
      "tree": "34b017f0699b16ceb47de43339e0c629481135fd",
      "parents": [
        "1c18f10ff2cf40d59bac51ae117f6db97b1630ae"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Nov 19 13:24:00 2024 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Nov 21 10:57:13 2024 +0100"
      },
      "message": "Stabilize tests on html-class attributes\n\nChange-Id: Ic6722253da4082e1e63322c315eb9669a6c0bb48\n"
    },
    {
      "commit": "1c18f10ff2cf40d59bac51ae117f6db97b1630ae",
      "tree": "27829d1f4557ac057dcc9b7c6838c46d34bbd115",
      "parents": [
        "2224dcfa3556ea2a48bf24b2459776ebd12e06aa"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Nov 19 16:31:06 2024 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Nov 19 18:04:51 2024 +0100"
      },
      "message": "Simplify hint position adjustment\n\nChange-Id: Iefbae3fd68a241c47c82175f5ec71b4f35171755\n"
    }
  ],
  "next": "2224dcfa3556ea2a48bf24b2459776ebd12e06aa"
}
