@homecode/ui 5.4.1 → 5.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/dist/esm/index.js +2 -0
  2. package/dist/esm/src/components/Autocomplete/Autocomplete.js +4 -2
  3. package/dist/esm/src/components/Gallery/Gallery.js +5 -6
  4. package/dist/esm/src/components/Gallery/Gallery.styl.js +1 -1
  5. package/dist/esm/src/components/GridLayout/GridLayout.js +15 -0
  6. package/dist/esm/src/components/GridLayout/GridLayout.styl.js +7 -0
  7. package/dist/esm/src/components/Icon/icons/index.js +2 -0
  8. package/dist/esm/src/components/Icon/icons/volume.svg.js +15 -0
  9. package/dist/esm/src/components/Icon/icons/volumeOff.svg.js +15 -0
  10. package/dist/esm/src/components/InputFile/InputFile.js +4 -2
  11. package/dist/esm/src/components/Slider/Slider.js +53 -10
  12. package/dist/esm/src/components/Slider/Slider.styl.js +2 -2
  13. package/dist/esm/src/components/Tabs/Tabs.js +3 -1
  14. package/dist/esm/src/components/VideoPlayer/VideoPlayer.helpers.js +82 -0
  15. package/dist/esm/src/components/VideoPlayer/VideoPlayer.js +348 -0
  16. package/dist/esm/src/components/VideoPlayer/VideoPlayer.styl.js +7 -0
  17. package/dist/esm/types/src/components/AssistiveText/AssistiveText.d.ts +1 -1
  18. package/dist/esm/types/src/components/Autocomplete/Autocomplete.d.ts +1 -1
  19. package/dist/esm/types/src/components/Button/Button.d.ts +1 -1
  20. package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  21. package/dist/esm/types/src/components/Calendar/Calendar.d.ts +1 -1
  22. package/dist/esm/types/src/components/Card/Card.d.ts +7 -7
  23. package/dist/esm/types/src/components/Chip/Chip.d.ts +1 -1
  24. package/dist/esm/types/src/components/DatePicker/DatePicker.d.ts +1 -1
  25. package/dist/esm/types/src/components/DatePickerInput/DatePickerInput.d.ts +1 -1
  26. package/dist/esm/types/src/components/DateTime/DateTime.d.ts +1 -1
  27. package/dist/esm/types/src/components/Dialogue/Dialogue.d.ts +1 -1
  28. package/dist/esm/types/src/components/Draggable/Draggable.d.ts +1 -1
  29. package/dist/esm/types/src/components/DropZone/DropZone.d.ts +1 -1
  30. package/dist/esm/types/src/components/Expand/Expand.d.ts +1 -1
  31. package/dist/esm/types/src/components/Flex/Flex.d.ts +1 -1
  32. package/dist/esm/types/src/components/Form/Form.d.ts +1 -1
  33. package/dist/esm/types/src/components/Form/SubmitButtons/SubmitButtons.d.ts +1 -1
  34. package/dist/esm/types/src/components/Gallery/Dots/Dots.d.ts +1 -1
  35. package/dist/esm/types/src/components/Gallery/Gallery.d.ts +1 -1
  36. package/dist/esm/types/src/components/GridLayout/GridLayout.d.ts +3 -0
  37. package/dist/esm/types/src/components/GridLayout/GridLayout.types.d.ts +8 -0
  38. package/dist/esm/types/src/components/Icon/Icon.d.ts +1 -1
  39. package/dist/esm/types/src/components/Icon/Icon.example.d.ts +1 -1
  40. package/dist/esm/types/src/components/Icon/icons/index.d.ts +2 -0
  41. package/dist/esm/types/src/components/InputFile/InputFile.d.ts +3 -3
  42. package/dist/esm/types/src/components/InputFile/Item/Item.d.ts +1 -1
  43. package/dist/esm/types/src/components/Label/Label.d.ts +1 -1
  44. package/dist/esm/types/src/components/LangSelector/LangSelector.d.ts +1 -1
  45. package/dist/esm/types/src/components/Lazy/Lazy.d.ts +1 -1
  46. package/dist/esm/types/src/components/LightBox/LightBox.d.ts +1 -1
  47. package/dist/esm/types/src/components/Notifications/Notifications.d.ts +1 -1
  48. package/dist/esm/types/src/components/Paranja/Paranja.d.ts +1 -1
  49. package/dist/esm/types/src/components/Popup/Popup.d.ts +3 -3
  50. package/dist/esm/types/src/components/PopupMenu/PopupMenu.d.ts +1 -1
  51. package/dist/esm/types/src/components/Portal/Portal.d.ts +2 -1
  52. package/dist/esm/types/src/components/Progress/Progress.d.ts +1 -1
  53. package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.d.ts +1 -1
  54. package/dist/esm/types/src/components/RequiredStar/RequiredStar.d.ts +1 -1
  55. package/dist/esm/types/src/components/Router/Link/Link.d.ts +1 -1
  56. package/dist/esm/types/src/components/Router/Router.d.ts +1 -1
  57. package/dist/esm/types/src/components/Select/Select.d.ts +9 -9
  58. package/dist/esm/types/src/components/Select/Select2.d.ts +1 -1
  59. package/dist/esm/types/src/components/Shimmer/Shimmer.d.ts +1 -1
  60. package/dist/esm/types/src/components/Slider/Slider.d.ts +1 -1
  61. package/dist/esm/types/src/components/Slider/Slider.types.d.ts +9 -3
  62. package/dist/esm/types/src/components/Spinner/Spinner.d.ts +1 -1
  63. package/dist/esm/types/src/components/Table/Table.d.ts +4 -4
  64. package/dist/esm/types/src/components/Tabs/Tabs.d.ts +1 -1
  65. package/dist/esm/types/src/components/Text/Text.d.ts +6 -6
  66. package/dist/esm/types/src/components/TextShimmer/TextShimmer.d.ts +1 -1
  67. package/dist/esm/types/src/components/TextWithDeferTooltip/TextWithDeferTooltip.d.ts +1 -1
  68. package/dist/esm/types/src/components/Theme/Theme.d.ts +1 -1
  69. package/dist/esm/types/src/components/Theme/ThemeProvider.d.ts +1 -1
  70. package/dist/esm/types/src/components/Toggle/Toggle.d.ts +1 -1
  71. package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +1 -1
  72. package/dist/esm/types/src/components/Tooltip/TooltipCore.d.ts +1 -1
  73. package/dist/esm/types/src/components/Tooltip/TooltipOverTrigger.d.ts +1 -1
  74. package/dist/esm/types/src/components/Tooltip/TooltipProvider.d.ts +1 -1
  75. package/dist/esm/types/src/components/Tooltip/TooltipSimple.d.ts +1 -1
  76. package/dist/esm/types/src/components/VH/VH.d.ts +1 -1
  77. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.d.ts +3 -0
  78. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.helpers.d.ts +23 -0
  79. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.types.d.ts +12 -0
  80. package/dist/esm/types/src/components/Virtualized/Cards/Cards.d.ts +2 -2
  81. package/dist/esm/types/src/components/Virtualized/List/List.d.ts +2 -2
  82. package/dist/esm/types/src/components/Virtualized/List/ListScroll.d.ts +1 -1
  83. package/dist/esm/types/src/components/Virtualized/Table/Table.d.ts +2 -2
  84. package/dist/esm/types/src/components/index.d.ts +2 -0
  85. package/dist/esm/types/src/services/i18n.d.ts +1 -1
  86. package/dist/esm/types/src/tiptap/slash-mention/SlashSuggestionList.d.ts +1 -1
  87. package/graphify-out/.graphify_labels.json +29 -4
  88. package/graphify-out/2026-07-18/.graphify_labels.json +217 -0
  89. package/graphify-out/2026-07-18/GRAPH_REPORT.md +1007 -0
  90. package/graphify-out/2026-07-18/cost.json +12 -0
  91. package/graphify-out/2026-07-18/graph.json +70772 -0
  92. package/graphify-out/2026-07-18/manifest.json +2342 -0
  93. package/graphify-out/2026-07-19/.graphify_labels.json +198 -0
  94. package/graphify-out/2026-07-19/GRAPH_REPORT.md +938 -0
  95. package/graphify-out/2026-07-19/cost.json +12 -0
  96. package/graphify-out/2026-07-19/graph.json +70862 -0
  97. package/graphify-out/2026-07-19/manifest.json +2342 -0
  98. package/graphify-out/GRAPH_REPORT.md +259 -179
  99. package/graphify-out/cache/ast/0d0d438582d5ce7adfc4db8f33ce31428bb9f5f1259e61481276d15876fd9673.json +1 -0
  100. package/graphify-out/cache/ast/494bb27524c0e6571e692c3092e4526a7d2c362cf8dd879d1ca7fea05e63ce5a.json +1 -0
  101. package/graphify-out/cache/ast/6315f77346a8bd9fd00e6325e2c9feba16677838f4b1979d65d0bf198afe222e.json +1 -0
  102. package/graphify-out/cache/ast/7c14f07fe0bd2a58d9b0f18c64bcb4309c22a94ab7d8d0b4816fbab57236cc00.json +1 -0
  103. package/graphify-out/cache/ast/8766e44866b3d8e85f93a934d6365f18e57ed6f69f1363461804de9ba9a03f55.json +1 -0
  104. package/graphify-out/cache/ast/9fa55f86bff0deafa27fe7f690ea34d0e13429d1a0fd14c464b9fb9ee1265896.json +1 -0
  105. package/graphify-out/cache/ast/dd4c6a81e7b8e9865855fb84e0c822fc53e30f0f3c90cb4166edc3352fbe04a7.json +1 -0
  106. package/graphify-out/cache/ast/ea772d333147535e64c8857d1a1c87cc6dde7c165dfb275fe6b3a6e871421ee6.json +1 -0
  107. package/graphify-out/cache/stat-index.json +1 -1
  108. package/graphify-out/graph.html +4 -4
  109. package/graphify-out/graph.json +5465 -3803
  110. package/graphify-out/manifest.json +146 -56
  111. package/package.json +8 -4
@@ -0,0 +1 @@
1
+ {"nodes": [{"id": "users_oleh_1_prj_ui_changelog_md", "label": "CHANGELOG.md", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1"}, {"id": "ui_changelog_changelog", "label": "Changelog", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1"}, {"id": "ui_changelog_5_5_0_https_github_com_foreverido_uilib_compare_v5_4_1_v5_5_0_2026_07_18", "label": "[5.5.0](https://github.com/foreverido/uilib/compare/v5.4.1...v5.5.0) (2026-07-18)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L5"}, {"id": "ui_changelog_features", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L8"}, {"id": "ui_changelog_bug_fixes", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L13"}, {"id": "ui_changelog_5_4_1_https_github_com_foreverido_uilib_compare_v5_4_0_v5_4_1_2026_07_06", "label": "[5.4.1](https://github.com/foreverido/uilib/compare/v5.4.0...v5.4.1) (2026-07-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L18"}, {"id": "ui_changelog_bug_fixes_21", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L21"}, {"id": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "label": "[5.4.0](https://github.com/foreverido/uilib/compare/v5.3.13...v5.4.0) (2026-07-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L26"}, {"id": "ui_changelog_features_29", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L29"}, {"id": "ui_changelog_5_3_13_https_github_com_foreverido_uilib_compare_v5_3_12_v5_3_13_2026_07_06", "label": "[5.3.13](https://github.com/foreverido/uilib/compare/v5.3.12...v5.3.13) (2026-07-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L33"}, {"id": "ui_changelog_bug_fixes_36", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L36"}, {"id": "ui_changelog_5_3_12_https_github_com_foreverido_uilib_compare_v5_3_11_v5_3_12_2026_07_06", "label": "[5.3.12](https://github.com/foreverido/uilib/compare/v5.3.11...v5.3.12) (2026-07-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L40"}, {"id": "ui_changelog_features_43", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L43"}, {"id": "ui_changelog_5_3_11_https_github_com_foreverido_uilib_compare_v5_3_10_v5_3_11_2026_07_03", "label": "[5.3.11](https://github.com/foreverido/uilib/compare/v5.3.10...v5.3.11) (2026-07-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L47"}, {"id": "ui_changelog_features_50", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L50"}, {"id": "ui_changelog_5_3_10_https_github_com_foreverido_uilib_compare_v5_3_9_v5_3_10_2026_06_22", "label": "[5.3.10](https://github.com/foreverido/uilib/compare/v5.3.9...v5.3.10) (2026-06-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L54"}, {"id": "ui_changelog_bug_fixes_57", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L57"}, {"id": "ui_changelog_5_3_9_https_github_com_foreverido_uilib_compare_v5_3_8_v5_3_9_2026_06_18", "label": "[5.3.9](https://github.com/foreverido/uilib/compare/v5.3.8...v5.3.9) (2026-06-18)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L61"}, {"id": "ui_changelog_bug_fixes_64", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L64"}, {"id": "ui_changelog_5_3_8_https_github_com_foreverido_uilib_compare_v5_3_7_v5_3_8_2026_06_13", "label": "[5.3.8](https://github.com/foreverido/uilib/compare/v5.3.7...v5.3.8) (2026-06-13)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L68"}, {"id": "ui_changelog_features_71", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L71"}, {"id": "ui_changelog_bug_fixes_76", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L76"}, {"id": "ui_changelog_5_3_7_https_github_com_foreverido_uilib_compare_v5_3_6_v5_3_7_2026_06_11", "label": "[5.3.7](https://github.com/foreverido/uilib/compare/v5.3.6...v5.3.7) (2026-06-11)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L80"}, {"id": "ui_changelog_bug_fixes_83", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L83"}, {"id": "ui_changelog_5_3_6_https_github_com_foreverido_uilib_compare_v5_3_5_v5_3_6_2026_06_09", "label": "[5.3.6](https://github.com/foreverido/uilib/compare/v5.3.5...v5.3.6) (2026-06-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L87"}, {"id": "ui_changelog_bug_fixes_90", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L90"}, {"id": "ui_changelog_5_3_5_https_github_com_foreverido_uilib_compare_v5_3_4_v5_3_5_2026_06_09", "label": "[5.3.5](https://github.com/foreverido/uilib/compare/v5.3.4...v5.3.5) (2026-06-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L94"}, {"id": "ui_changelog_bug_fixes_97", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L97"}, {"id": "ui_changelog_5_3_4_https_github_com_foreverido_uilib_compare_v5_3_2_v5_3_4_2026_06_09", "label": "[5.3.4](https://github.com/foreverido/uilib/compare/v5.3.2...v5.3.4) (2026-06-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L101"}, {"id": "ui_changelog_features_104", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L104"}, {"id": "ui_changelog_5_3_2_https_github_com_foreverido_uilib_compare_v5_3_1_v5_3_2_2026_06_07", "label": "[5.3.2](https://github.com/foreverido/uilib/compare/v5.3.1...v5.3.2) (2026-06-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L109"}, {"id": "ui_changelog_bug_fixes_112", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L112"}, {"id": "ui_changelog_5_3_1_https_github_com_foreverido_uilib_compare_v5_3_0_v5_3_1_2026_06_07", "label": "[5.3.1](https://github.com/foreverido/uilib/compare/v5.3.0...v5.3.1) (2026-06-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L116"}, {"id": "ui_changelog_bug_fixes_119", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L119"}, {"id": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "label": "[5.3.0](https://github.com/foreverido/uilib/compare/v5.1.18...v5.3.0) (2026-06-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L123"}, {"id": "ui_changelog_features_126", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L126"}, {"id": "ui_changelog_5_1_18_https_github_com_foreverido_uilib_compare_v5_1_17_v5_1_18_2026_06_06", "label": "[5.1.18](https://github.com/foreverido/uilib/compare/v5.1.17...v5.1.18) (2026-06-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L130"}, {"id": "ui_changelog_bug_fixes_133", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L133"}, {"id": "ui_changelog_5_1_17_https_github_com_foreverido_uilib_compare_v5_1_15_v5_1_17_2026_06_05", "label": "[5.1.17](https://github.com/foreverido/uilib/compare/v5.1.15...v5.1.17) (2026-06-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L137"}, {"id": "ui_changelog_features_140", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L140"}, {"id": "ui_changelog_5_1_15_https_github_com_foreverido_uilib_compare_v5_1_14_v5_1_15_2026_06_04", "label": "[5.1.15](https://github.com/foreverido/uilib/compare/v5.1.14...v5.1.15) (2026-06-04)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L144"}, {"id": "ui_changelog_features_147", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L147"}, {"id": "ui_changelog_5_1_14_https_github_com_foreverido_uilib_compare_v5_1_12_v5_1_14_2026_06_04", "label": "[5.1.14](https://github.com/foreverido/uilib/compare/v5.1.12...v5.1.14) (2026-06-04)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L151"}, {"id": "ui_changelog_features_154", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L154"}, {"id": "ui_changelog_5_1_12_https_github_com_foreverido_uilib_compare_v5_1_11_v5_1_12_2026_05_30", "label": "[5.1.12](https://github.com/foreverido/uilib/compare/v5.1.11...v5.1.12) (2026-05-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L158"}, {"id": "ui_changelog_features_161", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L161"}, {"id": "ui_changelog_bug_fixes_166", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L166"}, {"id": "ui_changelog_5_1_11_https_github_com_foreverido_uilib_compare_v5_1_10_v5_1_11_2026_05_24", "label": "[5.1.11](https://github.com/foreverido/uilib/compare/v5.1.10...v5.1.11) (2026-05-24)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L171"}, {"id": "ui_changelog_5_1_10_https_github_com_foreverido_uilib_compare_v5_1_9_v5_1_10_2026_05_24", "label": "[5.1.10](https://github.com/foreverido/uilib/compare/v5.1.9...v5.1.10) (2026-05-24)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L173"}, {"id": "ui_changelog_features_176", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L176"}, {"id": "ui_changelog_5_1_9_https_github_com_foreverido_uilib_compare_v5_1_8_v5_1_9_2026_05_14", "label": "[5.1.9](https://github.com/foreverido/uilib/compare/v5.1.8...v5.1.9) (2026-05-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L181"}, {"id": "ui_changelog_5_1_8_https_github_com_foreverido_uilib_compare_v5_1_7_v5_1_8_2026_05_14", "label": "[5.1.8](https://github.com/foreverido/uilib/compare/v5.1.7...v5.1.8) (2026-05-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L183"}, {"id": "ui_changelog_bug_fixes_186", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L186"}, {"id": "ui_changelog_5_1_7_https_github_com_foreverido_uilib_compare_v5_1_6_v5_1_7_2026_05_07", "label": "[5.1.7](https://github.com/foreverido/uilib/compare/v5.1.6...v5.1.7) (2026-05-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L190"}, {"id": "ui_changelog_bug_fixes_193", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L193"}, {"id": "ui_changelog_5_1_6_https_github_com_foreverido_uilib_compare_v5_1_5_v5_1_6_2026_05_05", "label": "[5.1.6](https://github.com/foreverido/uilib/compare/v5.1.5...v5.1.6) (2026-05-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L198"}, {"id": "ui_changelog_bug_fixes_201", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L201"}, {"id": "ui_changelog_5_1_5_https_github_com_foreverido_uilib_compare_v5_1_4_v5_1_5_2026_05_04", "label": "[5.1.5](https://github.com/foreverido/uilib/compare/v5.1.4...v5.1.5) (2026-05-04)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L205"}, {"id": "ui_changelog_features_208", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L208"}, {"id": "ui_changelog_5_1_4_https_github_com_foreverido_uilib_compare_v5_1_3_v5_1_4_2026_05_04", "label": "[5.1.4](https://github.com/foreverido/uilib/compare/v5.1.3...v5.1.4) (2026-05-04)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L212"}, {"id": "ui_changelog_bug_fixes_215", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L215"}, {"id": "ui_changelog_5_1_3_https_github_com_foreverido_uilib_compare_v5_1_2_v5_1_3_2026_05_02", "label": "[5.1.3](https://github.com/foreverido/uilib/compare/v5.1.2...v5.1.3) (2026-05-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L219"}, {"id": "ui_changelog_features_222", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L222"}, {"id": "ui_changelog_5_1_2_https_github_com_foreverido_uilib_compare_v5_1_1_v5_1_2_2026_05_02", "label": "[5.1.2](https://github.com/foreverido/uilib/compare/v5.1.1...v5.1.2) (2026-05-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L226"}, {"id": "ui_changelog_bug_fixes_229", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L229"}, {"id": "ui_changelog_5_1_1_https_github_com_foreverido_uilib_compare_v5_1_0_v5_1_1_2026_05_01", "label": "[5.1.1](https://github.com/foreverido/uilib/compare/v5.1.0...v5.1.1) (2026-05-01)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L233"}, {"id": "ui_changelog_features_236", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L236"}, {"id": "ui_changelog_5_1_0_https_github_com_foreverido_uilib_compare_v5_0_1_v5_1_0_2026_05_01", "label": "[5.1.0](https://github.com/foreverido/uilib/compare/v5.0.1...v5.1.0) (2026-05-01)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L240"}, {"id": "ui_changelog_features_243", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L243"}, {"id": "ui_changelog_5_0_1_https_github_com_foreverido_uilib_compare_v5_0_0_v5_0_1_2026_04_18", "label": "[5.0.1](https://github.com/foreverido/uilib/compare/v5.0.0...v5.0.1) (2026-04-18)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L247"}, {"id": "ui_changelog_features_250", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L250"}, {"id": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "label": "[5.0.0](https://github.com/foreverido/uilib/compare/v4.30.16...v5.0.0) (2026-04-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L255"}, {"id": "ui_changelog_features_258", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L258"}, {"id": "ui_changelog_4_30_16_https_github_com_foreverido_uilib_compare_v4_30_15_v4_30_16_2026_04_13", "label": "[4.30.16](https://github.com/foreverido/uilib/compare/v4.30.15...v4.30.16) (2026-04-13)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L262"}, {"id": "ui_changelog_features_265", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L265"}, {"id": "ui_changelog_bug_fixes_270", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L270"}, {"id": "ui_changelog_4_30_15_https_github_com_foreverido_uilib_compare_v4_30_14_v4_30_15_2026_03_29", "label": "[4.30.15](https://github.com/foreverido/uilib/compare/v4.30.14...v4.30.15) (2026-03-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L274"}, {"id": "ui_changelog_bug_fixes_277", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L277"}, {"id": "ui_changelog_4_30_14_https_github_com_foreverido_uilib_compare_v4_30_13_v4_30_14_2026_03_25", "label": "[4.30.14](https://github.com/foreverido/uilib/compare/v4.30.13...v4.30.14) (2026-03-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L281"}, {"id": "ui_changelog_features_284", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L284"}, {"id": "ui_changelog_4_30_13_https_github_com_foreverido_uilib_compare_v4_30_12_v4_30_13_2026_03_22", "label": "[4.30.13](https://github.com/foreverido/uilib/compare/v4.30.12...v4.30.13) (2026-03-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L288"}, {"id": "ui_changelog_bug_fixes_291", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L291"}, {"id": "ui_changelog_4_30_12_https_github_com_foreverido_uilib_compare_v4_30_11_v4_30_12_2026_03_03", "label": "[4.30.12](https://github.com/foreverido/uilib/compare/v4.30.11...v4.30.12) (2026-03-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L295"}, {"id": "ui_changelog_bug_fixes_298", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L298"}, {"id": "ui_changelog_4_30_11_https_github_com_foreverido_uilib_compare_v4_30_10_v4_30_11_2026_02_22", "label": "[4.30.11](https://github.com/foreverido/uilib/compare/v4.30.10...v4.30.11) (2026-02-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L302"}, {"id": "ui_changelog_features_305", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L305"}, {"id": "ui_changelog_4_30_10_https_github_com_foreverido_uilib_compare_v4_30_9_v4_30_10_2026_02_21", "label": "[4.30.10](https://github.com/foreverido/uilib/compare/v4.30.9...v4.30.10) (2026-02-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L309"}, {"id": "ui_changelog_features_312", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L312"}, {"id": "ui_changelog_4_30_9_https_github_com_foreverido_uilib_compare_v4_30_8_v4_30_9_2026_02_21", "label": "[4.30.9](https://github.com/foreverido/uilib/compare/v4.30.8...v4.30.9) (2026-02-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L316"}, {"id": "ui_changelog_bug_fixes_319", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L319"}, {"id": "ui_changelog_4_30_8_https_github_com_foreverido_uilib_compare_v4_30_7_v4_30_8_2026_02_21", "label": "[4.30.8](https://github.com/foreverido/uilib/compare/v4.30.7...v4.30.8) (2026-02-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L323"}, {"id": "ui_changelog_features_326", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L326"}, {"id": "ui_changelog_4_30_7_https_github_com_foreverido_uilib_compare_v4_30_6_v4_30_7_2026_02_21", "label": "[4.30.7](https://github.com/foreverido/uilib/compare/v4.30.6...v4.30.7) (2026-02-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L330"}, {"id": "ui_changelog_features_333", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L333"}, {"id": "ui_changelog_bug_fixes_340", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L340"}, {"id": "ui_changelog_4_30_6_https_github_com_foreverido_uilib_compare_v4_30_5_v4_30_6_2026_02_16", "label": "[4.30.6](https://github.com/foreverido/uilib/compare/v4.30.5...v4.30.6) (2026-02-16)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L345"}, {"id": "ui_changelog_bug_fixes_348", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L348"}, {"id": "ui_changelog_4_30_5_https_github_com_foreverido_uilib_compare_v4_30_4_v4_30_5_2026_02_15", "label": "[4.30.5](https://github.com/foreverido/uilib/compare/v4.30.4...v4.30.5) (2026-02-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L352"}, {"id": "ui_changelog_4_30_4_https_github_com_foreverido_uilib_compare_v4_30_3_v4_30_4_2026_02_15", "label": "[4.30.4](https://github.com/foreverido/uilib/compare/v4.30.3...v4.30.4) (2026-02-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L354"}, {"id": "ui_changelog_bug_fixes_357", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L357"}, {"id": "ui_changelog_4_30_3_https_github_com_foreverido_uilib_compare_v4_30_2_v4_30_3_2026_02_15", "label": "[4.30.3](https://github.com/foreverido/uilib/compare/v4.30.2...v4.30.3) (2026-02-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L361"}, {"id": "ui_changelog_bug_fixes_364", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L364"}, {"id": "ui_changelog_4_30_2_https_github_com_foreverido_uilib_compare_v4_30_1_v4_30_2_2026_02_15", "label": "[4.30.2](https://github.com/foreverido/uilib/compare/v4.30.1...v4.30.2) (2026-02-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L368"}, {"id": "ui_changelog_features_371", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L371"}, {"id": "ui_changelog_bug_fixes_377", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L377"}, {"id": "ui_changelog_4_30_1_https_github_com_foreverido_uilib_compare_v4_30_0_v4_30_1_2026_02_14", "label": "[4.30.1](https://github.com/foreverido/uilib/compare/v4.30.0...v4.30.1) (2026-02-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L382"}, {"id": "ui_changelog_bug_fixes_385", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L385"}, {"id": "ui_changelog_4_30_0_https_github_com_foreverido_uilib_compare_v4_29_1_v4_30_0_2025_10_26", "label": "[4.30.0](https://github.com/foreverido/uilib/compare/v4.29.1...v4.30.0) (2025-10-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L390"}, {"id": "ui_changelog_features_393", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L393"}, {"id": "ui_changelog_4_29_1_https_github_com_foreverido_uilib_compare_v4_29_0_v4_29_1_2025_09_14", "label": "[4.29.1](https://github.com/foreverido/uilib/compare/v4.29.0...v4.29.1) (2025-09-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L397"}, {"id": "ui_changelog_bug_fixes_400", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L400"}, {"id": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "label": "[4.29.0](https://github.com/foreverido/uilib/compare/v4.28.5...v4.29.0) (2025-09-13)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L404"}, {"id": "ui_changelog_features_407", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L407"}, {"id": "ui_changelog_bug_fixes_412", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L412"}, {"id": "ui_changelog_4_28_5_https_github_com_foreverido_uilib_compare_v4_28_4_v4_28_5_2025_09_08", "label": "[4.28.5](https://github.com/foreverido/uilib/compare/v4.28.4...v4.28.5) (2025-09-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L416"}, {"id": "ui_changelog_features_419", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L419"}, {"id": "ui_changelog_4_28_4_https_github_com_foreverido_uilib_compare_v4_28_3_v4_28_4_2025_09_08", "label": "[4.28.4](https://github.com/foreverido/uilib/compare/v4.28.3...v4.28.4) (2025-09-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L423"}, {"id": "ui_changelog_bug_fixes_426", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L426"}, {"id": "ui_changelog_4_28_3_https_github_com_foreverido_uilib_compare_v4_28_2_v4_28_3_2025_09_08", "label": "[4.28.3](https://github.com/foreverido/uilib/compare/v4.28.2...v4.28.3) (2025-09-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L430"}, {"id": "ui_changelog_features_433", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L433"}, {"id": "ui_changelog_4_28_2_https_github_com_foreverido_uilib_compare_v4_28_1_v4_28_2_2025_09_08", "label": "[4.28.2](https://github.com/foreverido/uilib/compare/v4.28.1...v4.28.2) (2025-09-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L437"}, {"id": "ui_changelog_bug_fixes_440", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L440"}, {"id": "ui_changelog_4_28_1_https_github_com_foreverido_uilib_compare_v4_28_0_v4_28_1_2025_09_08", "label": "[4.28.1](https://github.com/foreverido/uilib/compare/v4.28.0...v4.28.1) (2025-09-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L444"}, {"id": "ui_changelog_features_447", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L447"}, {"id": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "label": "[4.28.0](https://github.com/foreverido/uilib/compare/v4.27.27...v4.28.0) (2025-09-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L451"}, {"id": "ui_changelog_bug_fixes_454", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L454"}, {"id": "ui_changelog_4_27_27_https_github_com_foreverido_uilib_compare_v4_27_26_v4_27_27_2025_09_07", "label": "[4.27.27](https://github.com/foreverido/uilib/compare/v4.27.26...v4.27.27) (2025-09-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L459"}, {"id": "ui_changelog_bug_fixes_462", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L462"}, {"id": "ui_changelog_4_27_26_https_github_com_foreverido_uilib_compare_v4_27_25_v4_27_26_2025_09_07", "label": "[4.27.26](https://github.com/foreverido/uilib/compare/v4.27.25...v4.27.26) (2025-09-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L466"}, {"id": "ui_changelog_bug_fixes_469", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L469"}, {"id": "ui_changelog_4_27_25_https_github_com_foreverido_uilib_compare_v4_27_24_v4_27_25_2025_09_03", "label": "[4.27.25](https://github.com/foreverido/uilib/compare/v4.27.24...v4.27.25) (2025-09-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L474"}, {"id": "ui_changelog_bug_fixes_477", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L477"}, {"id": "ui_changelog_4_27_24_https_github_com_foreverido_uilib_compare_v4_27_23_v4_27_24_2025_09_03", "label": "[4.27.24](https://github.com/foreverido/uilib/compare/v4.27.23...v4.27.24) (2025-09-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L481"}, {"id": "ui_changelog_bug_fixes_484", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L484"}, {"id": "ui_changelog_4_27_23_https_github_com_foreverido_uilib_compare_v4_27_22_v4_27_23_2025_09_03", "label": "[4.27.23](https://github.com/foreverido/uilib/compare/v4.27.22...v4.27.23) (2025-09-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L488"}, {"id": "ui_changelog_features_491", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L491"}, {"id": "ui_changelog_4_27_22_https_github_com_foreverido_uilib_compare_v4_27_21_v4_27_22_2025_09_03", "label": "[4.27.22](https://github.com/foreverido/uilib/compare/v4.27.21...v4.27.22) (2025-09-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L495"}, {"id": "ui_changelog_features_498", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L498"}, {"id": "ui_changelog_4_27_21_https_github_com_foreverido_uilib_compare_v4_27_20_v4_27_21_2025_09_03", "label": "[4.27.21](https://github.com/foreverido/uilib/compare/v4.27.20...v4.27.21) (2025-09-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L502"}, {"id": "ui_changelog_bug_fixes_505", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L505"}, {"id": "ui_changelog_4_27_20_https_github_com_foreverido_uilib_compare_v4_27_19_v4_27_20_2025_09_02", "label": "[4.27.20](https://github.com/foreverido/uilib/compare/v4.27.19...v4.27.20) (2025-09-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L510"}, {"id": "ui_changelog_features_513", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L513"}, {"id": "ui_changelog_4_27_19_https_github_com_foreverido_uilib_compare_v4_27_18_v4_27_19_2025_09_02", "label": "[4.27.19](https://github.com/foreverido/uilib/compare/v4.27.18...v4.27.19) (2025-09-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L517"}, {"id": "ui_changelog_bug_fixes_520", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L520"}, {"id": "ui_changelog_4_27_18_https_github_com_foreverido_uilib_compare_v4_27_17_v4_27_18_2025_09_01", "label": "[4.27.18](https://github.com/foreverido/uilib/compare/v4.27.17...v4.27.18) (2025-09-01)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L524"}, {"id": "ui_changelog_bug_fixes_527", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L527"}, {"id": "ui_changelog_4_27_17_https_github_com_foreverido_uilib_compare_v4_27_16_v4_27_17_2025_08_29", "label": "[4.27.17](https://github.com/foreverido/uilib/compare/v4.27.16...v4.27.17) (2025-08-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L532"}, {"id": "ui_changelog_bug_fixes_535", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L535"}, {"id": "ui_changelog_4_27_16_https_github_com_foreverido_uilib_compare_v4_27_15_v4_27_16_2025_08_26", "label": "[4.27.16](https://github.com/foreverido/uilib/compare/v4.27.15...v4.27.16) (2025-08-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L541"}, {"id": "ui_changelog_features_544", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L544"}, {"id": "ui_changelog_4_27_15_https_github_com_foreverido_uilib_compare_v4_27_14_v4_27_15_2025_08_20", "label": "[4.27.15](https://github.com/foreverido/uilib/compare/v4.27.14...v4.27.15) (2025-08-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L548"}, {"id": "ui_changelog_features_551", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L551"}, {"id": "ui_changelog_4_27_14_https_github_com_foreverido_uilib_compare_v4_27_13_v4_27_14_2025_08_18", "label": "[4.27.14](https://github.com/foreverido/uilib/compare/v4.27.13...v4.27.14) (2025-08-18)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L555"}, {"id": "ui_changelog_features_558", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L558"}, {"id": "ui_changelog_4_27_13_https_github_com_foreverido_uilib_compare_v4_27_12_v4_27_13_2025_08_18", "label": "[4.27.13](https://github.com/foreverido/uilib/compare/v4.27.12...v4.27.13) (2025-08-18)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L562"}, {"id": "ui_changelog_bug_fixes_565", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L565"}, {"id": "ui_changelog_4_27_12_https_github_com_foreverido_uilib_compare_v4_27_11_v4_27_12_2025_08_11", "label": "[4.27.12](https://github.com/foreverido/uilib/compare/v4.27.11...v4.27.12) (2025-08-11)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L569"}, {"id": "ui_changelog_features_572", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L572"}, {"id": "ui_changelog_4_27_11_https_github_com_foreverido_uilib_compare_v4_27_10_v4_27_11_2025_08_10", "label": "[4.27.11](https://github.com/foreverido/uilib/compare/v4.27.10...v4.27.11) (2025-08-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L576"}, {"id": "ui_changelog_bug_fixes_579", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L579"}, {"id": "ui_changelog_4_27_10_https_github_com_foreverido_uilib_compare_v4_27_9_v4_27_10_2025_08_06", "label": "[4.27.10](https://github.com/foreverido/uilib/compare/v4.27.9...v4.27.10) (2025-08-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L583"}, {"id": "ui_changelog_features_586", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L586"}, {"id": "ui_changelog_4_27_9_https_github_com_foreverido_uilib_compare_v4_27_8_v4_27_9_2025_07_24", "label": "[4.27.9](https://github.com/foreverido/uilib/compare/v4.27.8...v4.27.9) (2025-07-24)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L590"}, {"id": "ui_changelog_bug_fixes_593", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L593"}, {"id": "ui_changelog_4_27_8_https_github_com_foreverido_uilib_compare_v4_27_7_v4_27_8_2025_07_23", "label": "[4.27.8](https://github.com/foreverido/uilib/compare/v4.27.7...v4.27.8) (2025-07-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L597"}, {"id": "ui_changelog_bug_fixes_600", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L600"}, {"id": "ui_changelog_4_27_7_https_github_com_foreverido_uilib_compare_v4_27_6_v4_27_7_2025_07_23", "label": "[4.27.7](https://github.com/foreverido/uilib/compare/v4.27.6...v4.27.7) (2025-07-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L604"}, {"id": "ui_changelog_bug_fixes_607", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L607"}, {"id": "ui_changelog_4_27_6_https_github_com_foreverido_uilib_compare_v4_27_5_v4_27_6_2025_07_21", "label": "[4.27.6](https://github.com/foreverido/uilib/compare/v4.27.5...v4.27.6) (2025-07-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L611"}, {"id": "ui_changelog_features_614", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L614"}, {"id": "ui_changelog_4_27_5_https_github_com_foreverido_uilib_compare_v4_27_4_v4_27_5_2025_07_21", "label": "[4.27.5](https://github.com/foreverido/uilib/compare/v4.27.4...v4.27.5) (2025-07-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L618"}, {"id": "ui_changelog_bug_fixes_621", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L621"}, {"id": "ui_changelog_4_27_4_https_github_com_foreverido_uilib_compare_v4_27_3_v4_27_4_2025_07_21", "label": "[4.27.4](https://github.com/foreverido/uilib/compare/v4.27.3...v4.27.4) (2025-07-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L625"}, {"id": "ui_changelog_features_628", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L628"}, {"id": "ui_changelog_4_27_3_https_github_com_foreverido_uilib_compare_v4_27_2_v4_27_3_2025_07_21", "label": "[4.27.3](https://github.com/foreverido/uilib/compare/v4.27.2...v4.27.3) (2025-07-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L632"}, {"id": "ui_changelog_features_635", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L635"}, {"id": "ui_changelog_bug_fixes_640", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L640"}, {"id": "ui_changelog_4_27_2_https_github_com_foreverido_uilib_compare_v4_27_1_v4_27_2_2025_07_17", "label": "[4.27.2](https://github.com/foreverido/uilib/compare/v4.27.1...v4.27.2) (2025-07-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L644"}, {"id": "ui_changelog_4_27_1_https_github_com_foreverido_uilib_compare_v4_27_0_v4_27_1_2025_06_25", "label": "[4.27.1](https://github.com/foreverido/uilib/compare/v4.27.0...v4.27.1) (2025-06-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L646"}, {"id": "ui_changelog_features_649", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L649"}, {"id": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "label": "[4.27.0](https://github.com/foreverido/uilib/compare/v4.26.10...v4.27.0) (2025-06-24)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L653"}, {"id": "ui_changelog_features_656", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L656"}, {"id": "ui_changelog_4_26_10_https_github_com_foreverido_uilib_compare_v4_26_9_v4_26_10_2025_06_19", "label": "[4.26.10](https://github.com/foreverido/uilib/compare/v4.26.9...v4.26.10) (2025-06-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L660"}, {"id": "ui_changelog_bug_fixes_663", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L663"}, {"id": "ui_changelog_4_26_9_https_github_com_foreverido_uilib_compare_v4_26_8_v4_26_9_2025_06_18", "label": "[4.26.9](https://github.com/foreverido/uilib/compare/v4.26.8...v4.26.9) (2025-06-18)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L667"}, {"id": "ui_changelog_bug_fixes_670", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L670"}, {"id": "ui_changelog_4_26_8_https_github_com_foreverido_uilib_compare_v4_26_7_v4_26_8_2025_06_17", "label": "[4.26.8](https://github.com/foreverido/uilib/compare/v4.26.7...v4.26.8) (2025-06-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L674"}, {"id": "ui_changelog_bug_fixes_677", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L677"}, {"id": "ui_changelog_4_26_7_https_github_com_foreverido_uilib_compare_v4_26_6_v4_26_7_2025_06_17", "label": "[4.26.7](https://github.com/foreverido/uilib/compare/v4.26.6...v4.26.7) (2025-06-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L681"}, {"id": "ui_changelog_features_684", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L684"}, {"id": "ui_changelog_4_26_6_https_github_com_foreverido_uilib_compare_v4_26_5_v4_26_6_2025_06_14", "label": "[4.26.6](https://github.com/foreverido/uilib/compare/v4.26.5...v4.26.6) (2025-06-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L688"}, {"id": "ui_changelog_bug_fixes_691", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L691"}, {"id": "ui_changelog_4_26_5_https_github_com_foreverido_uilib_compare_v4_26_4_v4_26_5_2025_06_14", "label": "[4.26.5](https://github.com/foreverido/uilib/compare/v4.26.4...v4.26.5) (2025-06-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L695"}, {"id": "ui_changelog_4_26_4_https_github_com_foreverido_uilib_compare_v4_26_3_v4_26_4_2025_06_14", "label": "[4.26.4](https://github.com/foreverido/uilib/compare/v4.26.3...v4.26.4) (2025-06-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L697"}, {"id": "ui_changelog_bug_fixes_700", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L700"}, {"id": "ui_changelog_4_26_3_https_github_com_foreverido_uilib_compare_v4_26_2_v4_26_3_2025_06_14", "label": "[4.26.3](https://github.com/foreverido/uilib/compare/v4.26.2...v4.26.3) (2025-06-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L704"}, {"id": "ui_changelog_bug_fixes_707", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L707"}, {"id": "ui_changelog_4_26_2_https_github_com_foreverido_uilib_compare_v4_26_1_v4_26_2_2025_06_14", "label": "[4.26.2](https://github.com/foreverido/uilib/compare/v4.26.1...v4.26.2) (2025-06-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L711"}, {"id": "ui_changelog_features_714", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L714"}, {"id": "ui_changelog_4_26_1_https_github_com_foreverido_uilib_compare_v4_26_0_v4_26_1_2025_06_10", "label": "[4.26.1](https://github.com/foreverido/uilib/compare/v4.26.0...v4.26.1) (2025-06-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L718"}, {"id": "ui_changelog_4_26_0_https_github_com_foreverido_uilib_compare_v4_25_3_v4_26_0_2025_06_10", "label": "[4.26.0](https://github.com/foreverido/uilib/compare/v4.25.3...v4.26.0) (2025-06-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L720"}, {"id": "ui_changelog_bug_fixes_723", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L723"}, {"id": "ui_changelog_4_25_3_https_github_com_foreverido_uilib_compare_v4_25_2_v4_25_3_2025_06_09", "label": "[4.25.3](https://github.com/foreverido/uilib/compare/v4.25.2...v4.25.3) (2025-06-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L727"}, {"id": "ui_changelog_bug_fixes_730", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L730"}, {"id": "ui_changelog_4_25_2_https_github_com_foreverido_uilib_compare_v4_25_1_v4_25_2_2025_06_05", "label": "[4.25.2](https://github.com/foreverido/uilib/compare/v4.25.1...v4.25.2) (2025-06-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L734"}, {"id": "ui_changelog_bug_fixes_737", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L737"}, {"id": "ui_changelog_4_25_1_https_github_com_foreverido_uilib_compare_v4_25_0_v4_25_1_2025_05_30", "label": "[4.25.1](https://github.com/foreverido/uilib/compare/v4.25.0...v4.25.1) (2025-05-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L741"}, {"id": "ui_changelog_features_744", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L744"}, {"id": "ui_changelog_4_25_0_https_github_com_foreverido_uilib_compare_v4_24_4_v4_25_0_2025_05_30", "label": "[4.25.0](https://github.com/foreverido/uilib/compare/v4.24.4...v4.25.0) (2025-05-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L748"}, {"id": "ui_changelog_features_751", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L751"}, {"id": "ui_changelog_4_24_4_https_github_com_foreverido_uilib_compare_v4_24_3_v4_24_4_2025_05_25", "label": "[4.24.4](https://github.com/foreverido/uilib/compare/v4.24.3...v4.24.4) (2025-05-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L755"}, {"id": "ui_changelog_bug_fixes_758", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L758"}, {"id": "ui_changelog_4_24_3_https_github_com_foreverido_uilib_compare_v4_24_2_v4_24_3_2025_05_25", "label": "[4.24.3](https://github.com/foreverido/uilib/compare/v4.24.2...v4.24.3) (2025-05-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L762"}, {"id": "ui_changelog_bug_fixes_765", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L765"}, {"id": "ui_changelog_4_24_2_https_github_com_foreverido_uilib_compare_v4_24_1_v4_24_2_2025_05_24", "label": "[4.24.2](https://github.com/foreverido/uilib/compare/v4.24.1...v4.24.2) (2025-05-24)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L769"}, {"id": "ui_changelog_bug_fixes_772", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L772"}, {"id": "ui_changelog_4_24_1_https_github_com_foreverido_uilib_compare_v4_24_0_v4_24_1_2025_05_24", "label": "[4.24.1](https://github.com/foreverido/uilib/compare/v4.24.0...v4.24.1) (2025-05-24)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L776"}, {"id": "ui_changelog_bug_fixes_779", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L779"}, {"id": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "label": "[4.24.0](https://github.com/foreverido/uilib/compare/v4.23.4...v4.24.0) (2025-05-24)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L783"}, {"id": "ui_changelog_features_786", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L786"}, {"id": "ui_changelog_4_23_4_https_github_com_foreverido_uilib_compare_v4_23_3_v4_23_4_2025_05_22", "label": "[4.23.4](https://github.com/foreverido/uilib/compare/v4.23.3...v4.23.4) (2025-05-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L790"}, {"id": "ui_changelog_bug_fixes_793", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L793"}, {"id": "ui_changelog_4_23_3_https_github_com_foreverido_uilib_compare_v4_23_2_v4_23_3_2025_05_21", "label": "[4.23.3](https://github.com/foreverido/uilib/compare/v4.23.2...v4.23.3) (2025-05-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L797"}, {"id": "ui_changelog_features_800", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L800"}, {"id": "ui_changelog_bug_fixes_806", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L806"}, {"id": "ui_changelog_4_23_2_https_github_com_foreverido_uilib_compare_v4_23_1_v4_23_2_2025_05_19", "label": "[4.23.2](https://github.com/foreverido/uilib/compare/v4.23.1...v4.23.2) (2025-05-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L810"}, {"id": "ui_changelog_features_813", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L813"}, {"id": "ui_changelog_4_23_1_https_github_com_foreverido_uilib_compare_v4_23_0_v4_23_1_2025_05_17", "label": "[4.23.1](https://github.com/foreverido/uilib/compare/v4.23.0...v4.23.1) (2025-05-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L817"}, {"id": "ui_changelog_features_820", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L820"}, {"id": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "label": "[4.23.0](https://github.com/foreverido/uilib/compare/v4.22.18...v4.23.0) (2025-05-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L824"}, {"id": "ui_changelog_features_827", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L827"}, {"id": "ui_changelog_bug_fixes_832", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L832"}, {"id": "ui_changelog_4_22_18_https_github_com_foreverido_uilib_compare_v4_22_17_v4_22_18_2025_05_09", "label": "[4.22.18](https://github.com/foreverido/uilib/compare/v4.22.17...v4.22.18) (2025-05-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L836"}, {"id": "ui_changelog_features_839", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L839"}, {"id": "ui_changelog_4_22_17_https_github_com_foreverido_uilib_compare_v4_22_16_v4_22_17_2025_05_02", "label": "[4.22.17](https://github.com/foreverido/uilib/compare/v4.22.16...v4.22.17) (2025-05-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L847"}, {"id": "ui_changelog_features_850", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L850"}, {"id": "ui_changelog_4_22_16_https_github_com_foreverido_uilib_compare_v4_22_15_v4_22_16_2025_05_01", "label": "[4.22.16](https://github.com/foreverido/uilib/compare/v4.22.15...v4.22.16) (2025-05-01)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L854"}, {"id": "ui_changelog_bug_fixes_857", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L857"}, {"id": "ui_changelog_4_22_15_https_github_com_foreverido_uilib_compare_v4_22_14_v4_22_15_2025_04_30", "label": "[4.22.15](https://github.com/foreverido/uilib/compare/v4.22.14...v4.22.15) (2025-04-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L861"}, {"id": "ui_changelog_bug_fixes_864", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L864"}, {"id": "ui_changelog_4_22_14_https_github_com_foreverido_uilib_compare_v4_22_13_v4_22_14_2025_04_30", "label": "[4.22.14](https://github.com/foreverido/uilib/compare/v4.22.13...v4.22.14) (2025-04-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L868"}, {"id": "ui_changelog_features_871", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L871"}, {"id": "ui_changelog_bug_fixes_876", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L876"}, {"id": "ui_changelog_4_22_13_https_github_com_foreverido_uilib_compare_v4_22_12_v4_22_13_2025_04_30", "label": "[4.22.13](https://github.com/foreverido/uilib/compare/v4.22.12...v4.22.13) (2025-04-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L880"}, {"id": "ui_changelog_features_883", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L883"}, {"id": "ui_changelog_bug_fixes_888", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L888"}, {"id": "ui_changelog_4_22_12_https_github_com_foreverido_uilib_compare_v4_22_11_v4_22_12_2025_04_18", "label": "[4.22.12](https://github.com/foreverido/uilib/compare/v4.22.11...v4.22.12) (2025-04-18)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L893"}, {"id": "ui_changelog_bug_fixes_896", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L896"}, {"id": "ui_changelog_4_22_11_https_github_com_foreverido_uilib_compare_v4_22_10_v4_22_11_2025_04_18", "label": "[4.22.11](https://github.com/foreverido/uilib/compare/v4.22.10...v4.22.11) (2025-04-18)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L900"}, {"id": "ui_changelog_bug_fixes_903", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L903"}, {"id": "ui_changelog_4_22_10_https_github_com_foreverido_uilib_compare_v4_22_9_v4_22_10_2025_04_14", "label": "[4.22.10](https://github.com/foreverido/uilib/compare/v4.22.9...v4.22.10) (2025-04-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L907"}, {"id": "ui_changelog_bug_fixes_910", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L910"}, {"id": "ui_changelog_4_22_9_https_github_com_foreverido_uilib_compare_v4_22_8_v4_22_9_2025_04_14", "label": "[4.22.9](https://github.com/foreverido/uilib/compare/v4.22.8...v4.22.9) (2025-04-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L914"}, {"id": "ui_changelog_features_917", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L917"}, {"id": "ui_changelog_4_22_8_https_github_com_foreverido_uilib_compare_v4_22_7_v4_22_8_2025_04_12", "label": "[4.22.8](https://github.com/foreverido/uilib/compare/v4.22.7...v4.22.8) (2025-04-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L921"}, {"id": "ui_changelog_features_924", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L924"}, {"id": "ui_changelog_4_22_7_https_github_com_foreverido_uilib_compare_v4_22_6_v4_22_7_2025_04_12", "label": "[4.22.7](https://github.com/foreverido/uilib/compare/v4.22.6...v4.22.7) (2025-04-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L928"}, {"id": "ui_changelog_features_931", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L931"}, {"id": "ui_changelog_4_22_6_https_github_com_foreverido_uilib_compare_v4_22_5_v4_22_6_2025_04_12", "label": "[4.22.6](https://github.com/foreverido/uilib/compare/v4.22.5...v4.22.6) (2025-04-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L935"}, {"id": "ui_changelog_features_938", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L938"}, {"id": "ui_changelog_4_22_5_https_github_com_foreverido_uilib_compare_v4_22_4_v4_22_5_2025_04_12", "label": "[4.22.5](https://github.com/foreverido/uilib/compare/v4.22.4...v4.22.5) (2025-04-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L942"}, {"id": "ui_changelog_bug_fixes_945", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L945"}, {"id": "ui_changelog_4_22_4_https_github_com_foreverido_uilib_compare_v4_22_3_v4_22_4_2025_04_10", "label": "[4.22.4](https://github.com/foreverido/uilib/compare/v4.22.3...v4.22.4) (2025-04-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L949"}, {"id": "ui_changelog_features_952", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L952"}, {"id": "ui_changelog_4_22_3_https_github_com_foreverido_uilib_compare_v4_22_2_v4_22_3_2025_04_10", "label": "[4.22.3](https://github.com/foreverido/uilib/compare/v4.22.2...v4.22.3) (2025-04-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L956"}, {"id": "ui_changelog_features_959", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L959"}, {"id": "ui_changelog_4_22_2_https_github_com_foreverido_uilib_compare_v4_22_1_v4_22_2_2025_04_10", "label": "[4.22.2](https://github.com/foreverido/uilib/compare/v4.22.1...v4.22.2) (2025-04-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L963"}, {"id": "ui_changelog_bug_fixes_966", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L966"}, {"id": "ui_changelog_4_22_1_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_1_2025_04_10", "label": "[4.22.1](https://github.com/foreverido/uilib/compare/v4.21.4...v4.22.1) (2025-04-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L970"}, {"id": "ui_changelog_features_973", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L973"}, {"id": "ui_changelog_bug_fixes_979", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L979"}, {"id": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "label": "[4.22.0](https://github.com/foreverido/uilib/compare/v4.21.4...v4.22.0) (2025-04-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L984"}, {"id": "ui_changelog_features_987", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L987"}, {"id": "ui_changelog_bug_fixes_993", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L993"}, {"id": "ui_changelog_4_21_4_https_github_com_foreverido_uilib_compare_v4_21_3_v4_21_4_2025_04_05", "label": "[4.21.4](https://github.com/foreverido/uilib/compare/v4.21.3...v4.21.4) (2025-04-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L997"}, {"id": "ui_changelog_features_1000", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1000"}, {"id": "ui_changelog_4_21_3_https_github_com_foreverido_uilib_compare_v4_21_2_v4_21_3_2025_04_02", "label": "[4.21.3](https://github.com/foreverido/uilib/compare/v4.21.2...v4.21.3) (2025-04-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1005"}, {"id": "ui_changelog_4_21_2_https_github_com_foreverido_uilib_compare_v4_21_1_v4_21_2_2025_04_02", "label": "[4.21.2](https://github.com/foreverido/uilib/compare/v4.21.1...v4.21.2) (2025-04-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1007"}, {"id": "ui_changelog_features_1010", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1010"}, {"id": "ui_changelog_4_21_1_https_github_com_foreverido_uilib_compare_v4_21_0_v4_21_1_2025_04_01", "label": "[4.21.1](https://github.com/foreverido/uilib/compare/v4.21.0...v4.21.1) (2025-04-01)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1014"}, {"id": "ui_changelog_bug_fixes_1017", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1017"}, {"id": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "label": "[4.21.0](https://github.com/foreverido/uilib/compare/v4.20.6...v4.21.0) (2025-03-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1021"}, {"id": "ui_changelog_features_1024", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1024"}, {"id": "ui_changelog_4_20_6_https_github_com_foreverido_uilib_compare_v4_20_5_v4_20_6_2025_03_12", "label": "[4.20.6](https://github.com/foreverido/uilib/compare/v4.20.5...v4.20.6) (2025-03-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1028"}, {"id": "ui_changelog_features_1031", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1031"}, {"id": "ui_changelog_4_20_5_https_github_com_foreverido_uilib_compare_v4_20_4_v4_20_5_2025_03_10", "label": "[4.20.5](https://github.com/foreverido/uilib/compare/v4.20.4...v4.20.5) (2025-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1035"}, {"id": "ui_changelog_bug_fixes_1038", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1038"}, {"id": "ui_changelog_4_20_4_https_github_com_foreverido_uilib_compare_v4_20_3_v4_20_4_2025_03_10", "label": "[4.20.4](https://github.com/foreverido/uilib/compare/v4.20.3...v4.20.4) (2025-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1042"}, {"id": "ui_changelog_bug_fixes_1045", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1045"}, {"id": "ui_changelog_4_20_3_https_github_com_foreverido_uilib_compare_v4_20_2_v4_20_3_2025_03_10", "label": "[4.20.3](https://github.com/foreverido/uilib/compare/v4.20.2...v4.20.3) (2025-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1049"}, {"id": "ui_changelog_bug_fixes_1052", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1052"}, {"id": "ui_changelog_4_20_2_https_github_com_foreverido_uilib_compare_v4_20_1_v4_20_2_2025_03_10", "label": "[4.20.2](https://github.com/foreverido/uilib/compare/v4.20.1...v4.20.2) (2025-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1056"}, {"id": "ui_changelog_bug_fixes_1059", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1059"}, {"id": "ui_changelog_4_20_1_https_github_com_foreverido_uilib_compare_v4_20_0_v4_20_1_2025_03_10", "label": "[4.20.1](https://github.com/foreverido/uilib/compare/v4.20.0...v4.20.1) (2025-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1063"}, {"id": "ui_changelog_features_1066", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1066"}, {"id": "ui_changelog_4_20_0_https_github_com_foreverido_uilib_compare_v4_20_0_beta_9_v4_20_0_2025_03_10", "label": "[4.20.0](https://github.com/foreverido/uilib/compare/v4.20.0-beta-9...v4.20.0) (2025-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1070"}, {"id": "ui_changelog_features_1073", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1073"}, {"id": "ui_changelog_bug_fixes_1078", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1078"}, {"id": "ui_changelog_4_20_0_beta_9_https_github_com_foreverido_uilib_compare_v4_20_0_beta_8_v4_20_0_beta_9_2025_03_09", "label": "[4.20.0-beta-9](https://github.com/foreverido/uilib/compare/v4.20.0-beta-8...v4.20.0-beta-9) (2025-03-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1082"}, {"id": "ui_changelog_bug_fixes_1085", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1085"}, {"id": "ui_changelog_4_20_0_beta_8_https_github_com_foreverido_uilib_compare_v4_20_0_beta_7_v4_20_0_beta_8_2025_03_09", "label": "[4.20.0-beta-8](https://github.com/foreverido/uilib/compare/v4.20.0-beta-7...v4.20.0-beta-8) (2025-03-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1089"}, {"id": "ui_changelog_bug_fixes_1092", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1092"}, {"id": "ui_changelog_4_20_0_beta_7_https_github_com_foreverido_uilib_compare_v4_20_0_beta_6_v4_20_0_beta_7_2025_03_09", "label": "[4.20.0-beta-7](https://github.com/foreverido/uilib/compare/v4.20.0-beta-6...v4.20.0-beta-7) (2025-03-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1096"}, {"id": "ui_changelog_bug_fixes_1099", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1099"}, {"id": "ui_changelog_4_20_0_beta_6_https_github_com_foreverido_uilib_compare_v4_20_0_beta_5_v4_20_0_beta_6_2025_03_05", "label": "[4.20.0-beta-6](https://github.com/foreverido/uilib/compare/v4.20.0-beta-5...v4.20.0-beta-6) (2025-03-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1103"}, {"id": "ui_changelog_4_20_0_beta_5_https_github_com_foreverido_uilib_compare_v4_20_0_beta_4_v4_20_0_beta_5_2025_03_05", "label": "[4.20.0-beta-5](https://github.com/foreverido/uilib/compare/v4.20.0-beta-4...v4.20.0-beta-5) (2025-03-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1105"}, {"id": "ui_changelog_bug_fixes_1108", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1108"}, {"id": "ui_changelog_4_20_0_beta_4_https_github_com_foreverido_uilib_compare_v4_20_0_beta_3_v4_20_0_beta_4_2025_03_05", "label": "[4.20.0-beta-4](https://github.com/foreverido/uilib/compare/v4.20.0-beta-3...v4.20.0-beta-4) (2025-03-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1112"}, {"id": "ui_changelog_bug_fixes_1115", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1115"}, {"id": "ui_changelog_4_20_0_beta_3_https_github_com_foreverido_uilib_compare_v4_20_0_beta_2_v4_20_0_beta_3_2025_02_23", "label": "[4.20.0-beta-3](https://github.com/foreverido/uilib/compare/v4.20.0-beta-2...v4.20.0-beta-3) (2025-02-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1120"}, {"id": "ui_changelog_4_20_0_beta_2_https_github_com_foreverido_uilib_compare_v4_20_0_beta_1_v4_20_0_beta_2_2025_02_20", "label": "[4.20.0-beta-2](https://github.com/foreverido/uilib/compare/v4.20.0-beta-1...v4.20.0-beta-2) (2025-02-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1122"}, {"id": "ui_changelog_bug_fixes_1125", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1125"}, {"id": "ui_changelog_4_20_0_beta_1_https_github_com_foreverido_uilib_compare_v4_20_0_beta_0_v4_20_0_beta_1_2025_02_20", "label": "[4.20.0-beta-1](https://github.com/foreverido/uilib/compare/v4.20.0-beta-0...v4.20.0-beta-1) (2025-02-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1129"}, {"id": "ui_changelog_bug_fixes_1132", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1132"}, {"id": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "label": "[4.20.0-beta-0](https://github.com/foreverido/uilib/compare/v4.19.9...v4.20.0-beta-0) (2025-02-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1136"}, {"id": "ui_changelog_4_19_9_https_github_com_foreverido_uilib_compare_v4_19_8_v4_19_9_2025_01_25", "label": "[4.19.9](https://github.com/foreverido/uilib/compare/v4.19.8...v4.19.9) (2025-01-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1138"}, {"id": "ui_changelog_bug_fixes_1141", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1141"}, {"id": "ui_changelog_4_19_8_https_github_com_foreverido_uilib_compare_v4_19_7_v4_19_8_2025_01_25", "label": "[4.19.8](https://github.com/foreverido/uilib/compare/v4.19.7...v4.19.8) (2025-01-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1146"}, {"id": "ui_changelog_4_19_7_https_github_com_foreverido_uilib_compare_v4_19_6_v4_19_7_2025_01_25", "label": "[4.19.7](https://github.com/foreverido/uilib/compare/v4.19.6...v4.19.7) (2025-01-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1148"}, {"id": "ui_changelog_4_19_6_https_github_com_foreverido_uilib_compare_v4_19_5_v4_19_6_2025_01_25", "label": "[4.19.6](https://github.com/foreverido/uilib/compare/v4.19.5...v4.19.6) (2025-01-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1150"}, {"id": "ui_changelog_features_1153", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1153"}, {"id": "ui_changelog_4_19_5_https_github_com_foreverido_uilib_compare_v4_19_4_v4_19_5_2025_01_14", "label": "[4.19.5](https://github.com/foreverido/uilib/compare/v4.19.4...v4.19.5) (2025-01-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1157"}, {"id": "ui_changelog_bug_fixes_1160", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1160"}, {"id": "ui_changelog_4_19_4_https_github_com_foreverido_uilib_compare_v4_19_3_v4_19_4_2025_01_13", "label": "[4.19.4](https://github.com/foreverido/uilib/compare/v4.19.3...v4.19.4) (2025-01-13)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1164"}, {"id": "ui_changelog_bug_fixes_1167", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1167"}, {"id": "ui_changelog_4_19_3_https_github_com_foreverido_uilib_compare_v4_19_2_v4_19_3_2025_01_13", "label": "[4.19.3](https://github.com/foreverido/uilib/compare/v4.19.2...v4.19.3) (2025-01-13)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1171"}, {"id": "ui_changelog_features_1174", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1174"}, {"id": "ui_changelog_4_19_2_https_github_com_foreverido_uilib_compare_v4_19_1_v4_19_2_2025_01_12", "label": "[4.19.2](https://github.com/foreverido/uilib/compare/v4.19.1...v4.19.2) (2025-01-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1178"}, {"id": "ui_changelog_features_1181", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1181"}, {"id": "ui_changelog_4_19_1_https_github_com_foreverido_uilib_compare_v4_19_0_v4_19_1_2025_01_11", "label": "[4.19.1](https://github.com/foreverido/uilib/compare/v4.19.0...v4.19.1) (2025-01-11)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1186"}, {"id": "ui_changelog_bug_fixes_1189", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1189"}, {"id": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "label": "[4.19.0](https://github.com/foreverido/uilib/compare/v4.18.70...v4.19.0) (2025-01-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1194"}, {"id": "ui_changelog_features_1197", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1197"}, {"id": "ui_changelog_4_18_70_https_github_com_foreverido_uilib_compare_v4_18_69_v4_18_70_2025_01_06", "label": "[4.18.70](https://github.com/foreverido/uilib/compare/v4.18.69...v4.18.70) (2025-01-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1202"}, {"id": "ui_changelog_4_18_69_https_github_com_foreverido_uilib_compare_v4_18_68_v4_18_69_2025_01_06", "label": "[4.18.69](https://github.com/foreverido/uilib/compare/v4.18.68...v4.18.69) (2025-01-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1204"}, {"id": "ui_changelog_bug_fixes_1207", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1207"}, {"id": "ui_changelog_4_18_68_https_github_com_foreverido_uilib_compare_v4_18_67_v4_18_68_2025_01_05", "label": "[4.18.68](https://github.com/foreverido/uilib/compare/v4.18.67...v4.18.68) (2025-01-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1211"}, {"id": "ui_changelog_bug_fixes_1214", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1214"}, {"id": "ui_changelog_4_18_67_https_github_com_foreverido_uilib_compare_v4_18_66_v4_18_67_2024_11_20", "label": "[4.18.67](https://github.com/foreverido/uilib/compare/v4.18.66...v4.18.67) (2024-11-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1218"}, {"id": "ui_changelog_bug_fixes_1221", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1221"}, {"id": "ui_changelog_4_18_66_https_github_com_foreverido_uilib_compare_v4_18_65_v4_18_66_2024_11_20", "label": "[4.18.66](https://github.com/foreverido/uilib/compare/v4.18.65...v4.18.66) (2024-11-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1225"}, {"id": "ui_changelog_bug_fixes_1228", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1228"}, {"id": "ui_changelog_4_18_65_https_github_com_foreverido_uilib_compare_v4_18_64_v4_18_65_2024_11_20", "label": "[4.18.65](https://github.com/foreverido/uilib/compare/v4.18.64...v4.18.65) (2024-11-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1232"}, {"id": "ui_changelog_features_1235", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1235"}, {"id": "ui_changelog_4_18_64_https_github_com_foreverido_uilib_compare_v4_18_63_v4_18_64_2024_11_18", "label": "[4.18.64](https://github.com/foreverido/uilib/compare/v4.18.63...v4.18.64) (2024-11-18)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1239"}, {"id": "ui_changelog_features_1242", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1242"}, {"id": "ui_changelog_4_18_63_https_github_com_foreverido_uilib_compare_v4_18_62_v4_18_63_2024_11_11", "label": "[4.18.63](https://github.com/foreverido/uilib/compare/v4.18.62...v4.18.63) (2024-11-11)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1246"}, {"id": "ui_changelog_features_1249", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1249"}, {"id": "ui_changelog_4_18_62_https_github_com_foreverido_uilib_compare_v4_18_61_v4_18_62_2024_11_11", "label": "[4.18.62](https://github.com/foreverido/uilib/compare/v4.18.61...v4.18.62) (2024-11-11)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1253"}, {"id": "ui_changelog_features_1256", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1256"}, {"id": "ui_changelog_4_18_61_https_github_com_foreverido_uilib_compare_v4_18_60_v4_18_61_2024_11_03", "label": "[4.18.61](https://github.com/foreverido/uilib/compare/v4.18.60...v4.18.61) (2024-11-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1260"}, {"id": "ui_changelog_features_1263", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1263"}, {"id": "ui_changelog_4_18_60_https_github_com_foreverido_uilib_compare_v4_18_59_v4_18_60_2024_11_03", "label": "[4.18.60](https://github.com/foreverido/uilib/compare/v4.18.59...v4.18.60) (2024-11-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1267"}, {"id": "ui_changelog_bug_fixes_1270", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1270"}, {"id": "ui_changelog_4_18_59_https_github_com_foreverido_uilib_compare_v4_18_58_v4_18_59_2024_09_27", "label": "[4.18.59](https://github.com/foreverido/uilib/compare/v4.18.58...v4.18.59) (2024-09-27)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1274"}, {"id": "ui_changelog_bug_fixes_1277", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1277"}, {"id": "ui_changelog_4_18_58_https_github_com_foreverido_uilib_compare_v4_18_57_v4_18_58_2024_09_27", "label": "[4.18.58](https://github.com/foreverido/uilib/compare/v4.18.57...v4.18.58) (2024-09-27)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1282"}, {"id": "ui_changelog_4_18_57_https_github_com_foreverido_uilib_compare_v4_18_56_v4_18_57_2024_09_21", "label": "[4.18.57](https://github.com/foreverido/uilib/compare/v4.18.56...v4.18.57) (2024-09-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1284"}, {"id": "ui_changelog_features_1287", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1287"}, {"id": "ui_changelog_4_18_56_https_github_com_foreverido_uilib_compare_v4_18_55_v4_18_56_2024_09_20", "label": "[4.18.56](https://github.com/foreverido/uilib/compare/v4.18.55...v4.18.56) (2024-09-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1291"}, {"id": "ui_changelog_features_1294", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1294"}, {"id": "ui_changelog_bug_fixes_1300", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1300"}, {"id": "ui_changelog_4_18_55_https_github_com_foreverido_uilib_compare_v4_18_54_v4_18_55_2024_09_19", "label": "[4.18.55](https://github.com/foreverido/uilib/compare/v4.18.54...v4.18.55) (2024-09-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1304"}, {"id": "ui_changelog_features_1307", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1307"}, {"id": "ui_changelog_4_18_54_https_github_com_foreverido_uilib_compare_v4_18_53_v4_18_54_2024_09_19", "label": "[4.18.54](https://github.com/foreverido/uilib/compare/v4.18.53...v4.18.54) (2024-09-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1311"}, {"id": "ui_changelog_features_1314", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1314"}, {"id": "ui_changelog_4_18_53_https_github_com_foreverido_uilib_compare_v4_18_52_v4_18_53_2024_09_14", "label": "[4.18.53](https://github.com/foreverido/uilib/compare/v4.18.52...v4.18.53) (2024-09-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1318"}, {"id": "ui_changelog_bug_fixes_1321", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1321"}, {"id": "ui_changelog_4_18_52_https_github_com_foreverido_uilib_compare_v4_18_51_v4_18_52_2024_09_14", "label": "[4.18.52](https://github.com/foreverido/uilib/compare/v4.18.51...v4.18.52) (2024-09-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1325"}, {"id": "ui_changelog_bug_fixes_1328", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1328"}, {"id": "ui_changelog_4_18_51_https_github_com_foreverido_uilib_compare_v4_18_50_v4_18_51_2024_09_14", "label": "[4.18.51](https://github.com/foreverido/uilib/compare/v4.18.50...v4.18.51) (2024-09-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1332"}, {"id": "ui_changelog_features_1335", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1335"}, {"id": "ui_changelog_bug_fixes_1342", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1342"}, {"id": "ui_changelog_4_18_50_https_github_com_foreverido_uilib_compare_v4_18_49_v4_18_50_2024_08_05", "label": "[4.18.50](https://github.com/foreverido/uilib/compare/v4.18.49...v4.18.50) (2024-08-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1346"}, {"id": "ui_changelog_features_1349", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1349"}, {"id": "ui_changelog_4_18_49_https_github_com_foreverido_uilib_compare_v4_18_48_v4_18_49_2024_08_05", "label": "[4.18.49](https://github.com/foreverido/uilib/compare/v4.18.48...v4.18.49) (2024-08-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1353"}, {"id": "ui_changelog_features_1356", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1356"}, {"id": "ui_changelog_4_18_48_https_github_com_foreverido_uilib_compare_v4_18_47_v4_18_48_2024_07_22", "label": "[4.18.48](https://github.com/foreverido/uilib/compare/v4.18.47...v4.18.48) (2024-07-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1360"}, {"id": "ui_changelog_features_1363", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1363"}, {"id": "ui_changelog_4_18_47_https_github_com_foreverido_uilib_compare_v4_18_46_v4_18_47_2024_07_20", "label": "[4.18.47](https://github.com/foreverido/uilib/compare/v4.18.46...v4.18.47) (2024-07-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1367"}, {"id": "ui_changelog_features_1370", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1370"}, {"id": "ui_changelog_4_18_46_https_github_com_foreverido_uilib_compare_v4_18_45_v4_18_46_2024_07_01", "label": "[4.18.46](https://github.com/foreverido/uilib/compare/v4.18.45...v4.18.46) (2024-07-01)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1374"}, {"id": "ui_changelog_bug_fixes_1377", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1377"}, {"id": "ui_changelog_4_18_45_https_github_com_foreverido_uilib_compare_v4_18_44_v4_18_45_2024_06_16", "label": "[4.18.45](https://github.com/foreverido/uilib/compare/v4.18.44...v4.18.45) (2024-06-16)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1381"}, {"id": "ui_changelog_4_18_44_https_github_com_foreverido_uilib_compare_v4_18_43_v4_18_44_2024_06_09", "label": "[4.18.44](https://github.com/foreverido/uilib/compare/v4.18.43...v4.18.44) (2024-06-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1383"}, {"id": "ui_changelog_features_1386", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1386"}, {"id": "ui_changelog_4_18_43_https_github_com_foreverido_uilib_compare_v4_18_42_v4_18_43_2024_06_08", "label": "[4.18.43](https://github.com/foreverido/uilib/compare/v4.18.42...v4.18.43) (2024-06-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1390"}, {"id": "ui_changelog_bug_fixes_1393", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1393"}, {"id": "ui_changelog_4_18_42_https_github_com_foreverido_uilib_compare_v4_18_41_v4_18_42_2024_06_08", "label": "[4.18.42](https://github.com/foreverido/uilib/compare/v4.18.41...v4.18.42) (2024-06-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1397"}, {"id": "ui_changelog_features_1400", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1400"}, {"id": "ui_changelog_4_18_41_https_github_com_foreverido_uilib_compare_v4_18_40_v4_18_41_2024_06_07", "label": "[4.18.41](https://github.com/foreverido/uilib/compare/v4.18.40...v4.18.41) (2024-06-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1404"}, {"id": "ui_changelog_features_1407", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1407"}, {"id": "ui_changelog_4_18_40_https_github_com_foreverido_uilib_compare_v4_18_39_v4_18_40_2024_05_15", "label": "[4.18.40](https://github.com/foreverido/uilib/compare/v4.18.39...v4.18.40) (2024-05-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1411"}, {"id": "ui_changelog_bug_fixes_1414", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1414"}, {"id": "ui_changelog_4_18_39_https_github_com_foreverido_uilib_compare_v4_18_38_v4_18_39_2024_05_15", "label": "[4.18.39](https://github.com/foreverido/uilib/compare/v4.18.38...v4.18.39) (2024-05-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1418"}, {"id": "ui_changelog_bug_fixes_1421", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1421"}, {"id": "ui_changelog_4_18_38_https_github_com_foreverido_uilib_compare_v4_18_37_v4_18_38_2024_05_12", "label": "[4.18.38](https://github.com/foreverido/uilib/compare/v4.18.37...v4.18.38) (2024-05-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1425"}, {"id": "ui_changelog_bug_fixes_1428", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1428"}, {"id": "ui_changelog_4_18_37_https_github_com_foreverido_uilib_compare_v4_18_36_v4_18_37_2024_05_09", "label": "[4.18.37](https://github.com/foreverido/uilib/compare/v4.18.36...v4.18.37) (2024-05-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1432"}, {"id": "ui_changelog_bug_fixes_1435", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1435"}, {"id": "ui_changelog_4_18_36_https_github_com_foreverido_uilib_compare_v4_18_35_v4_18_36_2024_05_09", "label": "[4.18.36](https://github.com/foreverido/uilib/compare/v4.18.35...v4.18.36) (2024-05-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1439"}, {"id": "ui_changelog_features_1442", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1442"}, {"id": "ui_changelog_4_18_35_https_github_com_foreverido_uilib_compare_v4_18_34_v4_18_35_2024_05_07", "label": "[4.18.35](https://github.com/foreverido/uilib/compare/v4.18.34...v4.18.35) (2024-05-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1447"}, {"id": "ui_changelog_features_1450", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1450"}, {"id": "ui_changelog_4_18_34_https_github_com_foreverido_uilib_compare_v4_18_33_v4_18_34_2024_05_07", "label": "[4.18.34](https://github.com/foreverido/uilib/compare/v4.18.33...v4.18.34) (2024-05-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1454"}, {"id": "ui_changelog_bug_fixes_1457", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1457"}, {"id": "ui_changelog_4_18_33_https_github_com_foreverido_uilib_compare_v4_18_32_v4_18_33_2024_05_07", "label": "[4.18.33](https://github.com/foreverido/uilib/compare/v4.18.32...v4.18.33) (2024-05-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1461"}, {"id": "ui_changelog_bug_fixes_1464", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1464"}, {"id": "ui_changelog_4_18_32_https_github_com_foreverido_uilib_compare_v4_18_31_v4_18_32_2024_05_07", "label": "[4.18.32](https://github.com/foreverido/uilib/compare/v4.18.31...v4.18.32) (2024-05-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1468"}, {"id": "ui_changelog_bug_fixes_1471", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1471"}, {"id": "ui_changelog_4_18_31_https_github_com_foreverido_uilib_compare_v4_18_30_v4_18_31_2024_05_06", "label": "[4.18.31](https://github.com/foreverido/uilib/compare/v4.18.30...v4.18.31) (2024-05-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1475"}, {"id": "ui_changelog_features_1478", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1478"}, {"id": "ui_changelog_4_18_30_https_github_com_foreverido_uilib_compare_v4_18_29_v4_18_30_2024_05_06", "label": "[4.18.30](https://github.com/foreverido/uilib/compare/v4.18.29...v4.18.30) (2024-05-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1482"}, {"id": "ui_changelog_bug_fixes_1485", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1485"}, {"id": "ui_changelog_4_18_29_https_github_com_foreverido_uilib_compare_v4_18_28_v4_18_29_2024_05_06", "label": "[4.18.29](https://github.com/foreverido/uilib/compare/v4.18.28...v4.18.29) (2024-05-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1489"}, {"id": "ui_changelog_bug_fixes_1492", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1492"}, {"id": "ui_changelog_4_18_28_https_github_com_foreverido_uilib_compare_v4_18_27_v4_18_28_2024_05_06", "label": "[4.18.28](https://github.com/foreverido/uilib/compare/v4.18.27...v4.18.28) (2024-05-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1496"}, {"id": "ui_changelog_bug_fixes_1499", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1499"}, {"id": "ui_changelog_4_18_27_https_github_com_foreverido_uilib_compare_v4_18_26_v4_18_27_2024_05_06", "label": "[4.18.27](https://github.com/foreverido/uilib/compare/v4.18.26...v4.18.27) (2024-05-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1503"}, {"id": "ui_changelog_4_18_26_https_github_com_foreverido_uilib_compare_v4_18_25_v4_18_26_2024_05_06", "label": "[4.18.26](https://github.com/foreverido/uilib/compare/v4.18.25...v4.18.26) (2024-05-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1505"}, {"id": "ui_changelog_features_1508", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1508"}, {"id": "ui_changelog_4_18_25_https_github_com_foreverido_uilib_compare_v4_18_24_v4_18_25_2024_05_06", "label": "[4.18.25](https://github.com/foreverido/uilib/compare/v4.18.24...v4.18.25) (2024-05-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1512"}, {"id": "ui_changelog_features_1515", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1515"}, {"id": "ui_changelog_4_18_24_https_github_com_foreverido_uilib_compare_v4_18_23_v4_18_24_2024_05_04", "label": "[4.18.24](https://github.com/foreverido/uilib/compare/v4.18.23...v4.18.24) (2024-05-04)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1519"}, {"id": "ui_changelog_bug_fixes_1522", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1522"}, {"id": "ui_changelog_4_18_23_https_github_com_foreverido_uilib_compare_v4_18_22_v4_18_23_2024_05_02", "label": "[4.18.23](https://github.com/foreverido/uilib/compare/v4.18.22...v4.18.23) (2024-05-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1526"}, {"id": "ui_changelog_features_1529", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1529"}, {"id": "ui_changelog_4_18_22_https_github_com_foreverido_uilib_compare_v4_18_21_v4_18_22_2024_05_02", "label": "[4.18.22](https://github.com/foreverido/uilib/compare/v4.18.21...v4.18.22) (2024-05-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1533"}, {"id": "ui_changelog_features_1536", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1536"}, {"id": "ui_changelog_4_18_21_https_github_com_foreverido_uilib_compare_v4_18_20_v4_18_21_2024_05_02", "label": "[4.18.21](https://github.com/foreverido/uilib/compare/v4.18.20...v4.18.21) (2024-05-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1540"}, {"id": "ui_changelog_4_18_20_https_github_com_foreverido_uilib_compare_v4_18_19_v4_18_20_2024_05_02", "label": "[4.18.20](https://github.com/foreverido/uilib/compare/v4.18.19...v4.18.20) (2024-05-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1542"}, {"id": "ui_changelog_features_1545", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1545"}, {"id": "ui_changelog_4_18_19_https_github_com_foreverido_uilib_compare_v4_18_18_v4_18_19_2024_04_23", "label": "[4.18.19](https://github.com/foreverido/uilib/compare/v4.18.18...v4.18.19) (2024-04-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1549"}, {"id": "ui_changelog_bug_fixes_1552", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1552"}, {"id": "ui_changelog_4_18_18_https_github_com_foreverido_uilib_compare_v4_18_17_v4_18_18_2024_02_24", "label": "[4.18.18](https://github.com/foreverido/uilib/compare/v4.18.17...v4.18.18) (2024-02-24)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1556"}, {"id": "ui_changelog_bug_fixes_1559", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1559"}, {"id": "ui_changelog_4_18_17_https_github_com_foreverido_uilib_compare_v4_18_16_v4_18_17_2024_02_05", "label": "[4.18.17](https://github.com/foreverido/uilib/compare/v4.18.16...v4.18.17) (2024-02-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1564"}, {"id": "ui_changelog_4_18_16_https_github_com_foreverido_uilib_compare_v4_18_15_v4_18_16_2024_02_04", "label": "[4.18.16](https://github.com/foreverido/uilib/compare/v4.18.15...v4.18.16) (2024-02-04)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1566"}, {"id": "ui_changelog_bug_fixes_1569", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1569"}, {"id": "ui_changelog_4_18_15_https_github_com_foreverido_uilib_compare_v4_18_14_v4_18_15_2023_11_30", "label": "[4.18.15](https://github.com/foreverido/uilib/compare/v4.18.14...v4.18.15) (2023-11-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1573"}, {"id": "ui_changelog_bug_fixes_1576", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1576"}, {"id": "ui_changelog_4_18_14_https_github_com_foreverido_uilib_compare_v4_18_13_v4_18_14_2023_11_30", "label": "[4.18.14](https://github.com/foreverido/uilib/compare/v4.18.13...v4.18.14) (2023-11-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1580"}, {"id": "ui_changelog_features_1583", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1583"}, {"id": "ui_changelog_bug_fixes_1588", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1588"}, {"id": "ui_changelog_4_18_13_https_github_com_foreverido_uilib_compare_v4_18_12_v4_18_13_2023_11_30", "label": "[4.18.13](https://github.com/foreverido/uilib/compare/v4.18.12...v4.18.13) (2023-11-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1593"}, {"id": "ui_changelog_features_1596", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1596"}, {"id": "ui_changelog_4_18_12_https_github_com_foreverido_uilib_compare_v4_18_11_v4_18_12_2023_11_30", "label": "[4.18.12](https://github.com/foreverido/uilib/compare/v4.18.11...v4.18.12) (2023-11-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1600"}, {"id": "ui_changelog_features_1603", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1603"}, {"id": "ui_changelog_4_18_11_https_github_com_foreverido_uilib_compare_v4_18_10_v4_18_11_2023_11_30", "label": "[4.18.11](https://github.com/foreverido/uilib/compare/v4.18.10...v4.18.11) (2023-11-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1607"}, {"id": "ui_changelog_bug_fixes_1610", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1610"}, {"id": "ui_changelog_4_18_10_https_github_com_foreverido_uilib_compare_v4_18_9_v4_18_10_2023_11_30", "label": "[4.18.10](https://github.com/foreverido/uilib/compare/v4.18.9...v4.18.10) (2023-11-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1614"}, {"id": "ui_changelog_features_1617", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1617"}, {"id": "ui_changelog_4_18_9_https_github_com_foreverido_uilib_compare_v4_18_8_v4_18_9_2023_11_28", "label": "[4.18.9](https://github.com/foreverido/uilib/compare/v4.18.8...v4.18.9) (2023-11-28)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1621"}, {"id": "ui_changelog_features_1624", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1624"}, {"id": "ui_changelog_4_18_8_https_github_com_foreverido_uilib_compare_v4_18_7_v4_18_8_2023_11_26", "label": "[4.18.8](https://github.com/foreverido/uilib/compare/v4.18.7...v4.18.8) (2023-11-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1628"}, {"id": "ui_changelog_features_1631", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1631"}, {"id": "ui_changelog_4_18_7_https_github_com_foreverido_uilib_compare_v4_18_6_v4_18_7_2023_11_25", "label": "[4.18.7](https://github.com/foreverido/uilib/compare/v4.18.6...v4.18.7) (2023-11-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1635"}, {"id": "ui_changelog_bug_fixes_1638", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1638"}, {"id": "ui_changelog_4_18_6_https_github_com_foreverido_uilib_compare_v4_18_5_v4_18_6_2023_11_25", "label": "[4.18.6](https://github.com/foreverido/uilib/compare/v4.18.5...v4.18.6) (2023-11-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1642"}, {"id": "ui_changelog_4_18_5_https_github_com_foreverido_uilib_compare_v4_18_4_v4_18_5_2023_11_25", "label": "[4.18.5](https://github.com/foreverido/uilib/compare/v4.18.4...v4.18.5) (2023-11-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1644"}, {"id": "ui_changelog_bug_fixes_1647", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1647"}, {"id": "ui_changelog_4_18_4_https_github_com_foreverido_uilib_compare_v4_18_3_v4_18_4_2023_11_14", "label": "[4.18.4](https://github.com/foreverido/uilib/compare/v4.18.3...v4.18.4) (2023-11-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1651"}, {"id": "ui_changelog_bug_fixes_1654", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1654"}, {"id": "ui_changelog_4_18_3_https_github_com_foreverido_uilib_compare_v4_18_2_v4_18_3_2023_11_12", "label": "[4.18.3](https://github.com/foreverido/uilib/compare/v4.18.2...v4.18.3) (2023-11-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1658"}, {"id": "ui_changelog_bug_fixes_1661", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1661"}, {"id": "ui_changelog_4_18_2_https_github_com_foreverido_uilib_compare_v4_18_1_v4_18_2_2023_11_07", "label": "[4.18.2](https://github.com/foreverido/uilib/compare/v4.18.1...v4.18.2) (2023-11-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1665"}, {"id": "ui_changelog_bug_fixes_1668", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1668"}, {"id": "ui_changelog_4_18_1_https_github_com_foreverido_uilib_compare_v4_18_0_v4_18_1_2023_11_05", "label": "[4.18.1](https://github.com/foreverido/uilib/compare/v4.18.0...v4.18.1) (2023-11-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1673"}, {"id": "ui_changelog_bug_fixes_1676", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1676"}, {"id": "ui_changelog_4_18_0_https_github_com_foreverido_uilib_compare_v4_17_2_v4_18_0_2023_09_15", "label": "[4.18.0](https://github.com/foreverido/uilib/compare/v4.17.2...v4.18.0) (2023-09-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1680"}, {"id": "ui_changelog_features_1683", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1683"}, {"id": "ui_changelog_4_17_2_https_github_com_foreverido_uilib_compare_v4_17_1_v4_17_2_2023_07_23", "label": "[4.17.2](https://github.com/foreverido/uilib/compare/v4.17.1...v4.17.2) (2023-07-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1688"}, {"id": "ui_changelog_features_1691", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1691"}, {"id": "ui_changelog_4_17_1_https_github_com_foreverido_uilib_compare_v4_17_0_v4_17_1_2023_07_23", "label": "[4.17.1](https://github.com/foreverido/uilib/compare/v4.17.0...v4.17.1) (2023-07-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1695"}, {"id": "ui_changelog_features_1698", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1698"}, {"id": "ui_changelog_4_17_0_https_github_com_foreverido_uilib_compare_v4_16_0_v4_17_0_2023_07_22", "label": "[4.17.0](https://github.com/foreverido/uilib/compare/v4.16.0...v4.17.0) (2023-07-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1702"}, {"id": "ui_changelog_features_1705", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1705"}, {"id": "ui_changelog_bug_fixes_1710", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1710"}, {"id": "ui_changelog_4_16_0_https_github_com_foreverido_uilib_compare_v4_15_0_v4_16_0_2023_07_22", "label": "[4.16.0](https://github.com/foreverido/uilib/compare/v4.15.0...v4.16.0) (2023-07-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1714"}, {"id": "ui_changelog_features_1717", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1717"}, {"id": "ui_changelog_4_15_0_https_github_com_foreverido_uilib_compare_v4_14_0_v4_15_0_2023_07_22", "label": "[4.15.0](https://github.com/foreverido/uilib/compare/v4.14.0...v4.15.0) (2023-07-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1721"}, {"id": "ui_changelog_features_1724", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1724"}, {"id": "ui_changelog_bug_fixes_1730", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1730"}, {"id": "ui_changelog_4_14_0_https_github_com_foreverido_uilib_compare_v4_13_0_v4_14_0_2023_07_22", "label": "[4.14.0](https://github.com/foreverido/uilib/compare/v4.13.0...v4.14.0) (2023-07-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1734"}, {"id": "ui_changelog_features_1737", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1737"}, {"id": "ui_changelog_bug_fixes_1743", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1743"}, {"id": "ui_changelog_4_13_0_https_github_com_foreverido_uilib_compare_v4_12_1_v4_13_0_2023_07_20", "label": "[4.13.0](https://github.com/foreverido/uilib/compare/v4.12.1...v4.13.0) (2023-07-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1747"}, {"id": "ui_changelog_features_1750", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1750"}, {"id": "ui_changelog_4_12_1_https_github_com_foreverido_uilib_compare_v4_12_0_v4_12_1_2023_07_16", "label": "[4.12.1](https://github.com/foreverido/uilib/compare/v4.12.0...v4.12.1) (2023-07-16)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1755"}, {"id": "ui_changelog_4_12_0_https_github_com_foreverido_uilib_compare_v4_11_1_v4_12_0_2023_07_16", "label": "[4.12.0](https://github.com/foreverido/uilib/compare/v4.11.1...v4.12.0) (2023-07-16)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1757"}, {"id": "ui_changelog_features_1760", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1760"}, {"id": "ui_changelog_4_11_1_https_github_com_foreverido_uilib_compare_v4_11_0_v4_11_1_2023_06_17", "label": "[4.11.1](https://github.com/foreverido/uilib/compare/v4.11.0...v4.11.1) (2023-06-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1764"}, {"id": "ui_changelog_bug_fixes_1767", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1767"}, {"id": "ui_changelog_4_11_0_https_github_com_foreverido_uilib_compare_v4_10_4_v4_11_0_2023_06_12", "label": "[4.11.0](https://github.com/foreverido/uilib/compare/v4.10.4...v4.11.0) (2023-06-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1771"}, {"id": "ui_changelog_features_1774", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1774"}, {"id": "ui_changelog_4_10_4_https_github_com_foreverido_uilib_compare_v4_10_3_v4_10_4_2023_05_29", "label": "[4.10.4](https://github.com/foreverido/uilib/compare/v4.10.3...v4.10.4) (2023-05-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1778"}, {"id": "ui_changelog_4_10_3_https_github_com_foreverido_uilib_compare_v4_10_2_v4_10_3_2023_05_29", "label": "[4.10.3](https://github.com/foreverido/uilib/compare/v4.10.2...v4.10.3) (2023-05-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1780"}, {"id": "ui_changelog_features_1783", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1783"}, {"id": "ui_changelog_bug_fixes_1788", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1788"}, {"id": "ui_changelog_4_10_2_https_github_com_foreverido_uilib_compare_v4_10_1_v4_10_2_2023_05_29", "label": "[4.10.2](https://github.com/foreverido/uilib/compare/v4.10.1...v4.10.2) (2023-05-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1792"}, {"id": "ui_changelog_features_1795", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1795"}, {"id": "ui_changelog_4_10_1_https_github_com_foreverido_uilib_compare_v4_10_0_v4_10_1_2023_05_29", "label": "[4.10.1](https://github.com/foreverido/uilib/compare/v4.10.0...v4.10.1) (2023-05-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1799"}, {"id": "ui_changelog_bug_fixes_1802", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1802"}, {"id": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "label": "[4.10.0](https://github.com/foreverido/uilib/compare/v4.9.7...v4.10.0) (2023-05-27)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1806"}, {"id": "ui_changelog_bug_fixes_1809", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1809"}, {"id": "ui_changelog_4_9_7_https_github_com_foreverido_uilib_compare_v4_9_6_v4_9_7_2023_05_27", "label": "[4.9.7](https://github.com/foreverido/uilib/compare/v4.9.6...v4.9.7) (2023-05-27)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1813"}, {"id": "ui_changelog_bug_fixes_1816", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1816"}, {"id": "ui_changelog_4_9_6_https_github_com_foreverido_uilib_compare_v4_9_5_v4_9_6_2023_05_27", "label": "[4.9.6](https://github.com/foreverido/uilib/compare/v4.9.5...v4.9.6) (2023-05-27)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1820"}, {"id": "ui_changelog_features_1823", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1823"}, {"id": "ui_changelog_4_9_5_https_github_com_foreverido_uilib_compare_v4_9_4_v4_9_5_2023_05_26", "label": "[4.9.5](https://github.com/foreverido/uilib/compare/v4.9.4...v4.9.5) (2023-05-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1827"}, {"id": "ui_changelog_bug_fixes_1830", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1830"}, {"id": "ui_changelog_4_9_4_https_github_com_foreverido_uilib_compare_v4_9_3_v4_9_4_2023_05_22", "label": "[4.9.4](https://github.com/foreverido/uilib/compare/v4.9.3...v4.9.4) (2023-05-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1834"}, {"id": "ui_changelog_bug_fixes_1837", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1837"}, {"id": "ui_changelog_4_9_3_https_github_com_foreverido_uilib_compare_v4_9_2_v4_9_3_2023_05_21", "label": "[4.9.3](https://github.com/foreverido/uilib/compare/v4.9.2...v4.9.3) (2023-05-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1841"}, {"id": "ui_changelog_features_1844", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1844"}, {"id": "ui_changelog_4_9_2_https_github_com_foreverido_uilib_compare_v4_9_1_v4_9_2_2023_05_21", "label": "[4.9.2](https://github.com/foreverido/uilib/compare/v4.9.1...v4.9.2) (2023-05-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1848"}, {"id": "ui_changelog_features_1851", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1851"}, {"id": "ui_changelog_bug_fixes_1856", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1856"}, {"id": "ui_changelog_4_9_1_https_github_com_foreverido_uilib_compare_v4_9_0_v4_9_1_2023_05_21", "label": "[4.9.1](https://github.com/foreverido/uilib/compare/v4.9.0...v4.9.1) (2023-05-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1860"}, {"id": "ui_changelog_bug_fixes_1863", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1863"}, {"id": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "label": "[4.9.0](https://github.com/foreverido/uilib/compare/v4.8.6...v4.9.0) (2023-05-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1868"}, {"id": "ui_changelog_features_1871", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1871"}, {"id": "ui_changelog_bug_fixes_1879", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1879"}, {"id": "ui_changelog_4_8_6_https_github_com_foreverido_uilib_compare_v4_8_5_v4_8_6_2023_05_19", "label": "[4.8.6](https://github.com/foreverido/uilib/compare/v4.8.5...v4.8.6) (2023-05-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1886"}, {"id": "ui_changelog_features_1889", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1889"}, {"id": "ui_changelog_4_8_5_https_github_com_foreverido_uilib_compare_v4_8_4_v4_8_5_2023_05_16", "label": "[4.8.5](https://github.com/foreverido/uilib/compare/v4.8.4...v4.8.5) (2023-05-16)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1893"}, {"id": "ui_changelog_bug_fixes_1896", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1896"}, {"id": "ui_changelog_4_8_4_https_github_com_foreverido_uilib_compare_v4_8_3_v4_8_4_2023_05_14", "label": "[4.8.4](https://github.com/foreverido/uilib/compare/v4.8.3...v4.8.4) (2023-05-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1900"}, {"id": "ui_changelog_bug_fixes_1903", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1903"}, {"id": "ui_changelog_4_8_3_https_github_com_foreverido_uilib_compare_v4_8_2_v4_8_3_2023_05_14", "label": "[4.8.3](https://github.com/foreverido/uilib/compare/v4.8.2...v4.8.3) (2023-05-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1907"}, {"id": "ui_changelog_features_1910", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1910"}, {"id": "ui_changelog_4_8_2_https_github_com_foreverido_uilib_compare_v4_8_1_v4_8_2_2023_05_14", "label": "[4.8.2](https://github.com/foreverido/uilib/compare/v4.8.1...v4.8.2) (2023-05-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1914"}, {"id": "ui_changelog_features_1917", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1917"}, {"id": "ui_changelog_4_8_1_https_github_com_foreverido_uilib_compare_v4_8_0_v4_8_1_2023_05_14", "label": "[4.8.1](https://github.com/foreverido/uilib/compare/v4.8.0...v4.8.1) (2023-05-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1921"}, {"id": "ui_changelog_features_1924", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1924"}, {"id": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "label": "[4.8.0](https://github.com/foreverido/uilib/compare/v4.7.7...v4.8.0) (2023-05-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1930"}, {"id": "ui_changelog_features_1933", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1933"}, {"id": "ui_changelog_4_7_7_https_github_com_foreverido_uilib_compare_v4_7_6_v4_7_7_2023_05_13", "label": "[4.7.7](https://github.com/foreverido/uilib/compare/v4.7.6...v4.7.7) (2023-05-13)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1937"}, {"id": "ui_changelog_bug_fixes_1940", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1940"}, {"id": "ui_changelog_4_7_6_https_github_com_foreverido_uilib_compare_v4_7_5_v4_7_6_2023_05_08", "label": "[4.7.6](https://github.com/foreverido/uilib/compare/v4.7.5...v4.7.6) (2023-05-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1944"}, {"id": "ui_changelog_features_1947", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1947"}, {"id": "ui_changelog_4_7_5_https_github_com_foreverido_uilib_compare_v4_7_4_v4_7_5_2023_05_07", "label": "[4.7.5](https://github.com/foreverido/uilib/compare/v4.7.4...v4.7.5) (2023-05-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1951"}, {"id": "ui_changelog_bug_fixes_1954", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1954"}, {"id": "ui_changelog_4_7_4_https_github_com_foreverido_uilib_compare_v4_7_3_v4_7_4_2023_05_07", "label": "[4.7.4](https://github.com/foreverido/uilib/compare/v4.7.3...v4.7.4) (2023-05-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1958"}, {"id": "ui_changelog_4_7_3_https_github_com_foreverido_uilib_compare_v4_7_2_v4_7_3_2023_05_07", "label": "[4.7.3](https://github.com/foreverido/uilib/compare/v4.7.2...v4.7.3) (2023-05-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1960"}, {"id": "ui_changelog_features_1963", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1963"}, {"id": "ui_changelog_4_7_2_https_github_com_foreverido_uilib_compare_v4_7_1_v4_7_2_2023_05_07", "label": "[4.7.2](https://github.com/foreverido/uilib/compare/v4.7.1...v4.7.2) (2023-05-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1967"}, {"id": "ui_changelog_features_1970", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1970"}, {"id": "ui_changelog_bug_fixes_1975", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1975"}, {"id": "ui_changelog_4_7_1_https_github_com_foreverido_uilib_compare_v4_7_0_v4_7_1_2023_05_06", "label": "[4.7.1](https://github.com/foreverido/uilib/compare/v4.7.0...v4.7.1) (2023-05-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1979"}, {"id": "ui_changelog_bug_fixes_1982", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1982"}, {"id": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "label": "[4.7.0](https://github.com/foreverido/uilib/compare/v4.6.12...v4.7.0) (2023-05-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1986"}, {"id": "ui_changelog_features_1989", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1989"}, {"id": "ui_changelog_4_6_12_https_github_com_foreverido_uilib_compare_v4_6_11_v4_6_12_2023_05_04", "label": "[4.6.12](https://github.com/foreverido/uilib/compare/v4.6.11...v4.6.12) (2023-05-04)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1993"}, {"id": "ui_changelog_bug_fixes_1996", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1996"}, {"id": "ui_changelog_4_6_11_https_github_com_foreverido_uilib_compare_v4_6_10_v4_6_11_2023_04_20", "label": "[4.6.11](https://github.com/foreverido/uilib/compare/v4.6.10...v4.6.11) (2023-04-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2000"}, {"id": "ui_changelog_features_2003", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2003"}, {"id": "ui_changelog_bug_fixes_2008", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2008"}, {"id": "ui_changelog_4_6_10_https_github_com_foreverido_uilib_compare_v4_6_9_v4_6_10_2023_04_19", "label": "[4.6.10](https://github.com/foreverido/uilib/compare/v4.6.9...v4.6.10) (2023-04-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2012"}, {"id": "ui_changelog_bug_fixes_2015", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2015"}, {"id": "ui_changelog_4_6_9_https_github_com_foreverido_uilib_compare_v4_6_8_v4_6_9_2023_04_17", "label": "[4.6.9](https://github.com/foreverido/uilib/compare/v4.6.8...v4.6.9) (2023-04-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2019"}, {"id": "ui_changelog_bug_fixes_2022", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2022"}, {"id": "ui_changelog_4_6_8_https_github_com_foreverido_uilib_compare_v4_6_7_v4_6_8_2023_04_17", "label": "[4.6.8](https://github.com/foreverido/uilib/compare/v4.6.7...v4.6.8) (2023-04-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2026"}, {"id": "ui_changelog_features_2029", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2029"}, {"id": "ui_changelog_4_6_7_https_github_com_foreverido_uilib_compare_v4_6_6_v4_6_7_2023_04_17", "label": "[4.6.7](https://github.com/foreverido/uilib/compare/v4.6.6...v4.6.7) (2023-04-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2033"}, {"id": "ui_changelog_bug_fixes_2036", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2036"}, {"id": "ui_changelog_4_6_6_https_github_com_foreverido_uilib_compare_v4_6_5_v4_6_6_2023_04_17", "label": "[4.6.6](https://github.com/foreverido/uilib/compare/v4.6.5...v4.6.6) (2023-04-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2040"}, {"id": "ui_changelog_bug_fixes_2043", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2043"}, {"id": "ui_changelog_4_6_5_https_github_com_foreverido_uilib_compare_v4_6_4_v4_6_5_2023_04_16", "label": "[4.6.5](https://github.com/foreverido/uilib/compare/v4.6.4...v4.6.5) (2023-04-16)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2047"}, {"id": "ui_changelog_bug_fixes_2050", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2050"}, {"id": "ui_changelog_4_6_4_https_github_com_foreverido_uilib_compare_v4_6_3_v4_6_4_2023_04_16", "label": "[4.6.4](https://github.com/foreverido/uilib/compare/v4.6.3...v4.6.4) (2023-04-16)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2054"}, {"id": "ui_changelog_bug_fixes_2057", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2057"}, {"id": "ui_changelog_4_6_3_https_github_com_foreverido_uilib_compare_v4_6_2_v4_6_3_2023_04_16", "label": "[4.6.3](https://github.com/foreverido/uilib/compare/v4.6.2...v4.6.3) (2023-04-16)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2061"}, {"id": "ui_changelog_features_2064", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2064"}, {"id": "ui_changelog_4_6_2_https_github_com_foreverido_uilib_compare_v4_6_1_v4_6_2_2023_04_15", "label": "[4.6.2](https://github.com/foreverido/uilib/compare/v4.6.1...v4.6.2) (2023-04-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2068"}, {"id": "ui_changelog_bug_fixes_2071", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2071"}, {"id": "ui_changelog_4_6_1_https_github_com_foreverido_uilib_compare_v4_6_0_v4_6_1_2023_04_15", "label": "[4.6.1](https://github.com/foreverido/uilib/compare/v4.6.0...v4.6.1) (2023-04-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2075"}, {"id": "ui_changelog_bug_fixes_2078", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2078"}, {"id": "ui_changelog_4_6_0_https_github_com_foreverido_uilib_compare_v4_5_0_v4_6_0_2023_04_15", "label": "[4.6.0](https://github.com/foreverido/uilib/compare/v4.5.0...v4.6.0) (2023-04-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2082"}, {"id": "ui_changelog_bug_fixes_2085", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2085"}, {"id": "ui_changelog_4_5_0_https_github_com_foreverido_uilib_compare_v4_4_2_v4_5_0_2023_04_15", "label": "[4.5.0](https://github.com/foreverido/uilib/compare/v4.4.2...v4.5.0) (2023-04-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2089"}, {"id": "ui_changelog_features_2092", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2092"}, {"id": "ui_changelog_4_4_2_https_github_com_foreverido_uilib_compare_v4_4_1_v4_4_2_2023_04_15", "label": "[4.4.2](https://github.com/foreverido/uilib/compare/v4.4.1...v4.4.2) (2023-04-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2097"}, {"id": "ui_changelog_4_4_1_https_github_com_foreverido_uilib_compare_v4_4_0_v4_4_1_2023_04_15", "label": "[4.4.1](https://github.com/foreverido/uilib/compare/v4.4.0...v4.4.1) (2023-04-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2099"}, {"id": "ui_changelog_4_4_0_https_github_com_foreverido_uilib_compare_v4_3_0_v4_4_0_2023_04_09", "label": "[4.4.0](https://github.com/foreverido/uilib/compare/v4.3.0...v4.4.0) (2023-04-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2101"}, {"id": "ui_changelog_4_3_0_https_github_com_foreverido_uilib_compare_v4_2_1_v4_3_0_2023_04_07", "label": "[4.3.0](https://github.com/foreverido/uilib/compare/v4.2.1...v4.3.0) (2023-04-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2103"}, {"id": "ui_changelog_features_2106", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2106"}, {"id": "ui_changelog_bug_fixes_2111", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2111"}, {"id": "ui_changelog_4_2_1_https_github_com_foreverido_uilib_compare_v4_2_0_v4_2_1_2023_04_05", "label": "[4.2.1](https://github.com/foreverido/uilib/compare/v4.2.0...v4.2.1) (2023-04-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2115"}, {"id": "ui_changelog_bug_fixes_2118", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2118"}, {"id": "ui_changelog_4_2_0_https_github_com_foreverido_uilib_compare_v4_1_1_v4_2_0_2023_04_02", "label": "[4.2.0](https://github.com/foreverido/uilib/compare/v4.1.1...v4.2.0) (2023-04-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2123"}, {"id": "ui_changelog_features_2126", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2126"}, {"id": "ui_changelog_bug_fixes_2131", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2131"}, {"id": "ui_changelog_4_1_1_https_github_com_foreverido_uilib_compare_v4_1_0_v4_1_1_2023_03_30", "label": "[4.1.1](https://github.com/foreverido/uilib/compare/v4.1.0...v4.1.1) (2023-03-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2135"}, {"id": "ui_changelog_bug_fixes_2138", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2138"}, {"id": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "label": "[4.1.0](https://github.com/foreverido/uilib/compare/v4.0.11...v4.1.0) (2023-03-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2142"}, {"id": "ui_changelog_bug_fixes_2145", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2145"}, {"id": "ui_changelog_4_0_11_https_github_com_foreverido_uilib_compare_v4_0_10_v4_0_11_2023_03_29", "label": "[4.0.11](https://github.com/foreverido/uilib/compare/v4.0.10...v4.0.11) (2023-03-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2149"}, {"id": "ui_changelog_bug_fixes_2152", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2152"}, {"id": "ui_changelog_4_0_10_https_github_com_foreverido_uilib_compare_v4_0_9_v4_0_10_2023_03_29", "label": "[4.0.10](https://github.com/foreverido/uilib/compare/v4.0.9...v4.0.10) (2023-03-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2156"}, {"id": "ui_changelog_bug_fixes_2159", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2159"}, {"id": "ui_changelog_4_0_9_https_github_com_foreverido_uilib_compare_v4_0_8_v4_0_9_2023_03_29", "label": "[4.0.9](https://github.com/foreverido/uilib/compare/v4.0.8...v4.0.9) (2023-03-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2163"}, {"id": "ui_changelog_bug_fixes_2166", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2166"}, {"id": "ui_changelog_4_0_8_https_github_com_foreverido_uilib_compare_v4_0_7_v4_0_8_2023_03_29", "label": "[4.0.8](https://github.com/foreverido/uilib/compare/v4.0.7...v4.0.8) (2023-03-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2170"}, {"id": "ui_changelog_bug_fixes_2173", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2173"}, {"id": "ui_changelog_4_0_7_https_github_com_foreverido_uilib_compare_v4_0_6_v4_0_7_2023_03_28", "label": "[4.0.7](https://github.com/foreverido/uilib/compare/v4.0.6...v4.0.7) (2023-03-28)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2177"}, {"id": "ui_changelog_bug_fixes_2180", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2180"}, {"id": "ui_changelog_4_0_6_https_github_com_foreverido_uilib_compare_v4_0_5_v4_0_6_2023_03_26", "label": "[4.0.6](https://github.com/foreverido/uilib/compare/v4.0.5...v4.0.6) (2023-03-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2184"}, {"id": "ui_changelog_4_0_5_https_github_com_foreverido_uilib_compare_v4_0_4_v4_0_5_2023_03_26", "label": "[4.0.5](https://github.com/foreverido/uilib/compare/v4.0.4...v4.0.5) (2023-03-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2186"}, {"id": "ui_changelog_bug_fixes_2189", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2189"}, {"id": "ui_changelog_4_0_4_https_github_com_foreverido_uilib_compare_v4_0_3_v4_0_4_2023_03_26", "label": "[4.0.4](https://github.com/foreverido/uilib/compare/v4.0.3...v4.0.4) (2023-03-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2193"}, {"id": "ui_changelog_bug_fixes_2196", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2196"}, {"id": "ui_changelog_4_0_3_https_github_com_foreverido_uilib_compare_v4_0_2_v4_0_3_2023_03_26", "label": "[4.0.3](https://github.com/foreverido/uilib/compare/v4.0.2...v4.0.3) (2023-03-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2200"}, {"id": "ui_changelog_bug_fixes_2203", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2203"}, {"id": "ui_changelog_4_0_2_https_github_com_foreverido_uilib_compare_v4_0_1_v4_0_2_2023_03_26", "label": "[4.0.2](https://github.com/foreverido/uilib/compare/v4.0.1...v4.0.2) (2023-03-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2207"}, {"id": "ui_changelog_bug_fixes_2210", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2210"}, {"id": "ui_changelog_4_0_1_https_github_com_foreverido_uilib_compare_v4_0_0_v4_0_1_2023_03_26", "label": "[4.0.1](https://github.com/foreverido/uilib/compare/v4.0.0...v4.0.1) (2023-03-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2214"}, {"id": "ui_changelog_features_2217", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2217"}, {"id": "ui_changelog_4_0_0_https_github_com_foreverido_uilib_compare_v3_11_0_v4_0_0_2023_03_25", "label": "[4.0.0](https://github.com/foreverido/uilib/compare/v3.11.0...v4.0.0) (2023-03-25)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2221"}, {"id": "ui_changelog_features_2224", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2224"}, {"id": "ui_changelog_bug_fixes_2229", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2229"}, {"id": "ui_changelog_3_11_0_https_github_com_foreverido_uilib_compare_v3_10_3_v3_11_0_2023_03_19", "label": "[3.11.0](https://github.com/foreverido/uilib/compare/v3.10.3...v3.11.0) (2023-03-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2233"}, {"id": "ui_changelog_bug_fixes_2236", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2236"}, {"id": "ui_changelog_3_10_3_https_github_com_foreverido_uilib_compare_v3_10_2_v3_10_3_2023_03_19", "label": "[3.10.3](https://github.com/foreverido/uilib/compare/v3.10.2...v3.10.3) (2023-03-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2240"}, {"id": "ui_changelog_features_2243", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2243"}, {"id": "ui_changelog_bug_fixes_2248", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2248"}, {"id": "ui_changelog_3_10_2_https_github_com_foreverido_uilib_compare_v3_10_1_v3_10_2_2023_03_19", "label": "[3.10.2](https://github.com/foreverido/uilib/compare/v3.10.1...v3.10.2) (2023-03-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2252"}, {"id": "ui_changelog_features_2255", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2255"}, {"id": "ui_changelog_bug_fixes_2260", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2260"}, {"id": "ui_changelog_3_10_1_https_github_com_foreverido_uilib_compare_v3_10_0_v3_10_1_2023_03_19", "label": "[3.10.1](https://github.com/foreverido/uilib/compare/v3.10.0...v3.10.1) (2023-03-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2264"}, {"id": "ui_changelog_bug_fixes_2267", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2267"}, {"id": "ui_changelog_3_10_0_https_github_com_foreverido_uilib_compare_v3_9_3_v3_10_0_2023_03_16", "label": "[3.10.0](https://github.com/foreverido/uilib/compare/v3.9.3...v3.10.0) (2023-03-16)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2271"}, {"id": "ui_changelog_features_2274", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2274"}, {"id": "ui_changelog_3_9_3_https_github_com_foreverido_uilib_compare_v3_9_2_v3_9_3_2023_03_15", "label": "[3.9.3](https://github.com/foreverido/uilib/compare/v3.9.2...v3.9.3) (2023-03-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2278"}, {"id": "ui_changelog_bug_fixes_2281", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2281"}, {"id": "ui_changelog_3_9_2_https_github_com_foreverido_uilib_compare_v3_9_1_v3_9_2_2023_03_15", "label": "[3.9.2](https://github.com/foreverido/uilib/compare/v3.9.1...v3.9.2) (2023-03-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2286"}, {"id": "ui_changelog_bug_fixes_2289", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2289"}, {"id": "ui_changelog_3_9_1_https_github_com_foreverido_uilib_compare_v3_9_0_v3_9_1_2023_03_14", "label": "[3.9.1](https://github.com/foreverido/uilib/compare/v3.9.0...v3.9.1) (2023-03-14)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2294"}, {"id": "ui_changelog_bug_fixes_2297", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2297"}, {"id": "ui_changelog_3_9_0_https_github_com_foreverido_uilib_compare_v3_8_0_v3_9_0_2023_03_11", "label": "[3.9.0](https://github.com/foreverido/uilib/compare/v3.8.0...v3.9.0) (2023-03-11)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2302"}, {"id": "ui_changelog_features_2305", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2305"}, {"id": "ui_changelog_3_8_0_https_github_com_foreverido_uilib_compare_v3_7_0_v3_8_0_2023_03_10", "label": "[3.8.0](https://github.com/foreverido/uilib/compare/v3.7.0...v3.8.0) (2023-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2309"}, {"id": "ui_changelog_features_2312", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2312"}, {"id": "ui_changelog_3_7_0_https_github_com_foreverido_uilib_compare_v3_6_2_v3_7_0_2023_03_08", "label": "[3.7.0](https://github.com/foreverido/uilib/compare/v3.6.2...v3.7.0) (2023-03-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2317"}, {"id": "ui_changelog_features_2320", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2320"}, {"id": "ui_changelog_bug_fixes_2325", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2325"}, {"id": "ui_changelog_3_6_2_https_github_com_foreverido_uilib_compare_v3_6_1_v3_6_2_2023_03_08", "label": "[3.6.2](https://github.com/foreverido/uilib/compare/v3.6.1...v3.6.2) (2023-03-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2329"}, {"id": "ui_changelog_bug_fixes_2332", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2332"}, {"id": "ui_changelog_3_6_1_https_github_com_foreverido_uilib_compare_v3_6_0_v3_6_1_2023_03_07", "label": "[3.6.1](https://github.com/foreverido/uilib/compare/v3.6.0...v3.6.1) (2023-03-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2336"}, {"id": "ui_changelog_bug_fixes_2339", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2339"}, {"id": "ui_changelog_3_6_0_https_github_com_foreverido_uilib_compare_v3_5_1_v3_6_0_2023_03_06", "label": "[3.6.0](https://github.com/foreverido/uilib/compare/v3.5.1...v3.6.0) (2023-03-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2343"}, {"id": "ui_changelog_features_2346", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2346"}, {"id": "ui_changelog_3_5_1_https_github_com_foreverido_uilib_compare_v3_5_0_v3_5_1_2023_03_05", "label": "[3.5.1](https://github.com/foreverido/uilib/compare/v3.5.0...v3.5.1) (2023-03-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2350"}, {"id": "ui_changelog_bug_fixes_2353", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2353"}, {"id": "ui_changelog_3_5_0_https_github_com_foreverido_uilib_compare_v3_4_1_v3_5_0_2023_03_05", "label": "[3.5.0](https://github.com/foreverido/uilib/compare/v3.4.1...v3.5.0) (2023-03-05)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2358"}, {"id": "ui_changelog_bug_fixes_2361", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2361"}, {"id": "ui_changelog_3_4_1_https_github_com_foreverido_uilib_compare_v3_4_0_v3_4_1_2022_08_07", "label": "[3.4.1](https://github.com/foreverido/uilib/compare/v3.4.0...v3.4.1) (2022-08-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2365"}, {"id": "ui_changelog_bug_fixes_2368", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2368"}, {"id": "ui_changelog_3_4_0_https_github_com_foreverido_uilib_compare_v3_3_1_v3_4_0_2022_08_07", "label": "[3.4.0](https://github.com/foreverido/uilib/compare/v3.3.1...v3.4.0) (2022-08-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2372"}, {"id": "ui_changelog_bug_fixes_2375", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2375"}, {"id": "ui_changelog_3_3_1_https_github_com_foreverido_uilib_compare_v3_3_0_v3_3_1_2022_08_06", "label": "[3.3.1](https://github.com/foreverido/uilib/compare/v3.3.0...v3.3.1) (2022-08-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2380"}, {"id": "ui_changelog_3_3_0_https_github_com_foreverido_uilib_compare_v3_2_0_v3_3_0_2022_08_06", "label": "[3.3.0](https://github.com/foreverido/uilib/compare/v3.2.0...v3.3.0) (2022-08-06)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2382"}, {"id": "ui_changelog_features_2385", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2385"}, {"id": "ui_changelog_bug_fixes_2393", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2393"}, {"id": "ui_changelog_3_2_0_https_github_com_foreverido_uilib_compare_v3_1_2_v3_2_0_2022_07_26", "label": "[3.2.0](https://github.com/foreverido/uilib/compare/v3.1.2...v3.2.0) (2022-07-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2398"}, {"id": "ui_changelog_features_2401", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2401"}, {"id": "ui_changelog_3_1_2_https_github_com_foreverido_uilib_compare_v3_1_1_v3_1_2_2022_07_24", "label": "[3.1.2](https://github.com/foreverido/uilib/compare/v3.1.1...v3.1.2) (2022-07-24)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2405"}, {"id": "ui_changelog_bug_fixes_2408", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2408"}, {"id": "ui_changelog_3_1_1_https_github_com_foreverido_uilib_compare_v3_1_0_v3_1_1_2022_07_24", "label": "[3.1.1](https://github.com/foreverido/uilib/compare/v3.1.0...v3.1.1) (2022-07-24)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2412"}, {"id": "ui_changelog_3_1_0_https_github_com_foreverido_uilib_compare_v3_0_0_v3_1_0_2022_07_24", "label": "[3.1.0](https://github.com/foreverido/uilib/compare/v3.0.0...v3.1.0) (2022-07-24)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2414"}, {"id": "ui_changelog_features_2417", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2417"}, {"id": "ui_changelog_3_0_0_https_github_com_foreverido_uilib_compare_v2_0_3_v3_0_0_2022_06_04", "label": "[3.0.0](https://github.com/foreverido/uilib/compare/v2.0.3...v3.0.0) (2022-06-04)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2422"}, {"id": "ui_changelog_2_0_3_https_github_com_foreverido_uilib_compare_v2_0_2_v2_0_3_2022_05_19", "label": "[2.0.3](https://github.com/foreverido/uilib/compare/v2.0.2...v2.0.3) (2022-05-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2424"}, {"id": "ui_changelog_2_0_2_https_github_com_foreverido_uilib_compare_v2_0_1_v2_0_2_2022_05_19", "label": "[2.0.2](https://github.com/foreverido/uilib/compare/v2.0.1...v2.0.2) (2022-05-19)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2426"}, {"id": "ui_changelog_2_0_1_https_github_com_foreverido_uilib_compare_v2_0_0_v2_0_1_2022_05_04", "label": "[2.0.1](https://github.com/foreverido/uilib/compare/v2.0.0...v2.0.1) (2022-05-04)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2428"}, {"id": "ui_changelog_features_2431", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2431"}, {"id": "ui_changelog_2_0_0_https_github_com_foreverido_uilib_compare_v2_0_0_beta_v2_0_0_2022_05_04", "label": "[2.0.0](https://github.com/foreverido/uilib/compare/v2.0.0-beta...v2.0.0) (2022-05-04)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2435"}, {"id": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "label": "[2.0.0-beta](https://github.com/foreverido/uilib/compare/v1.3.7...v2.0.0-beta) (2022-05-04)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2437"}, {"id": "ui_changelog_features_2440", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2440"}, {"id": "ui_changelog_1_3_7_https_github_com_foreverido_uilib_compare_v1_3_6_v1_3_7_2022_05_01", "label": "[1.3.7](https://github.com/foreverido/uilib/compare/v1.3.6...v1.3.7) (2022-05-01)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2445"}, {"id": "ui_changelog_features_2448", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2448"}, {"id": "ui_changelog_1_3_6_https_github_com_foreverido_uilib_compare_v1_3_5_v1_3_6_2022_04_30", "label": "[1.3.6](https://github.com/foreverido/uilib/compare/v1.3.5...v1.3.6) (2022-04-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2452"}, {"id": "ui_changelog_bug_fixes_2455", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2455"}, {"id": "ui_changelog_1_3_5_https_github_com_foreverido_uilib_compare_v1_3_4_v1_3_5_2022_04_30", "label": "[1.3.5](https://github.com/foreverido/uilib/compare/v1.3.4...v1.3.5) (2022-04-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2460"}, {"id": "ui_changelog_bug_fixes_2463", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2463"}, {"id": "ui_changelog_1_3_4_https_github_com_foreverido_uilib_compare_v1_3_3_v1_3_4_2022_04_10", "label": "[1.3.4](https://github.com/foreverido/uilib/compare/v1.3.3...v1.3.4) (2022-04-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2470"}, {"id": "ui_changelog_features_2473", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2473"}, {"id": "ui_changelog_1_3_3_https_github_com_foreverido_uilib_compare_v1_3_2_v1_3_3_2022_04_10", "label": "[1.3.3](https://github.com/foreverido/uilib/compare/v1.3.2...v1.3.3) (2022-04-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2477"}, {"id": "ui_changelog_features_2480", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2480"}, {"id": "ui_changelog_bug_fixes_2485", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2485"}, {"id": "ui_changelog_1_3_2_https_github_com_foreverido_uilib_compare_v1_3_1_v1_3_2_2022_04_08", "label": "[1.3.2](https://github.com/foreverido/uilib/compare/v1.3.1...v1.3.2) (2022-04-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2489"}, {"id": "ui_changelog_bug_fixes_2492", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2492"}, {"id": "ui_changelog_1_3_1_https_github_com_foreverido_uilib_compare_v1_3_0_v1_3_1_2022_04_08", "label": "[1.3.1](https://github.com/foreverido/uilib/compare/v1.3.0...v1.3.1) (2022-04-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2497"}, {"id": "ui_changelog_bug_fixes_2500", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2500"}, {"id": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "label": "[1.3.0](https://github.com/foreverido/uilib/compare/v1.2.8...v1.3.0) (2022-04-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2504"}, {"id": "ui_changelog_features_2507", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2507"}, {"id": "ui_changelog_bug_fixes_2512", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2512"}, {"id": "ui_changelog_1_2_8_https_github_com_foreverido_uilib_compare_v1_2_7_v1_2_8_2022_04_07", "label": "[1.2.8](https://github.com/foreverido/uilib/compare/v1.2.7...v1.2.8) (2022-04-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2516"}, {"id": "ui_changelog_features_2519", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2519"}, {"id": "ui_changelog_1_2_7_https_github_com_foreverido_uilib_compare_v1_2_6_v1_2_7_2022_04_03", "label": "[1.2.7](https://github.com/foreverido/uilib/compare/v1.2.6...v1.2.7) (2022-04-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2523"}, {"id": "ui_changelog_features_2526", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2526"}, {"id": "ui_changelog_1_2_6_https_github_com_foreverido_uilib_compare_v1_2_5_v1_2_6_2022_04_03", "label": "[1.2.6](https://github.com/foreverido/uilib/compare/v1.2.5...v1.2.6) (2022-04-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2530"}, {"id": "ui_changelog_features_2533", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2533"}, {"id": "ui_changelog_bug_fixes_2538", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2538"}, {"id": "ui_changelog_1_2_5_https_github_com_foreverido_uilib_compare_v1_2_4_v1_2_5_2022_04_02", "label": "[1.2.5](https://github.com/foreverido/uilib/compare/v1.2.4...v1.2.5) (2022-04-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2542"}, {"id": "ui_changelog_bug_fixes_2545", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2545"}, {"id": "ui_changelog_1_2_4_https_github_com_foreverido_uilib_compare_v1_2_3_v1_2_4_2022_04_01", "label": "[1.2.4](https://github.com/foreverido/uilib/compare/v1.2.3...v1.2.4) (2022-04-01)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2549"}, {"id": "ui_changelog_bug_fixes_2552", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2552"}, {"id": "ui_changelog_1_2_3_https_github_com_foreverido_uilib_compare_v1_2_2_v1_2_3_2022_03_31", "label": "[1.2.3](https://github.com/foreverido/uilib/compare/v1.2.2...v1.2.3) (2022-03-31)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2556"}, {"id": "ui_changelog_bug_fixes_2559", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2559"}, {"id": "ui_changelog_1_2_2_https_github_com_foreverido_uilib_compare_v1_2_1_v1_2_2_2022_03_31", "label": "[1.2.2](https://github.com/foreverido/uilib/compare/v1.2.1...v1.2.2) (2022-03-31)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2563"}, {"id": "ui_changelog_1_2_1_https_github_com_foreverido_uilib_compare_v1_2_0_v1_2_1_2022_03_30", "label": "[1.2.1](https://github.com/foreverido/uilib/compare/v1.2.0...v1.2.1) (2022-03-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2565"}, {"id": "ui_changelog_1_2_0_https_github_com_foreverido_uilib_compare_v1_1_1_v1_2_0_2022_03_30", "label": "[1.2.0](https://github.com/foreverido/uilib/compare/v1.1.1...v1.2.0) (2022-03-30)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2567"}, {"id": "ui_changelog_features_2570", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2570"}, {"id": "ui_changelog_1_1_1_https_github_com_foreverido_uilib_compare_v1_1_0_v1_1_1_2022_03_29", "label": "[1.1.1](https://github.com/foreverido/uilib/compare/v1.1.0...v1.1.1) (2022-03-29)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2575"}, {"id": "ui_changelog_bug_fixes_2578", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2578"}, {"id": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "label": "[1.1.0](https://github.com/foreverido/uilib/compare/v1.0.7...v1.1.0) (2022-03-28)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2585"}, {"id": "ui_changelog_features_2588", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2588"}, {"id": "ui_changelog_1_0_7_https_github_com_foreverido_uilib_compare_v1_0_6_v1_0_7_2022_03_27", "label": "[1.0.7](https://github.com/foreverido/uilib/compare/v1.0.6...v1.0.7) (2022-03-27)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2592"}, {"id": "ui_changelog_features_2595", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2595"}, {"id": "ui_changelog_1_0_6_https_github_com_foreverido_uilib_compare_v1_0_5_v1_0_6_2022_03_27", "label": "[1.0.6](https://github.com/foreverido/uilib/compare/v1.0.5...v1.0.6) (2022-03-27)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2599"}, {"id": "ui_changelog_bug_fixes_2602", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2602"}, {"id": "ui_changelog_1_0_5_https_github_com_foreverido_uilib_compare_v1_0_4_v1_0_5_2022_03_27", "label": "[1.0.5](https://github.com/foreverido/uilib/compare/v1.0.4...v1.0.5) (2022-03-27)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2607"}, {"id": "ui_changelog_bug_fixes_2610", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2610"}, {"id": "ui_changelog_1_0_4_https_github_com_foreverido_uilib_compare_v1_0_2_v1_0_4_2022_03_27", "label": "[1.0.4](https://github.com/foreverido/uilib/compare/v1.0.2...v1.0.4) (2022-03-27)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2614"}, {"id": "ui_changelog_bug_fixes_2617", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2617"}, {"id": "ui_changelog_1_0_2_https_github_com_foreverido_uilib_compare_v1_0_1_v1_0_2_2022_03_27", "label": "[1.0.2](https://github.com/foreverido/uilib/compare/v1.0.1...v1.0.2) (2022-03-27)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2621"}, {"id": "ui_changelog_bug_fixes_2624", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2624"}, {"id": "ui_changelog_1_0_1_https_github_com_foreverido_uilib_compare_v1_0_0_v1_0_1_2022_03_26", "label": "[1.0.1](https://github.com/foreverido/uilib/compare/v1.0.0...v1.0.1) (2022-03-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2630"}, {"id": "ui_changelog_bug_fixes_2633", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2633"}, {"id": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "label": "[1.0.0](https://github.com/foreverido/uilib/compare/v0.0.60...v1.0.0) (2022-03-26)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2638"}, {"id": "ui_changelog_features_2641", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2641"}, {"id": "ui_changelog_0_0_60_https_github_com_foreverido_uilib_compare_v0_0_59_v0_0_60_2022_03_23", "label": "[0.0.60](https://github.com/foreverido/uilib/compare/v0.0.59...v0.0.60) (2022-03-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2648"}, {"id": "ui_changelog_features_2651", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2651"}, {"id": "ui_changelog_0_0_59_https_github_com_foreverido_uilib_compare_v0_0_58_v0_0_59_2022_03_23", "label": "[0.0.59](https://github.com/foreverido/uilib/compare/v0.0.58...v0.0.59) (2022-03-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2657"}, {"id": "ui_changelog_features_2660", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2660"}, {"id": "ui_changelog_bug_fixes_2665", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2665"}, {"id": "ui_changelog_0_0_58_https_github_com_foreverido_uilib_compare_v0_0_57_v0_0_58_2022_03_23", "label": "[0.0.58](https://github.com/foreverido/uilib/compare/v0.0.57...v0.0.58) (2022-03-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2669"}, {"id": "ui_changelog_bug_fixes_2672", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2672"}, {"id": "ui_changelog_0_0_57_https_github_com_foreverido_uilib_compare_v0_0_56_v0_0_57_2022_03_23", "label": "[0.0.57](https://github.com/foreverido/uilib/compare/v0.0.56...v0.0.57) (2022-03-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2676"}, {"id": "ui_changelog_bug_fixes_2679", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2679"}, {"id": "ui_changelog_0_0_56_https_github_com_foreverido_uilib_compare_v0_0_55_v0_0_56_2022_03_23", "label": "[0.0.56](https://github.com/foreverido/uilib/compare/v0.0.55...v0.0.56) (2022-03-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2683"}, {"id": "ui_changelog_bug_fixes_2686", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2686"}, {"id": "ui_changelog_0_0_55_https_github_com_foreverido_uilib_compare_v0_0_54_v0_0_55_2022_03_23", "label": "[0.0.55](https://github.com/foreverido/uilib/compare/v0.0.54...v0.0.55) (2022-03-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2690"}, {"id": "ui_changelog_features_2693", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2693"}, {"id": "ui_changelog_0_0_54_https_github_com_foreverido_uilib_compare_v0_0_53_v0_0_54_2022_03_23", "label": "[0.0.54](https://github.com/foreverido/uilib/compare/v0.0.53...v0.0.54) (2022-03-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2697"}, {"id": "ui_changelog_bug_fixes_2700", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2700"}, {"id": "ui_changelog_0_0_53_https_github_com_foreverido_uilib_compare_v0_0_52_v0_0_53_2022_03_23", "label": "[0.0.53](https://github.com/foreverido/uilib/compare/v0.0.52...v0.0.53) (2022-03-23)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2704"}, {"id": "ui_changelog_features_2707", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2707"}, {"id": "ui_changelog_bug_fixes_2712", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2712"}, {"id": "ui_changelog_0_0_52_https_github_com_foreverido_uilib_compare_v0_0_51_v0_0_52_2022_03_22", "label": "[0.0.52](https://github.com/foreverido/uilib/compare/v0.0.51...v0.0.52) (2022-03-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2716"}, {"id": "ui_changelog_bug_fixes_2719", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2719"}, {"id": "ui_changelog_0_0_51_https_github_com_foreverido_uilib_compare_v0_0_50_v0_0_51_2022_03_22", "label": "[0.0.51](https://github.com/foreverido/uilib/compare/v0.0.50...v0.0.51) (2022-03-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2723"}, {"id": "ui_changelog_bug_fixes_2726", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2726"}, {"id": "ui_changelog_0_0_50_https_github_com_foreverido_uilib_compare_v0_0_49_v0_0_50_2022_03_22", "label": "[0.0.50](https://github.com/foreverido/uilib/compare/v0.0.49...v0.0.50) (2022-03-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2730"}, {"id": "ui_changelog_bug_fixes_2733", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2733"}, {"id": "ui_changelog_0_0_49_https_github_com_foreverido_uilib_compare_v0_0_48_v0_0_49_2022_03_22", "label": "[0.0.49](https://github.com/foreverido/uilib/compare/v0.0.48...v0.0.49) (2022-03-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2738"}, {"id": "ui_changelog_bug_fixes_2741", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2741"}, {"id": "ui_changelog_0_0_48_https_github_com_foreverido_uilib_compare_v0_0_47_v0_0_48_2022_03_22", "label": "[0.0.48](https://github.com/foreverido/uilib/compare/v0.0.47...v0.0.48) (2022-03-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2745"}, {"id": "ui_changelog_bug_fixes_2748", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2748"}, {"id": "ui_changelog_0_0_47_https_github_com_foreverido_uilib_compare_v0_0_46_v0_0_47_2022_03_22", "label": "[0.0.47](https://github.com/foreverido/uilib/compare/v0.0.46...v0.0.47) (2022-03-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2752"}, {"id": "ui_changelog_bug_fixes_2755", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2755"}, {"id": "ui_changelog_0_0_46_https_github_com_foreverido_uilib_compare_v0_0_45_v0_0_46_2022_03_22", "label": "[0.0.46](https://github.com/foreverido/uilib/compare/v0.0.45...v0.0.46) (2022-03-22)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2760"}, {"id": "ui_changelog_features_2763", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2763"}, {"id": "ui_changelog_0_0_45_https_github_com_foreverido_uilib_compare_v0_0_44_v0_0_45_2022_03_21", "label": "[0.0.45](https://github.com/foreverido/uilib/compare/v0.0.44...v0.0.45) (2022-03-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2771"}, {"id": "ui_changelog_0_0_44_https_github_com_foreverido_uilib_compare_v0_0_43_v0_0_44_2022_03_21", "label": "[0.0.44](https://github.com/foreverido/uilib/compare/v0.0.43...v0.0.44) (2022-03-21)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2773"}, {"id": "ui_changelog_bug_fixes_2776", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2776"}, {"id": "ui_changelog_0_0_43_https_github_com_foreverido_uilib_compare_v0_0_42_v0_0_43_2022_03_20", "label": "[0.0.43](https://github.com/foreverido/uilib/compare/v0.0.42...v0.0.43) (2022-03-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2781"}, {"id": "ui_changelog_bug_fixes_2784", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2784"}, {"id": "ui_changelog_0_0_42_https_github_com_foreverido_uilib_compare_v0_0_41_v0_0_42_2022_03_20", "label": "[0.0.42](https://github.com/foreverido/uilib/compare/v0.0.41...v0.0.42) (2022-03-20)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2788"}, {"id": "ui_changelog_features_2791", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2791"}, {"id": "ui_changelog_bug_fixes_2796", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2796"}, {"id": "ui_changelog_0_0_41_https_github_com_foreverido_uilib_compare_v0_0_40_v0_0_41_2022_03_17", "label": "[0.0.41](https://github.com/foreverido/uilib/compare/v0.0.40...v0.0.41) (2022-03-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2800"}, {"id": "ui_changelog_features_2803", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2803"}, {"id": "ui_changelog_0_0_40_https_github_com_foreverido_uilib_compare_v0_0_39_v0_0_40_2022_03_17", "label": "[0.0.40](https://github.com/foreverido/uilib/compare/v0.0.39...v0.0.40) (2022-03-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2807"}, {"id": "ui_changelog_bug_fixes_2810", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2810"}, {"id": "ui_changelog_0_0_39_https_github_com_foreverido_uilib_compare_v0_0_38_v0_0_39_2022_03_17", "label": "[0.0.39](https://github.com/foreverido/uilib/compare/v0.0.38...v0.0.39) (2022-03-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2814"}, {"id": "ui_changelog_features_2817", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2817"}, {"id": "ui_changelog_bug_fixes_2822", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2822"}, {"id": "ui_changelog_0_0_38_https_github_com_foreverido_uilib_compare_v0_0_37_v0_0_38_2022_03_17", "label": "[0.0.38](https://github.com/foreverido/uilib/compare/v0.0.37...v0.0.38) (2022-03-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2827"}, {"id": "ui_changelog_features_2830", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2830"}, {"id": "ui_changelog_0_0_37_https_github_com_foreverido_uilib_compare_v0_0_36_v0_0_37_2022_03_17", "label": "[0.0.37](https://github.com/foreverido/uilib/compare/v0.0.36...v0.0.37) (2022-03-17)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2834"}, {"id": "ui_changelog_bug_fixes_2837", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2837"}, {"id": "ui_changelog_0_0_36_https_github_com_foreverido_uilib_compare_v0_0_35_v0_0_36_2022_03_16", "label": "[0.0.36](https://github.com/foreverido/uilib/compare/v0.0.35...v0.0.36) (2022-03-16)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2842"}, {"id": "ui_changelog_features_2845", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2845"}, {"id": "ui_changelog_0_0_35_https_github_com_foreverido_uilib_compare_v0_0_34_v0_0_35_2022_03_16", "label": "[0.0.35](https://github.com/foreverido/uilib/compare/v0.0.34...v0.0.35) (2022-03-16)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2849"}, {"id": "ui_changelog_bug_fixes_2852", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2852"}, {"id": "ui_changelog_0_0_34_https_github_com_foreverido_uilib_compare_v0_0_33_v0_0_34_2022_03_15", "label": "[0.0.34](https://github.com/foreverido/uilib/compare/v0.0.33...v0.0.34) (2022-03-15)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2858"}, {"id": "ui_changelog_bug_fixes_2861", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2861"}, {"id": "ui_changelog_0_0_33_https_github_com_foreverido_uilib_compare_v0_0_32_v0_0_33_2022_03_12", "label": "[0.0.33](https://github.com/foreverido/uilib/compare/v0.0.32...v0.0.33) (2022-03-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2866"}, {"id": "ui_changelog_features_2869", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2869"}, {"id": "ui_changelog_0_0_32_https_github_com_foreverido_uilib_compare_v0_0_31_v0_0_32_2022_03_12", "label": "[0.0.32](https://github.com/foreverido/uilib/compare/v0.0.31...v0.0.32) (2022-03-12)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2873"}, {"id": "ui_changelog_bug_fixes_2876", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2876"}, {"id": "ui_changelog_0_0_31_https_github_com_foreverido_uilib_compare_v0_0_30_v0_0_31_2022_03_10", "label": "[0.0.31](https://github.com/foreverido/uilib/compare/v0.0.30...v0.0.31) (2022-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2881"}, {"id": "ui_changelog_bug_fixes_2884", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2884"}, {"id": "ui_changelog_0_0_30_https_github_com_foreverido_uilib_compare_v0_0_29_v0_0_30_2022_03_10", "label": "[0.0.30](https://github.com/foreverido/uilib/compare/v0.0.29...v0.0.30) (2022-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2888"}, {"id": "ui_changelog_bug_fixes_2891", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2891"}, {"id": "ui_changelog_0_0_29_https_github_com_foreverido_uilib_compare_v0_0_28_v0_0_29_2022_03_10", "label": "[0.0.29](https://github.com/foreverido/uilib/compare/v0.0.28...v0.0.29) (2022-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2895"}, {"id": "ui_changelog_bug_fixes_2898", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2898"}, {"id": "ui_changelog_0_0_28_https_github_com_foreverido_uilib_compare_v0_0_27_v0_0_28_2022_03_10", "label": "[0.0.28](https://github.com/foreverido/uilib/compare/v0.0.27...v0.0.28) (2022-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2902"}, {"id": "ui_changelog_bug_fixes_2905", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2905"}, {"id": "ui_changelog_0_0_27_https_github_com_foreverido_uilib_compare_v0_0_26_v0_0_27_2022_03_10", "label": "[0.0.27](https://github.com/foreverido/uilib/compare/v0.0.26...v0.0.27) (2022-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2909"}, {"id": "ui_changelog_features_2912", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2912"}, {"id": "ui_changelog_0_0_26_https_github_com_foreverido_uilib_compare_v0_0_25_v0_0_26_2022_03_10", "label": "[0.0.26](https://github.com/foreverido/uilib/compare/v0.0.25...v0.0.26) (2022-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2916"}, {"id": "ui_changelog_features_2919", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2919"}, {"id": "ui_changelog_0_0_25_https_github_com_foreverido_uilib_compare_v0_0_24_v0_0_25_2022_03_10", "label": "[0.0.25](https://github.com/foreverido/uilib/compare/v0.0.24...v0.0.25) (2022-03-10)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2923"}, {"id": "ui_changelog_features_2926", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2926"}, {"id": "ui_changelog_bug_fixes_2932", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2932"}, {"id": "ui_changelog_0_0_24_https_github_com_foreverido_uilib_compare_v0_0_23_v0_0_24_2022_03_09", "label": "[0.0.24](https://github.com/foreverido/uilib/compare/v0.0.23...v0.0.24) (2022-03-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2937"}, {"id": "ui_changelog_bug_fixes_2940", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2940"}, {"id": "ui_changelog_0_0_23_https_github_com_foreverido_uilib_compare_v0_0_22_v0_0_23_2022_03_09", "label": "[0.0.23](https://github.com/foreverido/uilib/compare/v0.0.22...v0.0.23) (2022-03-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2945"}, {"id": "ui_changelog_bug_fixes_2948", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2948"}, {"id": "ui_changelog_0_0_22_https_github_com_foreverido_uilib_compare_v0_0_21_v0_0_22_2022_03_09", "label": "[0.0.22](https://github.com/foreverido/uilib/compare/v0.0.21...v0.0.22) (2022-03-09)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2952"}, {"id": "ui_changelog_bug_fixes_2955", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2955"}, {"id": "ui_changelog_0_0_21_https_github_com_foreverido_uilib_compare_v0_0_20_v0_0_21_2022_03_08", "label": "[0.0.21](https://github.com/foreverido/uilib/compare/v0.0.20...v0.0.21) (2022-03-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2959"}, {"id": "ui_changelog_bug_fixes_2962", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2962"}, {"id": "ui_changelog_0_0_20_https_github_com_foreverido_uilib_compare_v0_0_19_v0_0_20_2022_03_08", "label": "[0.0.20](https://github.com/foreverido/uilib/compare/v0.0.19...v0.0.20) (2022-03-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2966"}, {"id": "ui_changelog_features_2969", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2969"}, {"id": "ui_changelog_0_0_19_https_github_com_foreverido_uilib_compare_v0_0_18_v0_0_19_2022_03_08", "label": "[0.0.19](https://github.com/foreverido/uilib/compare/v0.0.18...v0.0.19) (2022-03-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2973"}, {"id": "ui_changelog_0_0_18_https_github_com_foreverido_uilib_compare_v0_0_17_v0_0_18_2022_03_08", "label": "[0.0.18](https://github.com/foreverido/uilib/compare/v0.0.17...v0.0.18) (2022-03-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2975"}, {"id": "ui_changelog_bug_fixes_2978", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2978"}, {"id": "ui_changelog_0_0_17_https_github_com_foreverido_uilib_compare_v0_0_16_v0_0_17_2022_03_08", "label": "[0.0.17](https://github.com/foreverido/uilib/compare/v0.0.16...v0.0.17) (2022-03-08)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2982"}, {"id": "ui_changelog_features_2985", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2985"}, {"id": "ui_changelog_0_0_16_https_github_com_foreverido_uilib_compare_v0_0_15_v0_0_16_2022_03_07", "label": "[0.0.16](https://github.com/foreverido/uilib/compare/v0.0.15...v0.0.16) (2022-03-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2989"}, {"id": "ui_changelog_0_0_15_https_github_com_foreverido_uilib_compare_v0_0_14_v0_0_15_2022_03_07", "label": "[0.0.15](https://github.com/foreverido/uilib/compare/v0.0.14...v0.0.15) (2022-03-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2991"}, {"id": "ui_changelog_0_0_14_https_github_com_foreverido_uilib_compare_v0_0_13_v0_0_14_2022_03_07", "label": "[0.0.14](https://github.com/foreverido/uilib/compare/v0.0.13...v0.0.14) (2022-03-07)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2993"}, {"id": "ui_changelog_0_0_13_https_github_com_foreverido_uilib_compare_v0_0_12_v0_0_13_2022_03_03", "label": "[0.0.13](https://github.com/foreverido/uilib/compare/v0.0.12...v0.0.13) (2022-03-03)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2995"}, {"id": "ui_changelog_0_0_12_https_github_com_foreverido_uilib_compare_v0_0_1_v0_0_12_2022_03_02", "label": "[0.0.12](https://github.com/foreverido/uilib/compare/v0.0.1...v0.0.12) (2022-03-02)", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2997"}, {"id": "ui_changelog_features_3000", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L3000"}, {"id": "ui_changelog_bug_fixes_3018", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L3018"}, {"id": "ui_changelog_changelog_3027", "label": "Changelog", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L3027"}], "edges": [{"source": "users_oleh_1_prj_ui_changelog_md", "target": "ui_changelog_changelog", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_5_5_0_https_github_com_foreverido_uilib_compare_v5_4_1_v5_5_0_2026_07_18", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L5", "weight": 1.0}, {"source": "ui_changelog_5_5_0_https_github_com_foreverido_uilib_compare_v5_4_1_v5_5_0_2026_07_18", "target": "ui_changelog_features", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L8", "weight": 1.0}, {"source": "ui_changelog_5_5_0_https_github_com_foreverido_uilib_compare_v5_4_1_v5_5_0_2026_07_18", "target": "ui_changelog_bug_fixes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L13", "weight": 1.0}, {"source": "ui_changelog_5_5_0_https_github_com_foreverido_uilib_compare_v5_4_1_v5_5_0_2026_07_18", "target": "ui_changelog_5_4_1_https_github_com_foreverido_uilib_compare_v5_4_0_v5_4_1_2026_07_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L18", "weight": 1.0}, {"source": "ui_changelog_5_5_0_https_github_com_foreverido_uilib_compare_v5_4_1_v5_5_0_2026_07_18", "target": "ui_changelog_bug_fixes_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L21", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L26", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_features_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L29", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_13_https_github_com_foreverido_uilib_compare_v5_3_12_v5_3_13_2026_07_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L33", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_bug_fixes_36", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L36", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_12_https_github_com_foreverido_uilib_compare_v5_3_11_v5_3_12_2026_07_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L40", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_features_43", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L43", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_11_https_github_com_foreverido_uilib_compare_v5_3_10_v5_3_11_2026_07_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L47", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_features_50", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L50", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_10_https_github_com_foreverido_uilib_compare_v5_3_9_v5_3_10_2026_06_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L54", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_bug_fixes_57", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L57", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_9_https_github_com_foreverido_uilib_compare_v5_3_8_v5_3_9_2026_06_18", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L61", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_bug_fixes_64", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L64", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_8_https_github_com_foreverido_uilib_compare_v5_3_7_v5_3_8_2026_06_13", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L68", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_features_71", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L71", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_bug_fixes_76", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L76", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_7_https_github_com_foreverido_uilib_compare_v5_3_6_v5_3_7_2026_06_11", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L80", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_bug_fixes_83", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L83", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_6_https_github_com_foreverido_uilib_compare_v5_3_5_v5_3_6_2026_06_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L87", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_bug_fixes_90", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L90", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_5_https_github_com_foreverido_uilib_compare_v5_3_4_v5_3_5_2026_06_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L94", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_bug_fixes_97", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L97", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_4_https_github_com_foreverido_uilib_compare_v5_3_2_v5_3_4_2026_06_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L101", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_features_104", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L104", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_2_https_github_com_foreverido_uilib_compare_v5_3_1_v5_3_2_2026_06_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L109", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_bug_fixes_112", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L112", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_5_3_1_https_github_com_foreverido_uilib_compare_v5_3_0_v5_3_1_2026_06_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L116", "weight": 1.0}, {"source": "ui_changelog_5_4_0_https_github_com_foreverido_uilib_compare_v5_3_13_v5_4_0_2026_07_06", "target": "ui_changelog_bug_fixes_119", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L119", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L123", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_features_126", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L126", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_18_https_github_com_foreverido_uilib_compare_v5_1_17_v5_1_18_2026_06_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L130", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_bug_fixes_133", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L133", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_17_https_github_com_foreverido_uilib_compare_v5_1_15_v5_1_17_2026_06_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L137", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_features_140", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L140", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_15_https_github_com_foreverido_uilib_compare_v5_1_14_v5_1_15_2026_06_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L144", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_features_147", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L147", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_14_https_github_com_foreverido_uilib_compare_v5_1_12_v5_1_14_2026_06_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L151", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_features_154", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L154", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_12_https_github_com_foreverido_uilib_compare_v5_1_11_v5_1_12_2026_05_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L158", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_features_161", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L161", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_bug_fixes_166", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L166", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_11_https_github_com_foreverido_uilib_compare_v5_1_10_v5_1_11_2026_05_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L171", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_10_https_github_com_foreverido_uilib_compare_v5_1_9_v5_1_10_2026_05_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L173", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_features_176", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L176", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_9_https_github_com_foreverido_uilib_compare_v5_1_8_v5_1_9_2026_05_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L181", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_8_https_github_com_foreverido_uilib_compare_v5_1_7_v5_1_8_2026_05_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L183", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_bug_fixes_186", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L186", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_7_https_github_com_foreverido_uilib_compare_v5_1_6_v5_1_7_2026_05_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L190", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_bug_fixes_193", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L193", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_6_https_github_com_foreverido_uilib_compare_v5_1_5_v5_1_6_2026_05_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L198", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_bug_fixes_201", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L201", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_5_https_github_com_foreverido_uilib_compare_v5_1_4_v5_1_5_2026_05_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L205", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_features_208", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L208", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_4_https_github_com_foreverido_uilib_compare_v5_1_3_v5_1_4_2026_05_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L212", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_bug_fixes_215", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L215", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_3_https_github_com_foreverido_uilib_compare_v5_1_2_v5_1_3_2026_05_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L219", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_features_222", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L222", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_2_https_github_com_foreverido_uilib_compare_v5_1_1_v5_1_2_2026_05_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L226", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_bug_fixes_229", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L229", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_5_1_1_https_github_com_foreverido_uilib_compare_v5_1_0_v5_1_1_2026_05_01", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L233", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_features_236", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L236", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_5_1_0_https_github_com_foreverido_uilib_compare_v5_0_1_v5_1_0_2026_05_01", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L240", "weight": 1.0}, {"source": "ui_changelog_5_1_0_https_github_com_foreverido_uilib_compare_v5_0_1_v5_1_0_2026_05_01", "target": "ui_changelog_features_243", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L243", "weight": 1.0}, {"source": "ui_changelog_5_1_0_https_github_com_foreverido_uilib_compare_v5_0_1_v5_1_0_2026_05_01", "target": "ui_changelog_5_0_1_https_github_com_foreverido_uilib_compare_v5_0_0_v5_0_1_2026_04_18", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L247", "weight": 1.0}, {"source": "ui_changelog_5_1_0_https_github_com_foreverido_uilib_compare_v5_0_1_v5_1_0_2026_05_01", "target": "ui_changelog_features_250", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L250", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L255", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_features_258", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L258", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_16_https_github_com_foreverido_uilib_compare_v4_30_15_v4_30_16_2026_04_13", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L262", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_features_265", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L265", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_270", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L270", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_15_https_github_com_foreverido_uilib_compare_v4_30_14_v4_30_15_2026_03_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L274", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_277", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L277", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_14_https_github_com_foreverido_uilib_compare_v4_30_13_v4_30_14_2026_03_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L281", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_features_284", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L284", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_13_https_github_com_foreverido_uilib_compare_v4_30_12_v4_30_13_2026_03_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L288", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_291", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L291", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_12_https_github_com_foreverido_uilib_compare_v4_30_11_v4_30_12_2026_03_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L295", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_298", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L298", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_11_https_github_com_foreverido_uilib_compare_v4_30_10_v4_30_11_2026_02_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L302", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_features_305", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L305", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_10_https_github_com_foreverido_uilib_compare_v4_30_9_v4_30_10_2026_02_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L309", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_features_312", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L312", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_9_https_github_com_foreverido_uilib_compare_v4_30_8_v4_30_9_2026_02_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L316", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_319", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L319", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_8_https_github_com_foreverido_uilib_compare_v4_30_7_v4_30_8_2026_02_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L323", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_features_326", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L326", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_7_https_github_com_foreverido_uilib_compare_v4_30_6_v4_30_7_2026_02_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L330", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_features_333", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L333", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_340", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L340", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_6_https_github_com_foreverido_uilib_compare_v4_30_5_v4_30_6_2026_02_16", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L345", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_348", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L348", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_5_https_github_com_foreverido_uilib_compare_v4_30_4_v4_30_5_2026_02_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L352", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_4_https_github_com_foreverido_uilib_compare_v4_30_3_v4_30_4_2026_02_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L354", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_357", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L357", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_3_https_github_com_foreverido_uilib_compare_v4_30_2_v4_30_3_2026_02_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L361", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_364", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L364", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_2_https_github_com_foreverido_uilib_compare_v4_30_1_v4_30_2_2026_02_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L368", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_features_371", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L371", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_377", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L377", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_1_https_github_com_foreverido_uilib_compare_v4_30_0_v4_30_1_2026_02_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L382", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_385", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L385", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_30_0_https_github_com_foreverido_uilib_compare_v4_29_1_v4_30_0_2025_10_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L390", "weight": 1.0}, {"source": "ui_changelog_4_30_0_https_github_com_foreverido_uilib_compare_v4_29_1_v4_30_0_2025_10_26", "target": "ui_changelog_features_393", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L393", "weight": 1.0}, {"source": "ui_changelog_4_30_0_https_github_com_foreverido_uilib_compare_v4_29_1_v4_30_0_2025_10_26", "target": "ui_changelog_4_29_1_https_github_com_foreverido_uilib_compare_v4_29_0_v4_29_1_2025_09_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L397", "weight": 1.0}, {"source": "ui_changelog_4_30_0_https_github_com_foreverido_uilib_compare_v4_29_1_v4_30_0_2025_10_26", "target": "ui_changelog_bug_fixes_400", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L400", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L404", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_features_407", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L407", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_bug_fixes_412", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L412", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_4_28_5_https_github_com_foreverido_uilib_compare_v4_28_4_v4_28_5_2025_09_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L416", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_features_419", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L419", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_4_28_4_https_github_com_foreverido_uilib_compare_v4_28_3_v4_28_4_2025_09_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L423", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_bug_fixes_426", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L426", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_4_28_3_https_github_com_foreverido_uilib_compare_v4_28_2_v4_28_3_2025_09_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L430", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_features_433", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L433", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_4_28_2_https_github_com_foreverido_uilib_compare_v4_28_1_v4_28_2_2025_09_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L437", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_bug_fixes_440", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L440", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_4_28_1_https_github_com_foreverido_uilib_compare_v4_28_0_v4_28_1_2025_09_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L444", "weight": 1.0}, {"source": "ui_changelog_4_29_0_https_github_com_foreverido_uilib_compare_v4_28_5_v4_29_0_2025_09_13", "target": "ui_changelog_features_447", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L447", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L451", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_454", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L454", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_27_https_github_com_foreverido_uilib_compare_v4_27_26_v4_27_27_2025_09_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L459", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_462", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L462", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_26_https_github_com_foreverido_uilib_compare_v4_27_25_v4_27_26_2025_09_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L466", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_469", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L469", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_25_https_github_com_foreverido_uilib_compare_v4_27_24_v4_27_25_2025_09_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L474", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_477", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L477", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_24_https_github_com_foreverido_uilib_compare_v4_27_23_v4_27_24_2025_09_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L481", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_484", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L484", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_23_https_github_com_foreverido_uilib_compare_v4_27_22_v4_27_23_2025_09_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L488", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_491", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L491", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_22_https_github_com_foreverido_uilib_compare_v4_27_21_v4_27_22_2025_09_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L495", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_498", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L498", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_21_https_github_com_foreverido_uilib_compare_v4_27_20_v4_27_21_2025_09_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L502", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_505", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L505", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_20_https_github_com_foreverido_uilib_compare_v4_27_19_v4_27_20_2025_09_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L510", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_513", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L513", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_19_https_github_com_foreverido_uilib_compare_v4_27_18_v4_27_19_2025_09_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L517", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_520", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L520", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_18_https_github_com_foreverido_uilib_compare_v4_27_17_v4_27_18_2025_09_01", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L524", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_527", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L527", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_17_https_github_com_foreverido_uilib_compare_v4_27_16_v4_27_17_2025_08_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L532", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_535", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L535", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_16_https_github_com_foreverido_uilib_compare_v4_27_15_v4_27_16_2025_08_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L541", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_544", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L544", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_15_https_github_com_foreverido_uilib_compare_v4_27_14_v4_27_15_2025_08_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L548", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_551", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L551", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_14_https_github_com_foreverido_uilib_compare_v4_27_13_v4_27_14_2025_08_18", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L555", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_558", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L558", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_13_https_github_com_foreverido_uilib_compare_v4_27_12_v4_27_13_2025_08_18", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L562", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_565", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L565", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_12_https_github_com_foreverido_uilib_compare_v4_27_11_v4_27_12_2025_08_11", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L569", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_572", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L572", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_11_https_github_com_foreverido_uilib_compare_v4_27_10_v4_27_11_2025_08_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L576", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_579", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L579", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_10_https_github_com_foreverido_uilib_compare_v4_27_9_v4_27_10_2025_08_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L583", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_586", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L586", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_9_https_github_com_foreverido_uilib_compare_v4_27_8_v4_27_9_2025_07_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L590", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_593", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L593", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_8_https_github_com_foreverido_uilib_compare_v4_27_7_v4_27_8_2025_07_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L597", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_600", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L600", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_7_https_github_com_foreverido_uilib_compare_v4_27_6_v4_27_7_2025_07_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L604", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_607", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L607", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_6_https_github_com_foreverido_uilib_compare_v4_27_5_v4_27_6_2025_07_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L611", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_614", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L614", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_5_https_github_com_foreverido_uilib_compare_v4_27_4_v4_27_5_2025_07_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L618", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_621", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L621", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_4_https_github_com_foreverido_uilib_compare_v4_27_3_v4_27_4_2025_07_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L625", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_628", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L628", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_3_https_github_com_foreverido_uilib_compare_v4_27_2_v4_27_3_2025_07_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L632", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_635", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L635", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_bug_fixes_640", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L640", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_2_https_github_com_foreverido_uilib_compare_v4_27_1_v4_27_2_2025_07_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L644", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_4_27_1_https_github_com_foreverido_uilib_compare_v4_27_0_v4_27_1_2025_06_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L646", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_649", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L649", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L653", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_features_656", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L656", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_4_26_10_https_github_com_foreverido_uilib_compare_v4_26_9_v4_26_10_2025_06_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L660", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_bug_fixes_663", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L663", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_4_26_9_https_github_com_foreverido_uilib_compare_v4_26_8_v4_26_9_2025_06_18", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L667", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_bug_fixes_670", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L670", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_4_26_8_https_github_com_foreverido_uilib_compare_v4_26_7_v4_26_8_2025_06_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L674", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_bug_fixes_677", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L677", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_4_26_7_https_github_com_foreverido_uilib_compare_v4_26_6_v4_26_7_2025_06_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L681", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_features_684", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L684", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_4_26_6_https_github_com_foreverido_uilib_compare_v4_26_5_v4_26_6_2025_06_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L688", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_bug_fixes_691", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L691", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_4_26_5_https_github_com_foreverido_uilib_compare_v4_26_4_v4_26_5_2025_06_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L695", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_4_26_4_https_github_com_foreverido_uilib_compare_v4_26_3_v4_26_4_2025_06_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L697", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_bug_fixes_700", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L700", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_4_26_3_https_github_com_foreverido_uilib_compare_v4_26_2_v4_26_3_2025_06_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L704", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_bug_fixes_707", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L707", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_4_26_2_https_github_com_foreverido_uilib_compare_v4_26_1_v4_26_2_2025_06_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L711", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_features_714", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L714", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_4_26_1_https_github_com_foreverido_uilib_compare_v4_26_0_v4_26_1_2025_06_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L718", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_26_0_https_github_com_foreverido_uilib_compare_v4_25_3_v4_26_0_2025_06_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L720", "weight": 1.0}, {"source": "ui_changelog_4_26_0_https_github_com_foreverido_uilib_compare_v4_25_3_v4_26_0_2025_06_10", "target": "ui_changelog_bug_fixes_723", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L723", "weight": 1.0}, {"source": "ui_changelog_4_26_0_https_github_com_foreverido_uilib_compare_v4_25_3_v4_26_0_2025_06_10", "target": "ui_changelog_4_25_3_https_github_com_foreverido_uilib_compare_v4_25_2_v4_25_3_2025_06_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L727", "weight": 1.0}, {"source": "ui_changelog_4_26_0_https_github_com_foreverido_uilib_compare_v4_25_3_v4_26_0_2025_06_10", "target": "ui_changelog_bug_fixes_730", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L730", "weight": 1.0}, {"source": "ui_changelog_4_26_0_https_github_com_foreverido_uilib_compare_v4_25_3_v4_26_0_2025_06_10", "target": "ui_changelog_4_25_2_https_github_com_foreverido_uilib_compare_v4_25_1_v4_25_2_2025_06_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L734", "weight": 1.0}, {"source": "ui_changelog_4_26_0_https_github_com_foreverido_uilib_compare_v4_25_3_v4_26_0_2025_06_10", "target": "ui_changelog_bug_fixes_737", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L737", "weight": 1.0}, {"source": "ui_changelog_4_26_0_https_github_com_foreverido_uilib_compare_v4_25_3_v4_26_0_2025_06_10", "target": "ui_changelog_4_25_1_https_github_com_foreverido_uilib_compare_v4_25_0_v4_25_1_2025_05_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L741", "weight": 1.0}, {"source": "ui_changelog_4_26_0_https_github_com_foreverido_uilib_compare_v4_25_3_v4_26_0_2025_06_10", "target": "ui_changelog_features_744", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L744", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_25_0_https_github_com_foreverido_uilib_compare_v4_24_4_v4_25_0_2025_05_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L748", "weight": 1.0}, {"source": "ui_changelog_4_25_0_https_github_com_foreverido_uilib_compare_v4_24_4_v4_25_0_2025_05_30", "target": "ui_changelog_features_751", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L751", "weight": 1.0}, {"source": "ui_changelog_4_25_0_https_github_com_foreverido_uilib_compare_v4_24_4_v4_25_0_2025_05_30", "target": "ui_changelog_4_24_4_https_github_com_foreverido_uilib_compare_v4_24_3_v4_24_4_2025_05_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L755", "weight": 1.0}, {"source": "ui_changelog_4_25_0_https_github_com_foreverido_uilib_compare_v4_24_4_v4_25_0_2025_05_30", "target": "ui_changelog_bug_fixes_758", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L758", "weight": 1.0}, {"source": "ui_changelog_4_25_0_https_github_com_foreverido_uilib_compare_v4_24_4_v4_25_0_2025_05_30", "target": "ui_changelog_4_24_3_https_github_com_foreverido_uilib_compare_v4_24_2_v4_24_3_2025_05_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L762", "weight": 1.0}, {"source": "ui_changelog_4_25_0_https_github_com_foreverido_uilib_compare_v4_24_4_v4_25_0_2025_05_30", "target": "ui_changelog_bug_fixes_765", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L765", "weight": 1.0}, {"source": "ui_changelog_4_25_0_https_github_com_foreverido_uilib_compare_v4_24_4_v4_25_0_2025_05_30", "target": "ui_changelog_4_24_2_https_github_com_foreverido_uilib_compare_v4_24_1_v4_24_2_2025_05_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L769", "weight": 1.0}, {"source": "ui_changelog_4_25_0_https_github_com_foreverido_uilib_compare_v4_24_4_v4_25_0_2025_05_30", "target": "ui_changelog_bug_fixes_772", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L772", "weight": 1.0}, {"source": "ui_changelog_4_25_0_https_github_com_foreverido_uilib_compare_v4_24_4_v4_25_0_2025_05_30", "target": "ui_changelog_4_24_1_https_github_com_foreverido_uilib_compare_v4_24_0_v4_24_1_2025_05_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L776", "weight": 1.0}, {"source": "ui_changelog_4_25_0_https_github_com_foreverido_uilib_compare_v4_24_4_v4_25_0_2025_05_30", "target": "ui_changelog_bug_fixes_779", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L779", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L783", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_features_786", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L786", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_4_23_4_https_github_com_foreverido_uilib_compare_v4_23_3_v4_23_4_2025_05_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L790", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_bug_fixes_793", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L793", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_4_23_3_https_github_com_foreverido_uilib_compare_v4_23_2_v4_23_3_2025_05_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L797", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_features_800", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L800", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_bug_fixes_806", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L806", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_4_23_2_https_github_com_foreverido_uilib_compare_v4_23_1_v4_23_2_2025_05_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L810", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_features_813", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L813", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_4_23_1_https_github_com_foreverido_uilib_compare_v4_23_0_v4_23_1_2025_05_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L817", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_features_820", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L820", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L824", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_827", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L827", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_832", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L832", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_18_https_github_com_foreverido_uilib_compare_v4_22_17_v4_22_18_2025_05_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L836", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_839", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L839", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_17_https_github_com_foreverido_uilib_compare_v4_22_16_v4_22_17_2025_05_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L847", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_850", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L850", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_16_https_github_com_foreverido_uilib_compare_v4_22_15_v4_22_16_2025_05_01", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L854", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_857", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L857", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_15_https_github_com_foreverido_uilib_compare_v4_22_14_v4_22_15_2025_04_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L861", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_864", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L864", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_14_https_github_com_foreverido_uilib_compare_v4_22_13_v4_22_14_2025_04_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L868", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_871", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L871", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_876", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L876", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_13_https_github_com_foreverido_uilib_compare_v4_22_12_v4_22_13_2025_04_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L880", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_883", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L883", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_888", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L888", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_12_https_github_com_foreverido_uilib_compare_v4_22_11_v4_22_12_2025_04_18", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L893", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_896", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L896", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_11_https_github_com_foreverido_uilib_compare_v4_22_10_v4_22_11_2025_04_18", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L900", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_903", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L903", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_10_https_github_com_foreverido_uilib_compare_v4_22_9_v4_22_10_2025_04_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L907", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_910", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L910", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_9_https_github_com_foreverido_uilib_compare_v4_22_8_v4_22_9_2025_04_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L914", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_917", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L917", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_8_https_github_com_foreverido_uilib_compare_v4_22_7_v4_22_8_2025_04_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L921", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_924", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L924", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_7_https_github_com_foreverido_uilib_compare_v4_22_6_v4_22_7_2025_04_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L928", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_931", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L931", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_6_https_github_com_foreverido_uilib_compare_v4_22_5_v4_22_6_2025_04_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L935", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_938", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L938", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_5_https_github_com_foreverido_uilib_compare_v4_22_4_v4_22_5_2025_04_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L942", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_945", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L945", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_4_https_github_com_foreverido_uilib_compare_v4_22_3_v4_22_4_2025_04_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L949", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_952", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L952", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_3_https_github_com_foreverido_uilib_compare_v4_22_2_v4_22_3_2025_04_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L956", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_959", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L959", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_2_https_github_com_foreverido_uilib_compare_v4_22_1_v4_22_2_2025_04_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L963", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_966", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L966", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_4_22_1_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_1_2025_04_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L970", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_features_973", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L973", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_979", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L979", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L984", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_features_987", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L987", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_bug_fixes_993", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L993", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_4_21_4_https_github_com_foreverido_uilib_compare_v4_21_3_v4_21_4_2025_04_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L997", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_features_1000", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1000", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_4_21_3_https_github_com_foreverido_uilib_compare_v4_21_2_v4_21_3_2025_04_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1005", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_4_21_2_https_github_com_foreverido_uilib_compare_v4_21_1_v4_21_2_2025_04_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1007", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_features_1010", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1010", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_4_21_1_https_github_com_foreverido_uilib_compare_v4_21_0_v4_21_1_2025_04_01", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1014", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_bug_fixes_1017", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1017", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1021", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_features_1024", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1024", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_4_20_6_https_github_com_foreverido_uilib_compare_v4_20_5_v4_20_6_2025_03_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1028", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_features_1031", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1031", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_4_20_5_https_github_com_foreverido_uilib_compare_v4_20_4_v4_20_5_2025_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1035", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_bug_fixes_1038", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1038", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_4_20_4_https_github_com_foreverido_uilib_compare_v4_20_3_v4_20_4_2025_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1042", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_bug_fixes_1045", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1045", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_4_20_3_https_github_com_foreverido_uilib_compare_v4_20_2_v4_20_3_2025_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1049", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_bug_fixes_1052", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1052", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_4_20_2_https_github_com_foreverido_uilib_compare_v4_20_1_v4_20_2_2025_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1056", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_bug_fixes_1059", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1059", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_4_20_1_https_github_com_foreverido_uilib_compare_v4_20_0_v4_20_1_2025_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1063", "weight": 1.0}, {"source": "ui_changelog_4_21_0_https_github_com_foreverido_uilib_compare_v4_20_6_v4_21_0_2025_03_30", "target": "ui_changelog_features_1066", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1066", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_20_0_https_github_com_foreverido_uilib_compare_v4_20_0_beta_9_v4_20_0_2025_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1070", "weight": 1.0}, {"source": "ui_changelog_4_20_0_https_github_com_foreverido_uilib_compare_v4_20_0_beta_9_v4_20_0_2025_03_10", "target": "ui_changelog_features_1073", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1073", "weight": 1.0}, {"source": "ui_changelog_4_20_0_https_github_com_foreverido_uilib_compare_v4_20_0_beta_9_v4_20_0_2025_03_10", "target": "ui_changelog_bug_fixes_1078", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1078", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_20_0_beta_9_https_github_com_foreverido_uilib_compare_v4_20_0_beta_8_v4_20_0_beta_9_2025_03_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1082", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_9_https_github_com_foreverido_uilib_compare_v4_20_0_beta_8_v4_20_0_beta_9_2025_03_09", "target": "ui_changelog_bug_fixes_1085", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1085", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_20_0_beta_8_https_github_com_foreverido_uilib_compare_v4_20_0_beta_7_v4_20_0_beta_8_2025_03_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1089", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_8_https_github_com_foreverido_uilib_compare_v4_20_0_beta_7_v4_20_0_beta_8_2025_03_09", "target": "ui_changelog_bug_fixes_1092", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1092", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_20_0_beta_7_https_github_com_foreverido_uilib_compare_v4_20_0_beta_6_v4_20_0_beta_7_2025_03_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1096", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_7_https_github_com_foreverido_uilib_compare_v4_20_0_beta_6_v4_20_0_beta_7_2025_03_09", "target": "ui_changelog_bug_fixes_1099", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1099", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_20_0_beta_6_https_github_com_foreverido_uilib_compare_v4_20_0_beta_5_v4_20_0_beta_6_2025_03_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1103", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_20_0_beta_5_https_github_com_foreverido_uilib_compare_v4_20_0_beta_4_v4_20_0_beta_5_2025_03_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1105", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_5_https_github_com_foreverido_uilib_compare_v4_20_0_beta_4_v4_20_0_beta_5_2025_03_05", "target": "ui_changelog_bug_fixes_1108", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1108", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_20_0_beta_4_https_github_com_foreverido_uilib_compare_v4_20_0_beta_3_v4_20_0_beta_4_2025_03_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1112", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_4_https_github_com_foreverido_uilib_compare_v4_20_0_beta_3_v4_20_0_beta_4_2025_03_05", "target": "ui_changelog_bug_fixes_1115", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1115", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_20_0_beta_3_https_github_com_foreverido_uilib_compare_v4_20_0_beta_2_v4_20_0_beta_3_2025_02_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1120", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_20_0_beta_2_https_github_com_foreverido_uilib_compare_v4_20_0_beta_1_v4_20_0_beta_2_2025_02_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1122", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_2_https_github_com_foreverido_uilib_compare_v4_20_0_beta_1_v4_20_0_beta_2_2025_02_20", "target": "ui_changelog_bug_fixes_1125", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1125", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_20_0_beta_1_https_github_com_foreverido_uilib_compare_v4_20_0_beta_0_v4_20_0_beta_1_2025_02_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1129", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_1_https_github_com_foreverido_uilib_compare_v4_20_0_beta_0_v4_20_0_beta_1_2025_02_20", "target": "ui_changelog_bug_fixes_1132", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1132", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1136", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_4_19_9_https_github_com_foreverido_uilib_compare_v4_19_8_v4_19_9_2025_01_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1138", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_bug_fixes_1141", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1141", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_4_19_8_https_github_com_foreverido_uilib_compare_v4_19_7_v4_19_8_2025_01_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1146", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_4_19_7_https_github_com_foreverido_uilib_compare_v4_19_6_v4_19_7_2025_01_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1148", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_4_19_6_https_github_com_foreverido_uilib_compare_v4_19_5_v4_19_6_2025_01_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1150", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_features_1153", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1153", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_4_19_5_https_github_com_foreverido_uilib_compare_v4_19_4_v4_19_5_2025_01_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1157", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_bug_fixes_1160", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1160", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_4_19_4_https_github_com_foreverido_uilib_compare_v4_19_3_v4_19_4_2025_01_13", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1164", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_bug_fixes_1167", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1167", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_4_19_3_https_github_com_foreverido_uilib_compare_v4_19_2_v4_19_3_2025_01_13", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1171", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_features_1174", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1174", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_4_19_2_https_github_com_foreverido_uilib_compare_v4_19_1_v4_19_2_2025_01_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1178", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_features_1181", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1181", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_4_19_1_https_github_com_foreverido_uilib_compare_v4_19_0_v4_19_1_2025_01_11", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1186", "weight": 1.0}, {"source": "ui_changelog_4_20_0_beta_0_https_github_com_foreverido_uilib_compare_v4_19_9_v4_20_0_beta_0_2025_02_19", "target": "ui_changelog_bug_fixes_1189", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1189", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1194", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1197", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1197", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_70_https_github_com_foreverido_uilib_compare_v4_18_69_v4_18_70_2025_01_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1202", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_69_https_github_com_foreverido_uilib_compare_v4_18_68_v4_18_69_2025_01_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1204", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1207", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1207", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_68_https_github_com_foreverido_uilib_compare_v4_18_67_v4_18_68_2025_01_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1211", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1214", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1214", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_67_https_github_com_foreverido_uilib_compare_v4_18_66_v4_18_67_2024_11_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1218", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1221", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1221", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_66_https_github_com_foreverido_uilib_compare_v4_18_65_v4_18_66_2024_11_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1225", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1228", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1228", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_65_https_github_com_foreverido_uilib_compare_v4_18_64_v4_18_65_2024_11_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1232", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1235", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1235", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_64_https_github_com_foreverido_uilib_compare_v4_18_63_v4_18_64_2024_11_18", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1239", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1242", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1242", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_63_https_github_com_foreverido_uilib_compare_v4_18_62_v4_18_63_2024_11_11", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1246", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1249", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1249", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_62_https_github_com_foreverido_uilib_compare_v4_18_61_v4_18_62_2024_11_11", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1253", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1256", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1256", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_61_https_github_com_foreverido_uilib_compare_v4_18_60_v4_18_61_2024_11_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1260", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1263", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1263", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_60_https_github_com_foreverido_uilib_compare_v4_18_59_v4_18_60_2024_11_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1267", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1270", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1270", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_59_https_github_com_foreverido_uilib_compare_v4_18_58_v4_18_59_2024_09_27", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1274", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1277", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1277", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_58_https_github_com_foreverido_uilib_compare_v4_18_57_v4_18_58_2024_09_27", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1282", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_57_https_github_com_foreverido_uilib_compare_v4_18_56_v4_18_57_2024_09_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1284", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1287", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1287", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_56_https_github_com_foreverido_uilib_compare_v4_18_55_v4_18_56_2024_09_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1291", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1294", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1294", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1300", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1300", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_55_https_github_com_foreverido_uilib_compare_v4_18_54_v4_18_55_2024_09_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1304", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1307", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1307", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_54_https_github_com_foreverido_uilib_compare_v4_18_53_v4_18_54_2024_09_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1311", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1314", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1314", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_53_https_github_com_foreverido_uilib_compare_v4_18_52_v4_18_53_2024_09_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1318", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1321", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1321", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_52_https_github_com_foreverido_uilib_compare_v4_18_51_v4_18_52_2024_09_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1325", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1328", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1328", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_51_https_github_com_foreverido_uilib_compare_v4_18_50_v4_18_51_2024_09_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1332", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1335", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1335", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1342", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1342", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_50_https_github_com_foreverido_uilib_compare_v4_18_49_v4_18_50_2024_08_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1346", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1349", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1349", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_49_https_github_com_foreverido_uilib_compare_v4_18_48_v4_18_49_2024_08_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1353", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1356", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1356", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_48_https_github_com_foreverido_uilib_compare_v4_18_47_v4_18_48_2024_07_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1360", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1363", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1363", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_47_https_github_com_foreverido_uilib_compare_v4_18_46_v4_18_47_2024_07_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1367", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1370", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1370", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_46_https_github_com_foreverido_uilib_compare_v4_18_45_v4_18_46_2024_07_01", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1374", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1377", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1377", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_45_https_github_com_foreverido_uilib_compare_v4_18_44_v4_18_45_2024_06_16", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1381", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_44_https_github_com_foreverido_uilib_compare_v4_18_43_v4_18_44_2024_06_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1383", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1386", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1386", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_43_https_github_com_foreverido_uilib_compare_v4_18_42_v4_18_43_2024_06_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1390", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1393", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1393", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_42_https_github_com_foreverido_uilib_compare_v4_18_41_v4_18_42_2024_06_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1397", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1400", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1400", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_41_https_github_com_foreverido_uilib_compare_v4_18_40_v4_18_41_2024_06_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1404", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1407", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1407", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_40_https_github_com_foreverido_uilib_compare_v4_18_39_v4_18_40_2024_05_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1411", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1414", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1414", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_39_https_github_com_foreverido_uilib_compare_v4_18_38_v4_18_39_2024_05_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1418", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1421", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1421", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_38_https_github_com_foreverido_uilib_compare_v4_18_37_v4_18_38_2024_05_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1425", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1428", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1428", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_37_https_github_com_foreverido_uilib_compare_v4_18_36_v4_18_37_2024_05_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1432", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1435", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1435", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_36_https_github_com_foreverido_uilib_compare_v4_18_35_v4_18_36_2024_05_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1439", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1442", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1442", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_35_https_github_com_foreverido_uilib_compare_v4_18_34_v4_18_35_2024_05_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1447", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1450", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1450", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_34_https_github_com_foreverido_uilib_compare_v4_18_33_v4_18_34_2024_05_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1454", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1457", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1457", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_33_https_github_com_foreverido_uilib_compare_v4_18_32_v4_18_33_2024_05_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1461", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1464", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1464", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_32_https_github_com_foreverido_uilib_compare_v4_18_31_v4_18_32_2024_05_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1468", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1471", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1471", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_31_https_github_com_foreverido_uilib_compare_v4_18_30_v4_18_31_2024_05_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1475", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1478", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1478", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_30_https_github_com_foreverido_uilib_compare_v4_18_29_v4_18_30_2024_05_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1482", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1485", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1485", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_29_https_github_com_foreverido_uilib_compare_v4_18_28_v4_18_29_2024_05_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1489", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1492", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1492", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_28_https_github_com_foreverido_uilib_compare_v4_18_27_v4_18_28_2024_05_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1496", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1499", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1499", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_27_https_github_com_foreverido_uilib_compare_v4_18_26_v4_18_27_2024_05_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1503", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_26_https_github_com_foreverido_uilib_compare_v4_18_25_v4_18_26_2024_05_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1505", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1508", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1508", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_25_https_github_com_foreverido_uilib_compare_v4_18_24_v4_18_25_2024_05_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1512", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1515", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1515", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_24_https_github_com_foreverido_uilib_compare_v4_18_23_v4_18_24_2024_05_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1519", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1522", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1522", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_23_https_github_com_foreverido_uilib_compare_v4_18_22_v4_18_23_2024_05_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1526", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1529", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1529", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_22_https_github_com_foreverido_uilib_compare_v4_18_21_v4_18_22_2024_05_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1533", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1536", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1536", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_21_https_github_com_foreverido_uilib_compare_v4_18_20_v4_18_21_2024_05_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1540", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_20_https_github_com_foreverido_uilib_compare_v4_18_19_v4_18_20_2024_05_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1542", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1545", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1545", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_19_https_github_com_foreverido_uilib_compare_v4_18_18_v4_18_19_2024_04_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1549", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1552", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1552", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_18_https_github_com_foreverido_uilib_compare_v4_18_17_v4_18_18_2024_02_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1556", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1559", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1559", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_17_https_github_com_foreverido_uilib_compare_v4_18_16_v4_18_17_2024_02_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1564", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_16_https_github_com_foreverido_uilib_compare_v4_18_15_v4_18_16_2024_02_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1566", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1569", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1569", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_15_https_github_com_foreverido_uilib_compare_v4_18_14_v4_18_15_2023_11_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1573", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1576", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1576", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_14_https_github_com_foreverido_uilib_compare_v4_18_13_v4_18_14_2023_11_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1580", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1583", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1583", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1588", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1588", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_13_https_github_com_foreverido_uilib_compare_v4_18_12_v4_18_13_2023_11_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1593", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1596", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1596", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_12_https_github_com_foreverido_uilib_compare_v4_18_11_v4_18_12_2023_11_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1600", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1603", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1603", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_11_https_github_com_foreverido_uilib_compare_v4_18_10_v4_18_11_2023_11_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1607", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1610", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1610", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_10_https_github_com_foreverido_uilib_compare_v4_18_9_v4_18_10_2023_11_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1614", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1617", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1617", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_9_https_github_com_foreverido_uilib_compare_v4_18_8_v4_18_9_2023_11_28", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1621", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1624", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1624", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_8_https_github_com_foreverido_uilib_compare_v4_18_7_v4_18_8_2023_11_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1628", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1631", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1631", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_7_https_github_com_foreverido_uilib_compare_v4_18_6_v4_18_7_2023_11_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1635", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1638", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1638", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_6_https_github_com_foreverido_uilib_compare_v4_18_5_v4_18_6_2023_11_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1642", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_5_https_github_com_foreverido_uilib_compare_v4_18_4_v4_18_5_2023_11_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1644", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1647", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1647", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_4_https_github_com_foreverido_uilib_compare_v4_18_3_v4_18_4_2023_11_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1651", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1654", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1654", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_3_https_github_com_foreverido_uilib_compare_v4_18_2_v4_18_3_2023_11_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1658", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1661", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1661", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_2_https_github_com_foreverido_uilib_compare_v4_18_1_v4_18_2_2023_11_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1665", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1668", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1668", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_1_https_github_com_foreverido_uilib_compare_v4_18_0_v4_18_1_2023_11_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1673", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1676", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1676", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_18_0_https_github_com_foreverido_uilib_compare_v4_17_2_v4_18_0_2023_09_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1680", "weight": 1.0}, {"source": "ui_changelog_4_18_0_https_github_com_foreverido_uilib_compare_v4_17_2_v4_18_0_2023_09_15", "target": "ui_changelog_features_1683", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1683", "weight": 1.0}, {"source": "ui_changelog_4_18_0_https_github_com_foreverido_uilib_compare_v4_17_2_v4_18_0_2023_09_15", "target": "ui_changelog_4_17_2_https_github_com_foreverido_uilib_compare_v4_17_1_v4_17_2_2023_07_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1688", "weight": 1.0}, {"source": "ui_changelog_4_18_0_https_github_com_foreverido_uilib_compare_v4_17_2_v4_18_0_2023_09_15", "target": "ui_changelog_features_1691", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1691", "weight": 1.0}, {"source": "ui_changelog_4_18_0_https_github_com_foreverido_uilib_compare_v4_17_2_v4_18_0_2023_09_15", "target": "ui_changelog_4_17_1_https_github_com_foreverido_uilib_compare_v4_17_0_v4_17_1_2023_07_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1695", "weight": 1.0}, {"source": "ui_changelog_4_18_0_https_github_com_foreverido_uilib_compare_v4_17_2_v4_18_0_2023_09_15", "target": "ui_changelog_features_1698", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1698", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_17_0_https_github_com_foreverido_uilib_compare_v4_16_0_v4_17_0_2023_07_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1702", "weight": 1.0}, {"source": "ui_changelog_4_17_0_https_github_com_foreverido_uilib_compare_v4_16_0_v4_17_0_2023_07_22", "target": "ui_changelog_features_1705", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1705", "weight": 1.0}, {"source": "ui_changelog_4_17_0_https_github_com_foreverido_uilib_compare_v4_16_0_v4_17_0_2023_07_22", "target": "ui_changelog_bug_fixes_1710", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1710", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_16_0_https_github_com_foreverido_uilib_compare_v4_15_0_v4_16_0_2023_07_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1714", "weight": 1.0}, {"source": "ui_changelog_4_16_0_https_github_com_foreverido_uilib_compare_v4_15_0_v4_16_0_2023_07_22", "target": "ui_changelog_features_1717", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1717", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_15_0_https_github_com_foreverido_uilib_compare_v4_14_0_v4_15_0_2023_07_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1721", "weight": 1.0}, {"source": "ui_changelog_4_15_0_https_github_com_foreverido_uilib_compare_v4_14_0_v4_15_0_2023_07_22", "target": "ui_changelog_features_1724", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1724", "weight": 1.0}, {"source": "ui_changelog_4_15_0_https_github_com_foreverido_uilib_compare_v4_14_0_v4_15_0_2023_07_22", "target": "ui_changelog_bug_fixes_1730", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1730", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_14_0_https_github_com_foreverido_uilib_compare_v4_13_0_v4_14_0_2023_07_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1734", "weight": 1.0}, {"source": "ui_changelog_4_14_0_https_github_com_foreverido_uilib_compare_v4_13_0_v4_14_0_2023_07_22", "target": "ui_changelog_features_1737", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1737", "weight": 1.0}, {"source": "ui_changelog_4_14_0_https_github_com_foreverido_uilib_compare_v4_13_0_v4_14_0_2023_07_22", "target": "ui_changelog_bug_fixes_1743", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1743", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_13_0_https_github_com_foreverido_uilib_compare_v4_12_1_v4_13_0_2023_07_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1747", "weight": 1.0}, {"source": "ui_changelog_4_13_0_https_github_com_foreverido_uilib_compare_v4_12_1_v4_13_0_2023_07_20", "target": "ui_changelog_features_1750", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1750", "weight": 1.0}, {"source": "ui_changelog_4_13_0_https_github_com_foreverido_uilib_compare_v4_12_1_v4_13_0_2023_07_20", "target": "ui_changelog_4_12_1_https_github_com_foreverido_uilib_compare_v4_12_0_v4_12_1_2023_07_16", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1755", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_12_0_https_github_com_foreverido_uilib_compare_v4_11_1_v4_12_0_2023_07_16", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1757", "weight": 1.0}, {"source": "ui_changelog_4_12_0_https_github_com_foreverido_uilib_compare_v4_11_1_v4_12_0_2023_07_16", "target": "ui_changelog_features_1760", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1760", "weight": 1.0}, {"source": "ui_changelog_4_12_0_https_github_com_foreverido_uilib_compare_v4_11_1_v4_12_0_2023_07_16", "target": "ui_changelog_4_11_1_https_github_com_foreverido_uilib_compare_v4_11_0_v4_11_1_2023_06_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1764", "weight": 1.0}, {"source": "ui_changelog_4_12_0_https_github_com_foreverido_uilib_compare_v4_11_1_v4_12_0_2023_07_16", "target": "ui_changelog_bug_fixes_1767", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1767", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_11_0_https_github_com_foreverido_uilib_compare_v4_10_4_v4_11_0_2023_06_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1771", "weight": 1.0}, {"source": "ui_changelog_4_11_0_https_github_com_foreverido_uilib_compare_v4_10_4_v4_11_0_2023_06_12", "target": "ui_changelog_features_1774", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1774", "weight": 1.0}, {"source": "ui_changelog_4_11_0_https_github_com_foreverido_uilib_compare_v4_10_4_v4_11_0_2023_06_12", "target": "ui_changelog_4_10_4_https_github_com_foreverido_uilib_compare_v4_10_3_v4_10_4_2023_05_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1778", "weight": 1.0}, {"source": "ui_changelog_4_11_0_https_github_com_foreverido_uilib_compare_v4_10_4_v4_11_0_2023_06_12", "target": "ui_changelog_4_10_3_https_github_com_foreverido_uilib_compare_v4_10_2_v4_10_3_2023_05_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1780", "weight": 1.0}, {"source": "ui_changelog_4_11_0_https_github_com_foreverido_uilib_compare_v4_10_4_v4_11_0_2023_06_12", "target": "ui_changelog_features_1783", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1783", "weight": 1.0}, {"source": "ui_changelog_4_11_0_https_github_com_foreverido_uilib_compare_v4_10_4_v4_11_0_2023_06_12", "target": "ui_changelog_bug_fixes_1788", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1788", "weight": 1.0}, {"source": "ui_changelog_4_11_0_https_github_com_foreverido_uilib_compare_v4_10_4_v4_11_0_2023_06_12", "target": "ui_changelog_4_10_2_https_github_com_foreverido_uilib_compare_v4_10_1_v4_10_2_2023_05_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1792", "weight": 1.0}, {"source": "ui_changelog_4_11_0_https_github_com_foreverido_uilib_compare_v4_10_4_v4_11_0_2023_06_12", "target": "ui_changelog_features_1795", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1795", "weight": 1.0}, {"source": "ui_changelog_4_11_0_https_github_com_foreverido_uilib_compare_v4_10_4_v4_11_0_2023_06_12", "target": "ui_changelog_4_10_1_https_github_com_foreverido_uilib_compare_v4_10_0_v4_10_1_2023_05_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1799", "weight": 1.0}, {"source": "ui_changelog_4_11_0_https_github_com_foreverido_uilib_compare_v4_10_4_v4_11_0_2023_06_12", "target": "ui_changelog_bug_fixes_1802", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1802", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1806", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_bug_fixes_1809", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1809", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_4_9_7_https_github_com_foreverido_uilib_compare_v4_9_6_v4_9_7_2023_05_27", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1813", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_bug_fixes_1816", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1816", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_4_9_6_https_github_com_foreverido_uilib_compare_v4_9_5_v4_9_6_2023_05_27", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1820", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_features_1823", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1823", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_4_9_5_https_github_com_foreverido_uilib_compare_v4_9_4_v4_9_5_2023_05_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1827", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_bug_fixes_1830", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1830", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_4_9_4_https_github_com_foreverido_uilib_compare_v4_9_3_v4_9_4_2023_05_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1834", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_bug_fixes_1837", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1837", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_4_9_3_https_github_com_foreverido_uilib_compare_v4_9_2_v4_9_3_2023_05_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1841", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_features_1844", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1844", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_4_9_2_https_github_com_foreverido_uilib_compare_v4_9_1_v4_9_2_2023_05_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1848", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_features_1851", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1851", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_bug_fixes_1856", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1856", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_4_9_1_https_github_com_foreverido_uilib_compare_v4_9_0_v4_9_1_2023_05_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1860", "weight": 1.0}, {"source": "ui_changelog_4_10_0_https_github_com_foreverido_uilib_compare_v4_9_7_v4_10_0_2023_05_27", "target": "ui_changelog_bug_fixes_1863", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1863", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1868", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_features_1871", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1871", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_bug_fixes_1879", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1879", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_4_8_6_https_github_com_foreverido_uilib_compare_v4_8_5_v4_8_6_2023_05_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1886", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_features_1889", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1889", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_4_8_5_https_github_com_foreverido_uilib_compare_v4_8_4_v4_8_5_2023_05_16", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1893", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_bug_fixes_1896", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1896", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_4_8_4_https_github_com_foreverido_uilib_compare_v4_8_3_v4_8_4_2023_05_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1900", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_bug_fixes_1903", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1903", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_4_8_3_https_github_com_foreverido_uilib_compare_v4_8_2_v4_8_3_2023_05_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1907", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_features_1910", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1910", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_4_8_2_https_github_com_foreverido_uilib_compare_v4_8_1_v4_8_2_2023_05_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1914", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_features_1917", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1917", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_4_8_1_https_github_com_foreverido_uilib_compare_v4_8_0_v4_8_1_2023_05_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1921", "weight": 1.0}, {"source": "ui_changelog_4_9_0_https_github_com_foreverido_uilib_compare_v4_8_6_v4_9_0_2023_05_21", "target": "ui_changelog_features_1924", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1924", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1930", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_features_1933", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1933", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_4_7_7_https_github_com_foreverido_uilib_compare_v4_7_6_v4_7_7_2023_05_13", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1937", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_bug_fixes_1940", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1940", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_4_7_6_https_github_com_foreverido_uilib_compare_v4_7_5_v4_7_6_2023_05_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1944", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_features_1947", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1947", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_4_7_5_https_github_com_foreverido_uilib_compare_v4_7_4_v4_7_5_2023_05_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1951", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_bug_fixes_1954", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1954", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_4_7_4_https_github_com_foreverido_uilib_compare_v4_7_3_v4_7_4_2023_05_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1958", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_4_7_3_https_github_com_foreverido_uilib_compare_v4_7_2_v4_7_3_2023_05_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1960", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_features_1963", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1963", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_4_7_2_https_github_com_foreverido_uilib_compare_v4_7_1_v4_7_2_2023_05_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1967", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_features_1970", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1970", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_bug_fixes_1975", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1975", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_4_7_1_https_github_com_foreverido_uilib_compare_v4_7_0_v4_7_1_2023_05_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1979", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_bug_fixes_1982", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1982", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1986", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_features_1989", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1989", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_12_https_github_com_foreverido_uilib_compare_v4_6_11_v4_6_12_2023_05_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1993", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_bug_fixes_1996", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1996", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_11_https_github_com_foreverido_uilib_compare_v4_6_10_v4_6_11_2023_04_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2000", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_features_2003", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2003", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_bug_fixes_2008", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2008", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_10_https_github_com_foreverido_uilib_compare_v4_6_9_v4_6_10_2023_04_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2012", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_bug_fixes_2015", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2015", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_9_https_github_com_foreverido_uilib_compare_v4_6_8_v4_6_9_2023_04_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2019", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_bug_fixes_2022", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2022", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_8_https_github_com_foreverido_uilib_compare_v4_6_7_v4_6_8_2023_04_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2026", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_features_2029", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2029", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_7_https_github_com_foreverido_uilib_compare_v4_6_6_v4_6_7_2023_04_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2033", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_bug_fixes_2036", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2036", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_6_https_github_com_foreverido_uilib_compare_v4_6_5_v4_6_6_2023_04_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2040", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_bug_fixes_2043", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2043", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_5_https_github_com_foreverido_uilib_compare_v4_6_4_v4_6_5_2023_04_16", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2047", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_bug_fixes_2050", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2050", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_4_https_github_com_foreverido_uilib_compare_v4_6_3_v4_6_4_2023_04_16", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2054", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_bug_fixes_2057", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2057", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_3_https_github_com_foreverido_uilib_compare_v4_6_2_v4_6_3_2023_04_16", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2061", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_features_2064", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2064", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_2_https_github_com_foreverido_uilib_compare_v4_6_1_v4_6_2_2023_04_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2068", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_bug_fixes_2071", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2071", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_4_6_1_https_github_com_foreverido_uilib_compare_v4_6_0_v4_6_1_2023_04_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2075", "weight": 1.0}, {"source": "ui_changelog_4_7_0_https_github_com_foreverido_uilib_compare_v4_6_12_v4_7_0_2023_05_06", "target": "ui_changelog_bug_fixes_2078", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2078", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_6_0_https_github_com_foreverido_uilib_compare_v4_5_0_v4_6_0_2023_04_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2082", "weight": 1.0}, {"source": "ui_changelog_4_6_0_https_github_com_foreverido_uilib_compare_v4_5_0_v4_6_0_2023_04_15", "target": "ui_changelog_bug_fixes_2085", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2085", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_5_0_https_github_com_foreverido_uilib_compare_v4_4_2_v4_5_0_2023_04_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2089", "weight": 1.0}, {"source": "ui_changelog_4_5_0_https_github_com_foreverido_uilib_compare_v4_4_2_v4_5_0_2023_04_15", "target": "ui_changelog_features_2092", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2092", "weight": 1.0}, {"source": "ui_changelog_4_5_0_https_github_com_foreverido_uilib_compare_v4_4_2_v4_5_0_2023_04_15", "target": "ui_changelog_4_4_2_https_github_com_foreverido_uilib_compare_v4_4_1_v4_4_2_2023_04_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2097", "weight": 1.0}, {"source": "ui_changelog_4_5_0_https_github_com_foreverido_uilib_compare_v4_4_2_v4_5_0_2023_04_15", "target": "ui_changelog_4_4_1_https_github_com_foreverido_uilib_compare_v4_4_0_v4_4_1_2023_04_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2099", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_4_0_https_github_com_foreverido_uilib_compare_v4_3_0_v4_4_0_2023_04_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2101", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_3_0_https_github_com_foreverido_uilib_compare_v4_2_1_v4_3_0_2023_04_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2103", "weight": 1.0}, {"source": "ui_changelog_4_3_0_https_github_com_foreverido_uilib_compare_v4_2_1_v4_3_0_2023_04_07", "target": "ui_changelog_features_2106", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2106", "weight": 1.0}, {"source": "ui_changelog_4_3_0_https_github_com_foreverido_uilib_compare_v4_2_1_v4_3_0_2023_04_07", "target": "ui_changelog_bug_fixes_2111", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2111", "weight": 1.0}, {"source": "ui_changelog_4_3_0_https_github_com_foreverido_uilib_compare_v4_2_1_v4_3_0_2023_04_07", "target": "ui_changelog_4_2_1_https_github_com_foreverido_uilib_compare_v4_2_0_v4_2_1_2023_04_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2115", "weight": 1.0}, {"source": "ui_changelog_4_3_0_https_github_com_foreverido_uilib_compare_v4_2_1_v4_3_0_2023_04_07", "target": "ui_changelog_bug_fixes_2118", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2118", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_2_0_https_github_com_foreverido_uilib_compare_v4_1_1_v4_2_0_2023_04_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2123", "weight": 1.0}, {"source": "ui_changelog_4_2_0_https_github_com_foreverido_uilib_compare_v4_1_1_v4_2_0_2023_04_02", "target": "ui_changelog_features_2126", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2126", "weight": 1.0}, {"source": "ui_changelog_4_2_0_https_github_com_foreverido_uilib_compare_v4_1_1_v4_2_0_2023_04_02", "target": "ui_changelog_bug_fixes_2131", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2131", "weight": 1.0}, {"source": "ui_changelog_4_2_0_https_github_com_foreverido_uilib_compare_v4_1_1_v4_2_0_2023_04_02", "target": "ui_changelog_4_1_1_https_github_com_foreverido_uilib_compare_v4_1_0_v4_1_1_2023_03_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2135", "weight": 1.0}, {"source": "ui_changelog_4_2_0_https_github_com_foreverido_uilib_compare_v4_1_1_v4_2_0_2023_04_02", "target": "ui_changelog_bug_fixes_2138", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2138", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2142", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2145", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2145", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_4_0_11_https_github_com_foreverido_uilib_compare_v4_0_10_v4_0_11_2023_03_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2149", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2152", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2152", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_4_0_10_https_github_com_foreverido_uilib_compare_v4_0_9_v4_0_10_2023_03_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2156", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2159", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2159", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_4_0_9_https_github_com_foreverido_uilib_compare_v4_0_8_v4_0_9_2023_03_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2163", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2166", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2166", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_4_0_8_https_github_com_foreverido_uilib_compare_v4_0_7_v4_0_8_2023_03_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2170", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2173", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2173", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_4_0_7_https_github_com_foreverido_uilib_compare_v4_0_6_v4_0_7_2023_03_28", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2177", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2180", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2180", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_4_0_6_https_github_com_foreverido_uilib_compare_v4_0_5_v4_0_6_2023_03_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2184", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_4_0_5_https_github_com_foreverido_uilib_compare_v4_0_4_v4_0_5_2023_03_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2186", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2189", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2189", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_4_0_4_https_github_com_foreverido_uilib_compare_v4_0_3_v4_0_4_2023_03_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2193", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2196", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2196", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_4_0_3_https_github_com_foreverido_uilib_compare_v4_0_2_v4_0_3_2023_03_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2200", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2203", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2203", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_4_0_2_https_github_com_foreverido_uilib_compare_v4_0_1_v4_0_2_2023_03_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2207", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2210", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2210", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_4_0_1_https_github_com_foreverido_uilib_compare_v4_0_0_v4_0_1_2023_03_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2214", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_features_2217", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2217", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_4_0_0_https_github_com_foreverido_uilib_compare_v3_11_0_v4_0_0_2023_03_25", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2221", "weight": 1.0}, {"source": "ui_changelog_4_0_0_https_github_com_foreverido_uilib_compare_v3_11_0_v4_0_0_2023_03_25", "target": "ui_changelog_features_2224", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2224", "weight": 1.0}, {"source": "ui_changelog_4_0_0_https_github_com_foreverido_uilib_compare_v3_11_0_v4_0_0_2023_03_25", "target": "ui_changelog_bug_fixes_2229", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2229", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_11_0_https_github_com_foreverido_uilib_compare_v3_10_3_v3_11_0_2023_03_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2233", "weight": 1.0}, {"source": "ui_changelog_3_11_0_https_github_com_foreverido_uilib_compare_v3_10_3_v3_11_0_2023_03_19", "target": "ui_changelog_bug_fixes_2236", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2236", "weight": 1.0}, {"source": "ui_changelog_3_11_0_https_github_com_foreverido_uilib_compare_v3_10_3_v3_11_0_2023_03_19", "target": "ui_changelog_3_10_3_https_github_com_foreverido_uilib_compare_v3_10_2_v3_10_3_2023_03_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2240", "weight": 1.0}, {"source": "ui_changelog_3_11_0_https_github_com_foreverido_uilib_compare_v3_10_3_v3_11_0_2023_03_19", "target": "ui_changelog_features_2243", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2243", "weight": 1.0}, {"source": "ui_changelog_3_11_0_https_github_com_foreverido_uilib_compare_v3_10_3_v3_11_0_2023_03_19", "target": "ui_changelog_bug_fixes_2248", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2248", "weight": 1.0}, {"source": "ui_changelog_3_11_0_https_github_com_foreverido_uilib_compare_v3_10_3_v3_11_0_2023_03_19", "target": "ui_changelog_3_10_2_https_github_com_foreverido_uilib_compare_v3_10_1_v3_10_2_2023_03_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2252", "weight": 1.0}, {"source": "ui_changelog_3_11_0_https_github_com_foreverido_uilib_compare_v3_10_3_v3_11_0_2023_03_19", "target": "ui_changelog_features_2255", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2255", "weight": 1.0}, {"source": "ui_changelog_3_11_0_https_github_com_foreverido_uilib_compare_v3_10_3_v3_11_0_2023_03_19", "target": "ui_changelog_bug_fixes_2260", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2260", "weight": 1.0}, {"source": "ui_changelog_3_11_0_https_github_com_foreverido_uilib_compare_v3_10_3_v3_11_0_2023_03_19", "target": "ui_changelog_3_10_1_https_github_com_foreverido_uilib_compare_v3_10_0_v3_10_1_2023_03_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2264", "weight": 1.0}, {"source": "ui_changelog_3_11_0_https_github_com_foreverido_uilib_compare_v3_10_3_v3_11_0_2023_03_19", "target": "ui_changelog_bug_fixes_2267", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2267", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_10_0_https_github_com_foreverido_uilib_compare_v3_9_3_v3_10_0_2023_03_16", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2271", "weight": 1.0}, {"source": "ui_changelog_3_10_0_https_github_com_foreverido_uilib_compare_v3_9_3_v3_10_0_2023_03_16", "target": "ui_changelog_features_2274", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2274", "weight": 1.0}, {"source": "ui_changelog_3_10_0_https_github_com_foreverido_uilib_compare_v3_9_3_v3_10_0_2023_03_16", "target": "ui_changelog_3_9_3_https_github_com_foreverido_uilib_compare_v3_9_2_v3_9_3_2023_03_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2278", "weight": 1.0}, {"source": "ui_changelog_3_10_0_https_github_com_foreverido_uilib_compare_v3_9_3_v3_10_0_2023_03_16", "target": "ui_changelog_bug_fixes_2281", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2281", "weight": 1.0}, {"source": "ui_changelog_3_10_0_https_github_com_foreverido_uilib_compare_v3_9_3_v3_10_0_2023_03_16", "target": "ui_changelog_3_9_2_https_github_com_foreverido_uilib_compare_v3_9_1_v3_9_2_2023_03_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2286", "weight": 1.0}, {"source": "ui_changelog_3_10_0_https_github_com_foreverido_uilib_compare_v3_9_3_v3_10_0_2023_03_16", "target": "ui_changelog_bug_fixes_2289", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2289", "weight": 1.0}, {"source": "ui_changelog_3_10_0_https_github_com_foreverido_uilib_compare_v3_9_3_v3_10_0_2023_03_16", "target": "ui_changelog_3_9_1_https_github_com_foreverido_uilib_compare_v3_9_0_v3_9_1_2023_03_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2294", "weight": 1.0}, {"source": "ui_changelog_3_10_0_https_github_com_foreverido_uilib_compare_v3_9_3_v3_10_0_2023_03_16", "target": "ui_changelog_bug_fixes_2297", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2297", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_9_0_https_github_com_foreverido_uilib_compare_v3_8_0_v3_9_0_2023_03_11", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2302", "weight": 1.0}, {"source": "ui_changelog_3_9_0_https_github_com_foreverido_uilib_compare_v3_8_0_v3_9_0_2023_03_11", "target": "ui_changelog_features_2305", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2305", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_8_0_https_github_com_foreverido_uilib_compare_v3_7_0_v3_8_0_2023_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2309", "weight": 1.0}, {"source": "ui_changelog_3_8_0_https_github_com_foreverido_uilib_compare_v3_7_0_v3_8_0_2023_03_10", "target": "ui_changelog_features_2312", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2312", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_7_0_https_github_com_foreverido_uilib_compare_v3_6_2_v3_7_0_2023_03_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2317", "weight": 1.0}, {"source": "ui_changelog_3_7_0_https_github_com_foreverido_uilib_compare_v3_6_2_v3_7_0_2023_03_08", "target": "ui_changelog_features_2320", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2320", "weight": 1.0}, {"source": "ui_changelog_3_7_0_https_github_com_foreverido_uilib_compare_v3_6_2_v3_7_0_2023_03_08", "target": "ui_changelog_bug_fixes_2325", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2325", "weight": 1.0}, {"source": "ui_changelog_3_7_0_https_github_com_foreverido_uilib_compare_v3_6_2_v3_7_0_2023_03_08", "target": "ui_changelog_3_6_2_https_github_com_foreverido_uilib_compare_v3_6_1_v3_6_2_2023_03_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2329", "weight": 1.0}, {"source": "ui_changelog_3_7_0_https_github_com_foreverido_uilib_compare_v3_6_2_v3_7_0_2023_03_08", "target": "ui_changelog_bug_fixes_2332", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2332", "weight": 1.0}, {"source": "ui_changelog_3_7_0_https_github_com_foreverido_uilib_compare_v3_6_2_v3_7_0_2023_03_08", "target": "ui_changelog_3_6_1_https_github_com_foreverido_uilib_compare_v3_6_0_v3_6_1_2023_03_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2336", "weight": 1.0}, {"source": "ui_changelog_3_7_0_https_github_com_foreverido_uilib_compare_v3_6_2_v3_7_0_2023_03_08", "target": "ui_changelog_bug_fixes_2339", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2339", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_6_0_https_github_com_foreverido_uilib_compare_v3_5_1_v3_6_0_2023_03_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2343", "weight": 1.0}, {"source": "ui_changelog_3_6_0_https_github_com_foreverido_uilib_compare_v3_5_1_v3_6_0_2023_03_06", "target": "ui_changelog_features_2346", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2346", "weight": 1.0}, {"source": "ui_changelog_3_6_0_https_github_com_foreverido_uilib_compare_v3_5_1_v3_6_0_2023_03_06", "target": "ui_changelog_3_5_1_https_github_com_foreverido_uilib_compare_v3_5_0_v3_5_1_2023_03_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2350", "weight": 1.0}, {"source": "ui_changelog_3_6_0_https_github_com_foreverido_uilib_compare_v3_5_1_v3_6_0_2023_03_06", "target": "ui_changelog_bug_fixes_2353", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2353", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_5_0_https_github_com_foreverido_uilib_compare_v3_4_1_v3_5_0_2023_03_05", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2358", "weight": 1.0}, {"source": "ui_changelog_3_5_0_https_github_com_foreverido_uilib_compare_v3_4_1_v3_5_0_2023_03_05", "target": "ui_changelog_bug_fixes_2361", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2361", "weight": 1.0}, {"source": "ui_changelog_3_5_0_https_github_com_foreverido_uilib_compare_v3_4_1_v3_5_0_2023_03_05", "target": "ui_changelog_3_4_1_https_github_com_foreverido_uilib_compare_v3_4_0_v3_4_1_2022_08_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2365", "weight": 1.0}, {"source": "ui_changelog_3_5_0_https_github_com_foreverido_uilib_compare_v3_4_1_v3_5_0_2023_03_05", "target": "ui_changelog_bug_fixes_2368", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2368", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_4_0_https_github_com_foreverido_uilib_compare_v3_3_1_v3_4_0_2022_08_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2372", "weight": 1.0}, {"source": "ui_changelog_3_4_0_https_github_com_foreverido_uilib_compare_v3_3_1_v3_4_0_2022_08_07", "target": "ui_changelog_bug_fixes_2375", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2375", "weight": 1.0}, {"source": "ui_changelog_3_4_0_https_github_com_foreverido_uilib_compare_v3_3_1_v3_4_0_2022_08_07", "target": "ui_changelog_3_3_1_https_github_com_foreverido_uilib_compare_v3_3_0_v3_3_1_2022_08_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2380", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_3_0_https_github_com_foreverido_uilib_compare_v3_2_0_v3_3_0_2022_08_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2382", "weight": 1.0}, {"source": "ui_changelog_3_3_0_https_github_com_foreverido_uilib_compare_v3_2_0_v3_3_0_2022_08_06", "target": "ui_changelog_features_2385", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2385", "weight": 1.0}, {"source": "ui_changelog_3_3_0_https_github_com_foreverido_uilib_compare_v3_2_0_v3_3_0_2022_08_06", "target": "ui_changelog_bug_fixes_2393", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2393", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_2_0_https_github_com_foreverido_uilib_compare_v3_1_2_v3_2_0_2022_07_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2398", "weight": 1.0}, {"source": "ui_changelog_3_2_0_https_github_com_foreverido_uilib_compare_v3_1_2_v3_2_0_2022_07_26", "target": "ui_changelog_features_2401", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2401", "weight": 1.0}, {"source": "ui_changelog_3_2_0_https_github_com_foreverido_uilib_compare_v3_1_2_v3_2_0_2022_07_26", "target": "ui_changelog_3_1_2_https_github_com_foreverido_uilib_compare_v3_1_1_v3_1_2_2022_07_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2405", "weight": 1.0}, {"source": "ui_changelog_3_2_0_https_github_com_foreverido_uilib_compare_v3_1_2_v3_2_0_2022_07_26", "target": "ui_changelog_bug_fixes_2408", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2408", "weight": 1.0}, {"source": "ui_changelog_3_2_0_https_github_com_foreverido_uilib_compare_v3_1_2_v3_2_0_2022_07_26", "target": "ui_changelog_3_1_1_https_github_com_foreverido_uilib_compare_v3_1_0_v3_1_1_2022_07_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2412", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_1_0_https_github_com_foreverido_uilib_compare_v3_0_0_v3_1_0_2022_07_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2414", "weight": 1.0}, {"source": "ui_changelog_3_1_0_https_github_com_foreverido_uilib_compare_v3_0_0_v3_1_0_2022_07_24", "target": "ui_changelog_features_2417", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2417", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_3_0_0_https_github_com_foreverido_uilib_compare_v2_0_3_v3_0_0_2022_06_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2422", "weight": 1.0}, {"source": "ui_changelog_3_0_0_https_github_com_foreverido_uilib_compare_v2_0_3_v3_0_0_2022_06_04", "target": "ui_changelog_2_0_3_https_github_com_foreverido_uilib_compare_v2_0_2_v2_0_3_2022_05_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2424", "weight": 1.0}, {"source": "ui_changelog_3_0_0_https_github_com_foreverido_uilib_compare_v2_0_3_v3_0_0_2022_06_04", "target": "ui_changelog_2_0_2_https_github_com_foreverido_uilib_compare_v2_0_1_v2_0_2_2022_05_19", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2426", "weight": 1.0}, {"source": "ui_changelog_3_0_0_https_github_com_foreverido_uilib_compare_v2_0_3_v3_0_0_2022_06_04", "target": "ui_changelog_2_0_1_https_github_com_foreverido_uilib_compare_v2_0_0_v2_0_1_2022_05_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2428", "weight": 1.0}, {"source": "ui_changelog_3_0_0_https_github_com_foreverido_uilib_compare_v2_0_3_v3_0_0_2022_06_04", "target": "ui_changelog_features_2431", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2431", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_2_0_0_https_github_com_foreverido_uilib_compare_v2_0_0_beta_v2_0_0_2022_05_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2435", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2437", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_features_2440", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2440", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_1_3_7_https_github_com_foreverido_uilib_compare_v1_3_6_v1_3_7_2022_05_01", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2445", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_features_2448", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2448", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_1_3_6_https_github_com_foreverido_uilib_compare_v1_3_5_v1_3_6_2022_04_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2452", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_bug_fixes_2455", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2455", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_1_3_5_https_github_com_foreverido_uilib_compare_v1_3_4_v1_3_5_2022_04_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2460", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_bug_fixes_2463", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2463", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_1_3_4_https_github_com_foreverido_uilib_compare_v1_3_3_v1_3_4_2022_04_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2470", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_features_2473", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2473", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_1_3_3_https_github_com_foreverido_uilib_compare_v1_3_2_v1_3_3_2022_04_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2477", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_features_2480", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2480", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_bug_fixes_2485", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2485", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_1_3_2_https_github_com_foreverido_uilib_compare_v1_3_1_v1_3_2_2022_04_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2489", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_bug_fixes_2492", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2492", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_1_3_1_https_github_com_foreverido_uilib_compare_v1_3_0_v1_3_1_2022_04_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2497", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_bug_fixes_2500", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2500", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2504", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_features_2507", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2507", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_bug_fixes_2512", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2512", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_1_2_8_https_github_com_foreverido_uilib_compare_v1_2_7_v1_2_8_2022_04_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2516", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_features_2519", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2519", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_1_2_7_https_github_com_foreverido_uilib_compare_v1_2_6_v1_2_7_2022_04_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2523", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_features_2526", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2526", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_1_2_6_https_github_com_foreverido_uilib_compare_v1_2_5_v1_2_6_2022_04_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2530", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_features_2533", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2533", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_bug_fixes_2538", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2538", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_1_2_5_https_github_com_foreverido_uilib_compare_v1_2_4_v1_2_5_2022_04_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2542", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_bug_fixes_2545", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2545", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_1_2_4_https_github_com_foreverido_uilib_compare_v1_2_3_v1_2_4_2022_04_01", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2549", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_bug_fixes_2552", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2552", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_1_2_3_https_github_com_foreverido_uilib_compare_v1_2_2_v1_2_3_2022_03_31", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2556", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_bug_fixes_2559", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2559", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_1_2_2_https_github_com_foreverido_uilib_compare_v1_2_1_v1_2_2_2022_03_31", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2563", "weight": 1.0}, {"source": "ui_changelog_1_3_0_https_github_com_foreverido_uilib_compare_v1_2_8_v1_3_0_2022_04_08", "target": "ui_changelog_1_2_1_https_github_com_foreverido_uilib_compare_v1_2_0_v1_2_1_2022_03_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2565", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_1_2_0_https_github_com_foreverido_uilib_compare_v1_1_1_v1_2_0_2022_03_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2567", "weight": 1.0}, {"source": "ui_changelog_1_2_0_https_github_com_foreverido_uilib_compare_v1_1_1_v1_2_0_2022_03_30", "target": "ui_changelog_features_2570", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2570", "weight": 1.0}, {"source": "ui_changelog_1_2_0_https_github_com_foreverido_uilib_compare_v1_1_1_v1_2_0_2022_03_30", "target": "ui_changelog_1_1_1_https_github_com_foreverido_uilib_compare_v1_1_0_v1_1_1_2022_03_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2575", "weight": 1.0}, {"source": "ui_changelog_1_2_0_https_github_com_foreverido_uilib_compare_v1_1_1_v1_2_0_2022_03_30", "target": "ui_changelog_bug_fixes_2578", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2578", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2585", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_features_2588", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2588", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_1_0_7_https_github_com_foreverido_uilib_compare_v1_0_6_v1_0_7_2022_03_27", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2592", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_features_2595", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2595", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_1_0_6_https_github_com_foreverido_uilib_compare_v1_0_5_v1_0_6_2022_03_27", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2599", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_bug_fixes_2602", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2602", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_1_0_5_https_github_com_foreverido_uilib_compare_v1_0_4_v1_0_5_2022_03_27", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2607", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_bug_fixes_2610", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2610", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_1_0_4_https_github_com_foreverido_uilib_compare_v1_0_2_v1_0_4_2022_03_27", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2614", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_bug_fixes_2617", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2617", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_1_0_2_https_github_com_foreverido_uilib_compare_v1_0_1_v1_0_2_2022_03_27", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2621", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_bug_fixes_2624", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2624", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_1_0_1_https_github_com_foreverido_uilib_compare_v1_0_0_v1_0_1_2022_03_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2630", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_bug_fixes_2633", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2633", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2638", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2641", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2641", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_60_https_github_com_foreverido_uilib_compare_v0_0_59_v0_0_60_2022_03_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2648", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2651", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2651", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_59_https_github_com_foreverido_uilib_compare_v0_0_58_v0_0_59_2022_03_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2657", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2660", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2660", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2665", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2665", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_58_https_github_com_foreverido_uilib_compare_v0_0_57_v0_0_58_2022_03_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2669", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2672", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2672", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_57_https_github_com_foreverido_uilib_compare_v0_0_56_v0_0_57_2022_03_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2676", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2679", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2679", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_56_https_github_com_foreverido_uilib_compare_v0_0_55_v0_0_56_2022_03_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2683", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2686", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2686", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_55_https_github_com_foreverido_uilib_compare_v0_0_54_v0_0_55_2022_03_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2690", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2693", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2693", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_54_https_github_com_foreverido_uilib_compare_v0_0_53_v0_0_54_2022_03_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2697", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2700", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2700", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_53_https_github_com_foreverido_uilib_compare_v0_0_52_v0_0_53_2022_03_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2704", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2707", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2707", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2712", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2712", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_52_https_github_com_foreverido_uilib_compare_v0_0_51_v0_0_52_2022_03_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2716", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2719", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2719", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_51_https_github_com_foreverido_uilib_compare_v0_0_50_v0_0_51_2022_03_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2723", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2726", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2726", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_50_https_github_com_foreverido_uilib_compare_v0_0_49_v0_0_50_2022_03_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2730", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2733", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2733", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_49_https_github_com_foreverido_uilib_compare_v0_0_48_v0_0_49_2022_03_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2738", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2741", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2741", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_48_https_github_com_foreverido_uilib_compare_v0_0_47_v0_0_48_2022_03_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2745", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2748", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2748", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_47_https_github_com_foreverido_uilib_compare_v0_0_46_v0_0_47_2022_03_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2752", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2755", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2755", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_46_https_github_com_foreverido_uilib_compare_v0_0_45_v0_0_46_2022_03_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2760", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2763", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2763", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_45_https_github_com_foreverido_uilib_compare_v0_0_44_v0_0_45_2022_03_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2771", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_44_https_github_com_foreverido_uilib_compare_v0_0_43_v0_0_44_2022_03_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2773", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2776", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2776", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_43_https_github_com_foreverido_uilib_compare_v0_0_42_v0_0_43_2022_03_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2781", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2784", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2784", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_42_https_github_com_foreverido_uilib_compare_v0_0_41_v0_0_42_2022_03_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2788", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2791", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2791", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2796", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2796", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_41_https_github_com_foreverido_uilib_compare_v0_0_40_v0_0_41_2022_03_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2800", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2803", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2803", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_40_https_github_com_foreverido_uilib_compare_v0_0_39_v0_0_40_2022_03_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2807", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2810", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2810", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_39_https_github_com_foreverido_uilib_compare_v0_0_38_v0_0_39_2022_03_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2814", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2817", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2817", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2822", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2822", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_38_https_github_com_foreverido_uilib_compare_v0_0_37_v0_0_38_2022_03_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2827", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2830", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2830", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_37_https_github_com_foreverido_uilib_compare_v0_0_36_v0_0_37_2022_03_17", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2834", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2837", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2837", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_36_https_github_com_foreverido_uilib_compare_v0_0_35_v0_0_36_2022_03_16", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2842", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2845", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2845", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_35_https_github_com_foreverido_uilib_compare_v0_0_34_v0_0_35_2022_03_16", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2849", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2852", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2852", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_34_https_github_com_foreverido_uilib_compare_v0_0_33_v0_0_34_2022_03_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2858", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2861", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2861", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_33_https_github_com_foreverido_uilib_compare_v0_0_32_v0_0_33_2022_03_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2866", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2869", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2869", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_32_https_github_com_foreverido_uilib_compare_v0_0_31_v0_0_32_2022_03_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2873", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2876", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2876", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_31_https_github_com_foreverido_uilib_compare_v0_0_30_v0_0_31_2022_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2881", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2884", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2884", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_30_https_github_com_foreverido_uilib_compare_v0_0_29_v0_0_30_2022_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2888", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2891", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2891", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_29_https_github_com_foreverido_uilib_compare_v0_0_28_v0_0_29_2022_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2895", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2898", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2898", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_28_https_github_com_foreverido_uilib_compare_v0_0_27_v0_0_28_2022_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2902", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2905", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2905", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_27_https_github_com_foreverido_uilib_compare_v0_0_26_v0_0_27_2022_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2909", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2912", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2912", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_26_https_github_com_foreverido_uilib_compare_v0_0_25_v0_0_26_2022_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2916", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2919", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2919", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_25_https_github_com_foreverido_uilib_compare_v0_0_24_v0_0_25_2022_03_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2923", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2926", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2926", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2932", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2932", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_24_https_github_com_foreverido_uilib_compare_v0_0_23_v0_0_24_2022_03_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2937", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2940", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2940", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_23_https_github_com_foreverido_uilib_compare_v0_0_22_v0_0_23_2022_03_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2945", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2948", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2948", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_22_https_github_com_foreverido_uilib_compare_v0_0_21_v0_0_22_2022_03_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2952", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2955", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2955", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_21_https_github_com_foreverido_uilib_compare_v0_0_20_v0_0_21_2022_03_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2959", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2962", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2962", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_20_https_github_com_foreverido_uilib_compare_v0_0_19_v0_0_20_2022_03_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2966", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2969", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2969", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_19_https_github_com_foreverido_uilib_compare_v0_0_18_v0_0_19_2022_03_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2973", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_18_https_github_com_foreverido_uilib_compare_v0_0_17_v0_0_18_2022_03_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2975", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2978", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2978", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_17_https_github_com_foreverido_uilib_compare_v0_0_16_v0_0_17_2022_03_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2982", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2985", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2985", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_16_https_github_com_foreverido_uilib_compare_v0_0_15_v0_0_16_2022_03_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2989", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_15_https_github_com_foreverido_uilib_compare_v0_0_14_v0_0_15_2022_03_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2991", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_14_https_github_com_foreverido_uilib_compare_v0_0_13_v0_0_14_2022_03_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2993", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_13_https_github_com_foreverido_uilib_compare_v0_0_12_v0_0_13_2022_03_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2995", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_12_https_github_com_foreverido_uilib_compare_v0_0_1_v0_0_12_2022_03_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2997", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_3000", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L3000", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_3018", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L3018", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_changelog_md", "target": "ui_changelog_changelog_3027", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L3027", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}