@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": "L17"}, {"id": "ui_changelog_bug_fixes_20", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L20"}, {"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": "L25"}, {"id": "ui_changelog_features_28", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L28"}, {"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": "L32"}, {"id": "ui_changelog_bug_fixes_35", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L35"}, {"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": "L39"}, {"id": "ui_changelog_features_42", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L42"}, {"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": "L46"}, {"id": "ui_changelog_features_49", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L49"}, {"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": "L53"}, {"id": "ui_changelog_bug_fixes_56", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L56"}, {"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": "L60"}, {"id": "ui_changelog_bug_fixes_63", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L63"}, {"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": "L67"}, {"id": "ui_changelog_features_70", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L70"}, {"id": "ui_changelog_bug_fixes_75", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L75"}, {"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": "L79"}, {"id": "ui_changelog_bug_fixes_82", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L82"}, {"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": "L86"}, {"id": "ui_changelog_bug_fixes_89", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L89"}, {"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": "L93"}, {"id": "ui_changelog_bug_fixes_96", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L96"}, {"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": "L100"}, {"id": "ui_changelog_features_103", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L103"}, {"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": "L108"}, {"id": "ui_changelog_bug_fixes_111", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L111"}, {"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": "L115"}, {"id": "ui_changelog_bug_fixes_118", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L118"}, {"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": "L122"}, {"id": "ui_changelog_features_125", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L125"}, {"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": "L129"}, {"id": "ui_changelog_bug_fixes_132", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L132"}, {"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": "L136"}, {"id": "ui_changelog_features_139", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L139"}, {"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": "L143"}, {"id": "ui_changelog_features_146", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L146"}, {"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": "L150"}, {"id": "ui_changelog_features_153", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L153"}, {"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": "L157"}, {"id": "ui_changelog_features_160", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L160"}, {"id": "ui_changelog_bug_fixes_165", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L165"}, {"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": "L170"}, {"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": "L172"}, {"id": "ui_changelog_features_175", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L175"}, {"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": "L180"}, {"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": "L182"}, {"id": "ui_changelog_bug_fixes_185", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L185"}, {"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": "L189"}, {"id": "ui_changelog_bug_fixes_192", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L192"}, {"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": "L197"}, {"id": "ui_changelog_bug_fixes_200", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L200"}, {"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": "L204"}, {"id": "ui_changelog_features_207", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L207"}, {"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": "L211"}, {"id": "ui_changelog_bug_fixes_214", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L214"}, {"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": "L218"}, {"id": "ui_changelog_features_221", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L221"}, {"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": "L225"}, {"id": "ui_changelog_bug_fixes_228", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L228"}, {"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": "L232"}, {"id": "ui_changelog_features_235", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L235"}, {"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": "L239"}, {"id": "ui_changelog_features_242", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L242"}, {"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": "L246"}, {"id": "ui_changelog_features_249", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L249"}, {"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": "L254"}, {"id": "ui_changelog_features_257", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L257"}, {"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": "L261"}, {"id": "ui_changelog_features_264", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L264"}, {"id": "ui_changelog_bug_fixes_269", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L269"}, {"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": "L273"}, {"id": "ui_changelog_bug_fixes_276", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L276"}, {"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": "L280"}, {"id": "ui_changelog_features_283", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L283"}, {"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": "L287"}, {"id": "ui_changelog_bug_fixes_290", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L290"}, {"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": "L294"}, {"id": "ui_changelog_bug_fixes_297", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L297"}, {"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": "L301"}, {"id": "ui_changelog_features_304", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L304"}, {"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": "L308"}, {"id": "ui_changelog_features_311", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L311"}, {"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": "L315"}, {"id": "ui_changelog_bug_fixes_318", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L318"}, {"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": "L322"}, {"id": "ui_changelog_features_325", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L325"}, {"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": "L329"}, {"id": "ui_changelog_features_332", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L332"}, {"id": "ui_changelog_bug_fixes_339", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L339"}, {"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": "L344"}, {"id": "ui_changelog_bug_fixes_347", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L347"}, {"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": "L351"}, {"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": "L353"}, {"id": "ui_changelog_bug_fixes_356", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L356"}, {"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": "L360"}, {"id": "ui_changelog_bug_fixes_363", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L363"}, {"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": "L367"}, {"id": "ui_changelog_features_370", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L370"}, {"id": "ui_changelog_bug_fixes_376", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L376"}, {"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": "L381"}, {"id": "ui_changelog_bug_fixes_384", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L384"}, {"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": "L389"}, {"id": "ui_changelog_features_392", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L392"}, {"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": "L396"}, {"id": "ui_changelog_bug_fixes_399", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L399"}, {"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": "L403"}, {"id": "ui_changelog_features_406", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L406"}, {"id": "ui_changelog_bug_fixes_411", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L411"}, {"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": "L415"}, {"id": "ui_changelog_features_418", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L418"}, {"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": "L422"}, {"id": "ui_changelog_bug_fixes_425", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L425"}, {"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": "L429"}, {"id": "ui_changelog_features_432", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L432"}, {"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": "L436"}, {"id": "ui_changelog_bug_fixes_439", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L439"}, {"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": "L443"}, {"id": "ui_changelog_features_446", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L446"}, {"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": "L450"}, {"id": "ui_changelog_bug_fixes_453", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L453"}, {"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": "L458"}, {"id": "ui_changelog_bug_fixes_461", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L461"}, {"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": "L465"}, {"id": "ui_changelog_bug_fixes_468", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L468"}, {"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": "L473"}, {"id": "ui_changelog_bug_fixes_476", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L476"}, {"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": "L480"}, {"id": "ui_changelog_bug_fixes_483", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L483"}, {"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": "L487"}, {"id": "ui_changelog_features_490", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L490"}, {"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": "L494"}, {"id": "ui_changelog_features_497", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L497"}, {"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": "L501"}, {"id": "ui_changelog_bug_fixes_504", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L504"}, {"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": "L509"}, {"id": "ui_changelog_features_512", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L512"}, {"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": "L516"}, {"id": "ui_changelog_bug_fixes_519", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L519"}, {"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": "L523"}, {"id": "ui_changelog_bug_fixes_526", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L526"}, {"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": "L531"}, {"id": "ui_changelog_bug_fixes_534", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L534"}, {"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": "L540"}, {"id": "ui_changelog_features_543", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L543"}, {"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": "L547"}, {"id": "ui_changelog_features_550", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L550"}, {"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": "L554"}, {"id": "ui_changelog_features_557", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L557"}, {"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": "L561"}, {"id": "ui_changelog_bug_fixes_564", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L564"}, {"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": "L568"}, {"id": "ui_changelog_features_571", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L571"}, {"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": "L575"}, {"id": "ui_changelog_bug_fixes_578", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L578"}, {"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": "L582"}, {"id": "ui_changelog_features_585", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L585"}, {"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": "L589"}, {"id": "ui_changelog_bug_fixes_592", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L592"}, {"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": "L596"}, {"id": "ui_changelog_bug_fixes_599", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L599"}, {"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": "L603"}, {"id": "ui_changelog_bug_fixes_606", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L606"}, {"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": "L610"}, {"id": "ui_changelog_features_613", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L613"}, {"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": "L617"}, {"id": "ui_changelog_bug_fixes_620", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L620"}, {"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": "L624"}, {"id": "ui_changelog_features_627", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L627"}, {"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": "L631"}, {"id": "ui_changelog_features_634", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L634"}, {"id": "ui_changelog_bug_fixes_639", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L639"}, {"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": "L643"}, {"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": "L645"}, {"id": "ui_changelog_features_648", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L648"}, {"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": "L652"}, {"id": "ui_changelog_features_655", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L655"}, {"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": "L659"}, {"id": "ui_changelog_bug_fixes_662", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L662"}, {"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": "L666"}, {"id": "ui_changelog_bug_fixes_669", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L669"}, {"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": "L673"}, {"id": "ui_changelog_bug_fixes_676", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L676"}, {"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": "L680"}, {"id": "ui_changelog_features_683", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L683"}, {"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": "L687"}, {"id": "ui_changelog_bug_fixes_690", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L690"}, {"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": "L694"}, {"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": "L696"}, {"id": "ui_changelog_bug_fixes_699", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L699"}, {"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": "L703"}, {"id": "ui_changelog_bug_fixes_706", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L706"}, {"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": "L710"}, {"id": "ui_changelog_features_713", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L713"}, {"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": "L717"}, {"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": "L719"}, {"id": "ui_changelog_bug_fixes_722", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L722"}, {"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": "L726"}, {"id": "ui_changelog_bug_fixes_729", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L729"}, {"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": "L733"}, {"id": "ui_changelog_bug_fixes_736", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L736"}, {"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": "L740"}, {"id": "ui_changelog_features_743", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L743"}, {"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": "L747"}, {"id": "ui_changelog_features_750", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L750"}, {"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": "L754"}, {"id": "ui_changelog_bug_fixes_757", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L757"}, {"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": "L761"}, {"id": "ui_changelog_bug_fixes_764", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L764"}, {"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": "L768"}, {"id": "ui_changelog_bug_fixes_771", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L771"}, {"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": "L775"}, {"id": "ui_changelog_bug_fixes_778", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L778"}, {"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": "L782"}, {"id": "ui_changelog_features_785", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L785"}, {"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": "L789"}, {"id": "ui_changelog_bug_fixes_792", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L792"}, {"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": "L796"}, {"id": "ui_changelog_features_799", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L799"}, {"id": "ui_changelog_bug_fixes_805", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L805"}, {"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": "L809"}, {"id": "ui_changelog_features_812", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L812"}, {"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": "L816"}, {"id": "ui_changelog_features_819", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L819"}, {"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": "L823"}, {"id": "ui_changelog_features_826", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L826"}, {"id": "ui_changelog_bug_fixes_831", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L831"}, {"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": "L835"}, {"id": "ui_changelog_features_838", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L838"}, {"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": "L846"}, {"id": "ui_changelog_features_849", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L849"}, {"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": "L853"}, {"id": "ui_changelog_bug_fixes_856", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L856"}, {"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": "L860"}, {"id": "ui_changelog_bug_fixes_863", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L863"}, {"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": "L867"}, {"id": "ui_changelog_features_870", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L870"}, {"id": "ui_changelog_bug_fixes_875", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L875"}, {"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": "L879"}, {"id": "ui_changelog_features_882", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L882"}, {"id": "ui_changelog_bug_fixes_887", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L887"}, {"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": "L892"}, {"id": "ui_changelog_bug_fixes_895", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L895"}, {"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": "L899"}, {"id": "ui_changelog_bug_fixes_902", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L902"}, {"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": "L906"}, {"id": "ui_changelog_bug_fixes_909", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L909"}, {"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": "L913"}, {"id": "ui_changelog_features_916", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L916"}, {"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": "L920"}, {"id": "ui_changelog_features_923", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L923"}, {"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": "L927"}, {"id": "ui_changelog_features_930", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L930"}, {"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": "L934"}, {"id": "ui_changelog_features_937", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L937"}, {"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": "L941"}, {"id": "ui_changelog_bug_fixes_944", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L944"}, {"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": "L948"}, {"id": "ui_changelog_features_951", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L951"}, {"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": "L955"}, {"id": "ui_changelog_features_958", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L958"}, {"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": "L962"}, {"id": "ui_changelog_bug_fixes_965", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L965"}, {"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": "L969"}, {"id": "ui_changelog_features_972", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L972"}, {"id": "ui_changelog_bug_fixes_978", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L978"}, {"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": "L983"}, {"id": "ui_changelog_features_986", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L986"}, {"id": "ui_changelog_bug_fixes_992", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L992"}, {"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": "L996"}, {"id": "ui_changelog_features_999", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L999"}, {"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": "L1004"}, {"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": "L1006"}, {"id": "ui_changelog_features_1009", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1009"}, {"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": "L1013"}, {"id": "ui_changelog_bug_fixes_1016", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1016"}, {"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": "L1020"}, {"id": "ui_changelog_features_1023", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1023"}, {"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": "L1027"}, {"id": "ui_changelog_features_1030", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1030"}, {"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": "L1034"}, {"id": "ui_changelog_bug_fixes_1037", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1037"}, {"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": "L1041"}, {"id": "ui_changelog_bug_fixes_1044", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1044"}, {"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": "L1048"}, {"id": "ui_changelog_bug_fixes_1051", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1051"}, {"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": "L1055"}, {"id": "ui_changelog_bug_fixes_1058", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1058"}, {"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": "L1062"}, {"id": "ui_changelog_features_1065", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1065"}, {"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": "L1069"}, {"id": "ui_changelog_features_1072", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1072"}, {"id": "ui_changelog_bug_fixes_1077", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1077"}, {"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": "L1081"}, {"id": "ui_changelog_bug_fixes_1084", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1084"}, {"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": "L1088"}, {"id": "ui_changelog_bug_fixes_1091", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1091"}, {"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": "L1095"}, {"id": "ui_changelog_bug_fixes_1098", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1098"}, {"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": "L1102"}, {"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": "L1104"}, {"id": "ui_changelog_bug_fixes_1107", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1107"}, {"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": "L1111"}, {"id": "ui_changelog_bug_fixes_1114", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1114"}, {"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": "L1119"}, {"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": "L1121"}, {"id": "ui_changelog_bug_fixes_1124", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1124"}, {"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": "L1128"}, {"id": "ui_changelog_bug_fixes_1131", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1131"}, {"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": "L1135"}, {"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": "L1137"}, {"id": "ui_changelog_bug_fixes_1140", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1140"}, {"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": "L1145"}, {"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": "L1147"}, {"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": "L1149"}, {"id": "ui_changelog_features_1152", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1152"}, {"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": "L1156"}, {"id": "ui_changelog_bug_fixes_1159", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1159"}, {"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": "L1163"}, {"id": "ui_changelog_bug_fixes_1166", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1166"}, {"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": "L1170"}, {"id": "ui_changelog_features_1173", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1173"}, {"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": "L1177"}, {"id": "ui_changelog_features_1180", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1180"}, {"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": "L1185"}, {"id": "ui_changelog_bug_fixes_1188", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1188"}, {"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": "L1193"}, {"id": "ui_changelog_features_1196", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1196"}, {"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": "L1201"}, {"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": "L1203"}, {"id": "ui_changelog_bug_fixes_1206", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1206"}, {"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": "L1210"}, {"id": "ui_changelog_bug_fixes_1213", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1213"}, {"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": "L1217"}, {"id": "ui_changelog_bug_fixes_1220", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1220"}, {"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": "L1224"}, {"id": "ui_changelog_bug_fixes_1227", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1227"}, {"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": "L1231"}, {"id": "ui_changelog_features_1234", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1234"}, {"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": "L1238"}, {"id": "ui_changelog_features_1241", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1241"}, {"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": "L1245"}, {"id": "ui_changelog_features_1248", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1248"}, {"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": "L1252"}, {"id": "ui_changelog_features_1255", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1255"}, {"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": "L1259"}, {"id": "ui_changelog_features_1262", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1262"}, {"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": "L1266"}, {"id": "ui_changelog_bug_fixes_1269", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1269"}, {"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": "L1273"}, {"id": "ui_changelog_bug_fixes_1276", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1276"}, {"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": "L1281"}, {"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": "L1283"}, {"id": "ui_changelog_features_1286", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1286"}, {"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": "L1290"}, {"id": "ui_changelog_features_1293", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1293"}, {"id": "ui_changelog_bug_fixes_1299", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1299"}, {"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": "L1303"}, {"id": "ui_changelog_features_1306", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1306"}, {"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": "L1310"}, {"id": "ui_changelog_features_1313", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1313"}, {"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": "L1317"}, {"id": "ui_changelog_bug_fixes_1320", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1320"}, {"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": "L1324"}, {"id": "ui_changelog_bug_fixes_1327", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1327"}, {"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": "L1331"}, {"id": "ui_changelog_features_1334", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1334"}, {"id": "ui_changelog_bug_fixes_1341", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1341"}, {"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": "L1345"}, {"id": "ui_changelog_features_1348", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1348"}, {"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": "L1352"}, {"id": "ui_changelog_features_1355", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1355"}, {"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": "L1359"}, {"id": "ui_changelog_features_1362", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1362"}, {"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": "L1366"}, {"id": "ui_changelog_features_1369", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1369"}, {"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": "L1373"}, {"id": "ui_changelog_bug_fixes_1376", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1376"}, {"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": "L1380"}, {"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": "L1382"}, {"id": "ui_changelog_features_1385", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1385"}, {"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": "L1389"}, {"id": "ui_changelog_bug_fixes_1392", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1392"}, {"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": "L1396"}, {"id": "ui_changelog_features_1399", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1399"}, {"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": "L1403"}, {"id": "ui_changelog_features_1406", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1406"}, {"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": "L1410"}, {"id": "ui_changelog_bug_fixes_1413", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1413"}, {"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": "L1417"}, {"id": "ui_changelog_bug_fixes_1420", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1420"}, {"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": "L1424"}, {"id": "ui_changelog_bug_fixes_1427", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1427"}, {"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": "L1431"}, {"id": "ui_changelog_bug_fixes_1434", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1434"}, {"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": "L1438"}, {"id": "ui_changelog_features_1441", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1441"}, {"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": "L1446"}, {"id": "ui_changelog_features_1449", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1449"}, {"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": "L1453"}, {"id": "ui_changelog_bug_fixes_1456", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1456"}, {"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": "L1460"}, {"id": "ui_changelog_bug_fixes_1463", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1463"}, {"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": "L1467"}, {"id": "ui_changelog_bug_fixes_1470", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1470"}, {"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": "L1474"}, {"id": "ui_changelog_features_1477", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1477"}, {"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": "L1481"}, {"id": "ui_changelog_bug_fixes_1484", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1484"}, {"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": "L1488"}, {"id": "ui_changelog_bug_fixes_1491", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1491"}, {"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": "L1495"}, {"id": "ui_changelog_bug_fixes_1498", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1498"}, {"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": "L1502"}, {"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": "L1504"}, {"id": "ui_changelog_features_1507", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1507"}, {"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": "L1511"}, {"id": "ui_changelog_features_1514", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1514"}, {"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": "L1518"}, {"id": "ui_changelog_bug_fixes_1521", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1521"}, {"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": "L1525"}, {"id": "ui_changelog_features_1528", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1528"}, {"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": "L1532"}, {"id": "ui_changelog_features_1535", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1535"}, {"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": "L1539"}, {"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": "L1541"}, {"id": "ui_changelog_features_1544", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1544"}, {"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": "L1548"}, {"id": "ui_changelog_bug_fixes_1551", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1551"}, {"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": "L1555"}, {"id": "ui_changelog_bug_fixes_1558", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1558"}, {"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": "L1563"}, {"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": "L1565"}, {"id": "ui_changelog_bug_fixes_1568", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1568"}, {"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": "L1572"}, {"id": "ui_changelog_bug_fixes_1575", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1575"}, {"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": "L1579"}, {"id": "ui_changelog_features_1582", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1582"}, {"id": "ui_changelog_bug_fixes_1587", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1587"}, {"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": "L1592"}, {"id": "ui_changelog_features_1595", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1595"}, {"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": "L1599"}, {"id": "ui_changelog_features_1602", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1602"}, {"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": "L1606"}, {"id": "ui_changelog_bug_fixes_1609", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1609"}, {"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": "L1613"}, {"id": "ui_changelog_features_1616", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1616"}, {"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": "L1620"}, {"id": "ui_changelog_features_1623", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1623"}, {"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": "L1627"}, {"id": "ui_changelog_features_1630", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1630"}, {"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": "L1634"}, {"id": "ui_changelog_bug_fixes_1637", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1637"}, {"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": "L1641"}, {"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": "L1643"}, {"id": "ui_changelog_bug_fixes_1646", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1646"}, {"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": "L1650"}, {"id": "ui_changelog_bug_fixes_1653", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1653"}, {"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": "L1657"}, {"id": "ui_changelog_bug_fixes_1660", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1660"}, {"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": "L1664"}, {"id": "ui_changelog_bug_fixes_1667", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1667"}, {"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": "L1672"}, {"id": "ui_changelog_bug_fixes_1675", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1675"}, {"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": "L1679"}, {"id": "ui_changelog_features_1682", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1682"}, {"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": "L1687"}, {"id": "ui_changelog_features_1690", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1690"}, {"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": "L1694"}, {"id": "ui_changelog_features_1697", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1697"}, {"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": "L1701"}, {"id": "ui_changelog_features_1704", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1704"}, {"id": "ui_changelog_bug_fixes_1709", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1709"}, {"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": "L1713"}, {"id": "ui_changelog_features_1716", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1716"}, {"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": "L1720"}, {"id": "ui_changelog_features_1723", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1723"}, {"id": "ui_changelog_bug_fixes_1729", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1729"}, {"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": "L1733"}, {"id": "ui_changelog_features_1736", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1736"}, {"id": "ui_changelog_bug_fixes_1742", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1742"}, {"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": "L1746"}, {"id": "ui_changelog_features_1749", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1749"}, {"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": "L1754"}, {"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": "L1756"}, {"id": "ui_changelog_features_1759", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1759"}, {"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": "L1763"}, {"id": "ui_changelog_bug_fixes_1766", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1766"}, {"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": "L1770"}, {"id": "ui_changelog_features_1773", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1773"}, {"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": "L1777"}, {"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": "L1779"}, {"id": "ui_changelog_features_1782", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1782"}, {"id": "ui_changelog_bug_fixes_1787", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1787"}, {"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": "L1791"}, {"id": "ui_changelog_features_1794", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1794"}, {"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": "L1798"}, {"id": "ui_changelog_bug_fixes_1801", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1801"}, {"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": "L1805"}, {"id": "ui_changelog_bug_fixes_1808", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1808"}, {"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": "L1812"}, {"id": "ui_changelog_bug_fixes_1815", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1815"}, {"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": "L1819"}, {"id": "ui_changelog_features_1822", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1822"}, {"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": "L1826"}, {"id": "ui_changelog_bug_fixes_1829", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1829"}, {"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": "L1833"}, {"id": "ui_changelog_bug_fixes_1836", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1836"}, {"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": "L1840"}, {"id": "ui_changelog_features_1843", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1843"}, {"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": "L1847"}, {"id": "ui_changelog_features_1850", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1850"}, {"id": "ui_changelog_bug_fixes_1855", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1855"}, {"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": "L1859"}, {"id": "ui_changelog_bug_fixes_1862", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1862"}, {"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": "L1867"}, {"id": "ui_changelog_features_1870", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1870"}, {"id": "ui_changelog_bug_fixes_1878", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1878"}, {"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": "L1885"}, {"id": "ui_changelog_features_1888", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1888"}, {"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": "L1892"}, {"id": "ui_changelog_bug_fixes_1895", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1895"}, {"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": "L1899"}, {"id": "ui_changelog_bug_fixes_1902", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1902"}, {"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": "L1906"}, {"id": "ui_changelog_features_1909", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1909"}, {"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": "L1913"}, {"id": "ui_changelog_features_1916", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1916"}, {"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": "L1920"}, {"id": "ui_changelog_features_1923", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1923"}, {"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": "L1929"}, {"id": "ui_changelog_features_1932", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1932"}, {"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": "L1936"}, {"id": "ui_changelog_bug_fixes_1939", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1939"}, {"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": "L1943"}, {"id": "ui_changelog_features_1946", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1946"}, {"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": "L1950"}, {"id": "ui_changelog_bug_fixes_1953", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1953"}, {"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": "L1957"}, {"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": "L1959"}, {"id": "ui_changelog_features_1962", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1962"}, {"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": "L1966"}, {"id": "ui_changelog_features_1969", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1969"}, {"id": "ui_changelog_bug_fixes_1974", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1974"}, {"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": "L1978"}, {"id": "ui_changelog_bug_fixes_1981", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1981"}, {"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": "L1985"}, {"id": "ui_changelog_features_1988", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1988"}, {"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": "L1992"}, {"id": "ui_changelog_bug_fixes_1995", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1995"}, {"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": "L1999"}, {"id": "ui_changelog_features_2002", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2002"}, {"id": "ui_changelog_bug_fixes_2007", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2007"}, {"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": "L2011"}, {"id": "ui_changelog_bug_fixes_2014", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2014"}, {"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": "L2018"}, {"id": "ui_changelog_bug_fixes_2021", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2021"}, {"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": "L2025"}, {"id": "ui_changelog_features_2028", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2028"}, {"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": "L2032"}, {"id": "ui_changelog_bug_fixes_2035", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2035"}, {"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": "L2039"}, {"id": "ui_changelog_bug_fixes_2042", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2042"}, {"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": "L2046"}, {"id": "ui_changelog_bug_fixes_2049", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2049"}, {"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": "L2053"}, {"id": "ui_changelog_bug_fixes_2056", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2056"}, {"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": "L2060"}, {"id": "ui_changelog_features_2063", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2063"}, {"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": "L2067"}, {"id": "ui_changelog_bug_fixes_2070", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2070"}, {"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": "L2074"}, {"id": "ui_changelog_bug_fixes_2077", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2077"}, {"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": "L2081"}, {"id": "ui_changelog_bug_fixes_2084", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2084"}, {"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": "L2088"}, {"id": "ui_changelog_features_2091", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2091"}, {"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": "L2096"}, {"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": "L2098"}, {"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": "L2100"}, {"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": "L2102"}, {"id": "ui_changelog_features_2105", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2105"}, {"id": "ui_changelog_bug_fixes_2110", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2110"}, {"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": "L2114"}, {"id": "ui_changelog_bug_fixes_2117", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2117"}, {"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": "L2122"}, {"id": "ui_changelog_features_2125", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2125"}, {"id": "ui_changelog_bug_fixes_2130", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2130"}, {"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": "L2134"}, {"id": "ui_changelog_bug_fixes_2137", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2137"}, {"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": "L2141"}, {"id": "ui_changelog_bug_fixes_2144", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2144"}, {"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": "L2148"}, {"id": "ui_changelog_bug_fixes_2151", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2151"}, {"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": "L2155"}, {"id": "ui_changelog_bug_fixes_2158", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2158"}, {"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": "L2162"}, {"id": "ui_changelog_bug_fixes_2165", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2165"}, {"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": "L2169"}, {"id": "ui_changelog_bug_fixes_2172", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2172"}, {"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": "L2176"}, {"id": "ui_changelog_bug_fixes_2179", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2179"}, {"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": "L2183"}, {"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": "L2185"}, {"id": "ui_changelog_bug_fixes_2188", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2188"}, {"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": "L2192"}, {"id": "ui_changelog_bug_fixes_2195", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2195"}, {"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": "L2199"}, {"id": "ui_changelog_bug_fixes_2202", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2202"}, {"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": "L2206"}, {"id": "ui_changelog_bug_fixes_2209", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2209"}, {"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": "L2213"}, {"id": "ui_changelog_features_2216", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2216"}, {"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": "L2220"}, {"id": "ui_changelog_features_2223", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2223"}, {"id": "ui_changelog_bug_fixes_2228", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2228"}, {"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": "L2232"}, {"id": "ui_changelog_bug_fixes_2235", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2235"}, {"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": "L2239"}, {"id": "ui_changelog_features_2242", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2242"}, {"id": "ui_changelog_bug_fixes_2247", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2247"}, {"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": "L2251"}, {"id": "ui_changelog_features_2254", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2254"}, {"id": "ui_changelog_bug_fixes_2259", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2259"}, {"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": "L2263"}, {"id": "ui_changelog_bug_fixes_2266", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2266"}, {"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": "L2270"}, {"id": "ui_changelog_features_2273", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2273"}, {"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": "L2277"}, {"id": "ui_changelog_bug_fixes_2280", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2280"}, {"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": "L2285"}, {"id": "ui_changelog_bug_fixes_2288", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2288"}, {"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": "L2293"}, {"id": "ui_changelog_bug_fixes_2296", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2296"}, {"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": "L2301"}, {"id": "ui_changelog_features_2304", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2304"}, {"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": "L2308"}, {"id": "ui_changelog_features_2311", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2311"}, {"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": "L2316"}, {"id": "ui_changelog_features_2319", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2319"}, {"id": "ui_changelog_bug_fixes_2324", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2324"}, {"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": "L2328"}, {"id": "ui_changelog_bug_fixes_2331", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2331"}, {"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": "L2335"}, {"id": "ui_changelog_bug_fixes_2338", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2338"}, {"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": "L2342"}, {"id": "ui_changelog_features_2345", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2345"}, {"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": "L2349"}, {"id": "ui_changelog_bug_fixes_2352", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2352"}, {"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": "L2357"}, {"id": "ui_changelog_bug_fixes_2360", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2360"}, {"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": "L2364"}, {"id": "ui_changelog_bug_fixes_2367", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2367"}, {"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": "L2371"}, {"id": "ui_changelog_bug_fixes_2374", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2374"}, {"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": "L2379"}, {"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": "L2381"}, {"id": "ui_changelog_features_2384", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2384"}, {"id": "ui_changelog_bug_fixes_2392", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2392"}, {"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": "L2397"}, {"id": "ui_changelog_features_2400", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2400"}, {"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": "L2404"}, {"id": "ui_changelog_bug_fixes_2407", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2407"}, {"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": "L2411"}, {"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": "L2413"}, {"id": "ui_changelog_features_2416", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2416"}, {"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": "L2421"}, {"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": "L2423"}, {"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": "L2425"}, {"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": "L2427"}, {"id": "ui_changelog_features_2430", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2430"}, {"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": "L2434"}, {"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": "L2436"}, {"id": "ui_changelog_features_2439", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2439"}, {"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": "L2444"}, {"id": "ui_changelog_features_2447", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2447"}, {"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": "L2451"}, {"id": "ui_changelog_bug_fixes_2454", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2454"}, {"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": "L2459"}, {"id": "ui_changelog_bug_fixes_2462", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2462"}, {"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": "L2469"}, {"id": "ui_changelog_features_2472", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2472"}, {"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": "L2476"}, {"id": "ui_changelog_features_2479", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2479"}, {"id": "ui_changelog_bug_fixes_2484", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2484"}, {"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": "L2488"}, {"id": "ui_changelog_bug_fixes_2491", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2491"}, {"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": "L2496"}, {"id": "ui_changelog_bug_fixes_2499", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2499"}, {"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": "L2503"}, {"id": "ui_changelog_features_2506", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2506"}, {"id": "ui_changelog_bug_fixes_2511", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2511"}, {"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": "L2515"}, {"id": "ui_changelog_features_2518", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2518"}, {"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": "L2522"}, {"id": "ui_changelog_features_2525", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2525"}, {"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": "L2529"}, {"id": "ui_changelog_features_2532", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2532"}, {"id": "ui_changelog_bug_fixes_2537", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2537"}, {"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": "L2541"}, {"id": "ui_changelog_bug_fixes_2544", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2544"}, {"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": "L2548"}, {"id": "ui_changelog_bug_fixes_2551", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2551"}, {"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": "L2555"}, {"id": "ui_changelog_bug_fixes_2558", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2558"}, {"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": "L2562"}, {"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": "L2564"}, {"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": "L2566"}, {"id": "ui_changelog_features_2569", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2569"}, {"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": "L2574"}, {"id": "ui_changelog_bug_fixes_2577", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2577"}, {"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": "L2584"}, {"id": "ui_changelog_features_2587", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2587"}, {"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": "L2591"}, {"id": "ui_changelog_features_2594", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2594"}, {"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": "L2598"}, {"id": "ui_changelog_bug_fixes_2601", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2601"}, {"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": "L2606"}, {"id": "ui_changelog_bug_fixes_2609", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2609"}, {"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": "L2613"}, {"id": "ui_changelog_bug_fixes_2616", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2616"}, {"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": "L2620"}, {"id": "ui_changelog_bug_fixes_2623", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2623"}, {"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": "L2629"}, {"id": "ui_changelog_bug_fixes_2632", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2632"}, {"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": "L2637"}, {"id": "ui_changelog_features_2640", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2640"}, {"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": "L2647"}, {"id": "ui_changelog_features_2650", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2650"}, {"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": "L2656"}, {"id": "ui_changelog_features_2659", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2659"}, {"id": "ui_changelog_bug_fixes_2664", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2664"}, {"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": "L2668"}, {"id": "ui_changelog_bug_fixes_2671", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2671"}, {"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": "L2675"}, {"id": "ui_changelog_bug_fixes_2678", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2678"}, {"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": "L2682"}, {"id": "ui_changelog_bug_fixes_2685", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2685"}, {"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": "L2689"}, {"id": "ui_changelog_features_2692", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2692"}, {"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": "L2696"}, {"id": "ui_changelog_bug_fixes_2699", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2699"}, {"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": "L2703"}, {"id": "ui_changelog_features_2706", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2706"}, {"id": "ui_changelog_bug_fixes_2711", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2711"}, {"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": "L2715"}, {"id": "ui_changelog_bug_fixes_2718", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2718"}, {"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": "L2722"}, {"id": "ui_changelog_bug_fixes_2725", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2725"}, {"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": "L2729"}, {"id": "ui_changelog_bug_fixes_2732", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2732"}, {"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": "L2737"}, {"id": "ui_changelog_bug_fixes_2740", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2740"}, {"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": "L2744"}, {"id": "ui_changelog_bug_fixes_2747", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2747"}, {"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": "L2751"}, {"id": "ui_changelog_bug_fixes_2754", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2754"}, {"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": "L2759"}, {"id": "ui_changelog_features_2762", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2762"}, {"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": "L2770"}, {"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": "L2772"}, {"id": "ui_changelog_bug_fixes_2775", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2775"}, {"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": "L2780"}, {"id": "ui_changelog_bug_fixes_2783", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2783"}, {"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": "L2787"}, {"id": "ui_changelog_features_2790", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2790"}, {"id": "ui_changelog_bug_fixes_2795", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2795"}, {"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": "L2799"}, {"id": "ui_changelog_features_2802", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2802"}, {"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": "L2806"}, {"id": "ui_changelog_bug_fixes_2809", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2809"}, {"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": "L2813"}, {"id": "ui_changelog_features_2816", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2816"}, {"id": "ui_changelog_bug_fixes_2821", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2821"}, {"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": "L2826"}, {"id": "ui_changelog_features_2829", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2829"}, {"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": "L2833"}, {"id": "ui_changelog_bug_fixes_2836", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2836"}, {"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": "L2841"}, {"id": "ui_changelog_features_2844", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2844"}, {"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": "L2848"}, {"id": "ui_changelog_bug_fixes_2851", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2851"}, {"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": "L2857"}, {"id": "ui_changelog_bug_fixes_2860", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2860"}, {"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": "L2865"}, {"id": "ui_changelog_features_2868", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2868"}, {"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": "L2872"}, {"id": "ui_changelog_bug_fixes_2875", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2875"}, {"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": "L2880"}, {"id": "ui_changelog_bug_fixes_2883", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2883"}, {"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": "L2887"}, {"id": "ui_changelog_bug_fixes_2890", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2890"}, {"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": "L2894"}, {"id": "ui_changelog_bug_fixes_2897", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2897"}, {"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": "L2901"}, {"id": "ui_changelog_bug_fixes_2904", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2904"}, {"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": "L2908"}, {"id": "ui_changelog_features_2911", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2911"}, {"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": "L2915"}, {"id": "ui_changelog_features_2918", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2918"}, {"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": "L2922"}, {"id": "ui_changelog_features_2925", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2925"}, {"id": "ui_changelog_bug_fixes_2931", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2931"}, {"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": "L2936"}, {"id": "ui_changelog_bug_fixes_2939", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2939"}, {"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": "L2944"}, {"id": "ui_changelog_bug_fixes_2947", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2947"}, {"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": "L2951"}, {"id": "ui_changelog_bug_fixes_2954", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2954"}, {"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": "L2958"}, {"id": "ui_changelog_bug_fixes_2961", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2961"}, {"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": "L2965"}, {"id": "ui_changelog_features_2968", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2968"}, {"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": "L2972"}, {"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": "L2974"}, {"id": "ui_changelog_bug_fixes_2977", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2977"}, {"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": "L2981"}, {"id": "ui_changelog_features_2984", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2984"}, {"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": "L2988"}, {"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": "L2990"}, {"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": "L2992"}, {"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": "L2994"}, {"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": "L2996"}, {"id": "ui_changelog_features_2999", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2999"}, {"id": "ui_changelog_bug_fixes_3017", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L3017"}, {"id": "ui_changelog_changelog_3026", "label": "Changelog", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L3026"}], "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": "L17", "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_20", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L20", "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": "L25", "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_28", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L28", "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": "L32", "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_35", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L35", "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": "L39", "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_42", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L42", "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": "L46", "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_49", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L49", "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": "L53", "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_56", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L56", "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": "L60", "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_63", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L63", "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": "L67", "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_70", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L70", "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_75", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L75", "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": "L79", "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_82", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L82", "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": "L86", "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_89", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L89", "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": "L93", "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_96", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L96", "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": "L100", "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_103", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L103", "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": "L108", "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_111", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L111", "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": "L115", "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_118", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L118", "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": "L122", "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_125", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L125", "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": "L129", "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_132", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L132", "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": "L136", "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_139", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L139", "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": "L143", "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_146", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L146", "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": "L150", "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_153", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L153", "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": "L157", "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_160", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L160", "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_165", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L165", "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": "L170", "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": "L172", "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_175", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L175", "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": "L180", "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": "L182", "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_185", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L185", "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": "L189", "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_192", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L192", "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": "L197", "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_200", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L200", "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": "L204", "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_207", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L207", "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": "L211", "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_214", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L214", "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": "L218", "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_221", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L221", "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": "L225", "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_228", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L228", "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": "L232", "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_235", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L235", "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": "L239", "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_242", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L242", "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": "L246", "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_249", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L249", "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": "L254", "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_257", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L257", "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": "L261", "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_264", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L264", "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_269", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L269", "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": "L273", "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_276", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L276", "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": "L280", "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_283", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L283", "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": "L287", "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_290", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L290", "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": "L294", "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_297", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L297", "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": "L301", "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_304", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L304", "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": "L308", "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_311", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L311", "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": "L315", "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_318", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L318", "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": "L322", "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_325", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L325", "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": "L329", "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_332", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L332", "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_339", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L339", "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": "L344", "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_347", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L347", "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": "L351", "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": "L353", "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_356", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L356", "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": "L360", "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_363", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L363", "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": "L367", "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_370", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L370", "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_376", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L376", "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": "L381", "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_384", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L384", "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": "L389", "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_392", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L392", "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": "L396", "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_399", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L399", "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": "L403", "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_406", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L406", "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_411", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L411", "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": "L415", "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_418", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L418", "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": "L422", "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_425", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L425", "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": "L429", "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_432", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L432", "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": "L436", "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_439", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L439", "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": "L443", "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_446", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L446", "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": "L450", "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_453", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L453", "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": "L458", "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_461", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L461", "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": "L465", "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_468", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L468", "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": "L473", "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_476", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L476", "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": "L480", "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_483", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L483", "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": "L487", "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_490", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L490", "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": "L494", "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_497", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L497", "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": "L501", "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_504", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L504", "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": "L509", "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_512", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L512", "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": "L516", "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_519", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L519", "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": "L523", "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_526", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L526", "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": "L531", "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_534", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L534", "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": "L540", "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_543", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L543", "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": "L547", "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_550", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L550", "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": "L554", "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_557", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L557", "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": "L561", "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_564", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L564", "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": "L568", "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_571", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L571", "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": "L575", "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_578", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L578", "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": "L582", "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_585", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L585", "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": "L589", "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_592", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L592", "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": "L596", "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_599", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L599", "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": "L603", "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_606", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L606", "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": "L610", "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_613", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L613", "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": "L617", "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_620", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L620", "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": "L624", "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_627", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L627", "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": "L631", "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_634", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L634", "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_639", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L639", "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": "L643", "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": "L645", "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_648", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L648", "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": "L652", "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_655", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L655", "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": "L659", "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_662", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L662", "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": "L666", "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_669", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L669", "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": "L673", "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_676", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L676", "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": "L680", "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_683", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L683", "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": "L687", "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_690", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L690", "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": "L694", "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": "L696", "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_699", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L699", "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": "L703", "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_706", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L706", "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": "L710", "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_713", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L713", "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": "L717", "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": "L719", "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_722", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L722", "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": "L726", "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_729", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L729", "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": "L733", "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_736", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L736", "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": "L740", "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_743", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L743", "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": "L747", "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_750", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L750", "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": "L754", "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_757", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L757", "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": "L761", "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_764", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L764", "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": "L768", "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_771", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L771", "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": "L775", "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_778", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L778", "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": "L782", "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_785", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L785", "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": "L789", "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_792", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L792", "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": "L796", "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_799", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L799", "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_805", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L805", "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": "L809", "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_812", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L812", "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": "L816", "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_819", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L819", "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": "L823", "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_826", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L826", "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_831", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L831", "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": "L835", "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_838", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L838", "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": "L846", "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_849", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L849", "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": "L853", "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_856", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L856", "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": "L860", "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_863", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L863", "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": "L867", "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_870", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L870", "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_875", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L875", "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": "L879", "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_882", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L882", "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_887", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L887", "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": "L892", "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_895", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L895", "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": "L899", "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_902", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L902", "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": "L906", "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_909", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L909", "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": "L913", "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_916", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L916", "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": "L920", "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_923", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L923", "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": "L927", "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_930", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L930", "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": "L934", "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_937", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L937", "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": "L941", "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_944", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L944", "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": "L948", "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_951", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L951", "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": "L955", "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_958", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L958", "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": "L962", "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_965", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L965", "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": "L969", "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_972", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L972", "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_978", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L978", "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": "L983", "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_986", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L986", "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_992", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L992", "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": "L996", "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_999", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L999", "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": "L1004", "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": "L1006", "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_1009", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1009", "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": "L1013", "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_1016", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1016", "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": "L1020", "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_1023", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1023", "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": "L1027", "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_1030", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1030", "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": "L1034", "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_1037", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1037", "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": "L1041", "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_1044", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1044", "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": "L1048", "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_1051", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1051", "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": "L1055", "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_1058", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1058", "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": "L1062", "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_1065", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1065", "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": "L1069", "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_1072", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1072", "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_1077", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1077", "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": "L1081", "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_1084", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1084", "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": "L1088", "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_1091", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1091", "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": "L1095", "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_1098", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1098", "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": "L1102", "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": "L1104", "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_1107", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1107", "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": "L1111", "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_1114", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1114", "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": "L1119", "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": "L1121", "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_1124", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1124", "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": "L1128", "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_1131", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1131", "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": "L1135", "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": "L1137", "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_1140", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1140", "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": "L1145", "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": "L1147", "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": "L1149", "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_1152", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1152", "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": "L1156", "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_1159", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1159", "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": "L1163", "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_1166", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1166", "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": "L1170", "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_1173", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1173", "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": "L1177", "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_1180", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1180", "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": "L1185", "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_1188", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1188", "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": "L1193", "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_1196", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1196", "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": "L1201", "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": "L1203", "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_1206", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1206", "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": "L1210", "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_1213", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1213", "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": "L1217", "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_1220", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1220", "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": "L1224", "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_1227", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1227", "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": "L1231", "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_1234", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1234", "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": "L1238", "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_1241", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1241", "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": "L1245", "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_1248", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1248", "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": "L1252", "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_1255", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1255", "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": "L1259", "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_1262", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1262", "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": "L1266", "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_1269", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1269", "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": "L1273", "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_1276", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1276", "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": "L1281", "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": "L1283", "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_1286", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1286", "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": "L1290", "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_1293", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1293", "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_1299", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1299", "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": "L1303", "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_1306", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1306", "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": "L1310", "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_1313", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1313", "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": "L1317", "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_1320", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1320", "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": "L1324", "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_1327", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1327", "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": "L1331", "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_1334", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1334", "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_1341", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1341", "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": "L1345", "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_1348", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1348", "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": "L1352", "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_1355", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1355", "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": "L1359", "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_1362", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1362", "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": "L1366", "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_1369", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1369", "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": "L1373", "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_1376", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1376", "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": "L1380", "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": "L1382", "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_1385", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1385", "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": "L1389", "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_1392", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1392", "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": "L1396", "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_1399", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1399", "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": "L1403", "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_1406", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1406", "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": "L1410", "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_1413", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1413", "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": "L1417", "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_1420", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1420", "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": "L1424", "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_1427", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1427", "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": "L1431", "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_1434", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1434", "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": "L1438", "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_1441", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1441", "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": "L1446", "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_1449", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1449", "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": "L1453", "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_1456", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1456", "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": "L1460", "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_1463", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1463", "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": "L1467", "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_1470", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1470", "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": "L1474", "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_1477", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1477", "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": "L1481", "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_1484", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1484", "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": "L1488", "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_1491", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1491", "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": "L1495", "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_1498", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1498", "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": "L1502", "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": "L1504", "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_1507", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1507", "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": "L1511", "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_1514", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1514", "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": "L1518", "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_1521", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1521", "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": "L1525", "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_1528", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1528", "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": "L1532", "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_1535", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1535", "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": "L1539", "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": "L1541", "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_1544", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1544", "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": "L1548", "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_1551", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1551", "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": "L1555", "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_1558", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1558", "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": "L1563", "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": "L1565", "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_1568", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1568", "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": "L1572", "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_1575", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1575", "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": "L1579", "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_1582", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1582", "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_1587", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1587", "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": "L1592", "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_1595", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1595", "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": "L1599", "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_1602", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1602", "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": "L1606", "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_1609", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1609", "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": "L1613", "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_1616", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1616", "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": "L1620", "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_1623", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1623", "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": "L1627", "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_1630", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1630", "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": "L1634", "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_1637", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1637", "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": "L1641", "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": "L1643", "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_1646", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1646", "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": "L1650", "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_1653", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1653", "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": "L1657", "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_1660", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1660", "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": "L1664", "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_1667", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1667", "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": "L1672", "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_1675", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1675", "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": "L1679", "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_1682", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1682", "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": "L1687", "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_1690", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1690", "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": "L1694", "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_1697", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1697", "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": "L1701", "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_1704", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1704", "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_1709", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1709", "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": "L1713", "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_1716", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1716", "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": "L1720", "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_1723", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1723", "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_1729", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1729", "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": "L1733", "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_1736", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1736", "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_1742", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1742", "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": "L1746", "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_1749", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1749", "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": "L1754", "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": "L1756", "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_1759", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1759", "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": "L1763", "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_1766", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1766", "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": "L1770", "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_1773", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1773", "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": "L1777", "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": "L1779", "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_1782", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1782", "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_1787", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1787", "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": "L1791", "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_1794", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1794", "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": "L1798", "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_1801", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1801", "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": "L1805", "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_1808", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1808", "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": "L1812", "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_1815", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1815", "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": "L1819", "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_1822", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1822", "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": "L1826", "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_1829", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1829", "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": "L1833", "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_1836", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1836", "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": "L1840", "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_1843", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1843", "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": "L1847", "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_1850", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1850", "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_1855", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1855", "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": "L1859", "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_1862", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1862", "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": "L1867", "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_1870", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1870", "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_1878", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1878", "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": "L1885", "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_1888", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1888", "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": "L1892", "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_1895", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1895", "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": "L1899", "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_1902", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1902", "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": "L1906", "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_1909", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1909", "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": "L1913", "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_1916", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1916", "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": "L1920", "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_1923", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1923", "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": "L1929", "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_1932", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1932", "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": "L1936", "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_1939", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1939", "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": "L1943", "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_1946", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1946", "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": "L1950", "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_1953", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1953", "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": "L1957", "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": "L1959", "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_1962", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1962", "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": "L1966", "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_1969", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1969", "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_1974", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1974", "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": "L1978", "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_1981", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1981", "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": "L1985", "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_1988", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1988", "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": "L1992", "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_1995", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1995", "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": "L1999", "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_2002", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2002", "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_2007", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2007", "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": "L2011", "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_2014", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2014", "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": "L2018", "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_2021", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2021", "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": "L2025", "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_2028", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2028", "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": "L2032", "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_2035", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2035", "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": "L2039", "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_2042", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2042", "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": "L2046", "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_2049", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2049", "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": "L2053", "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_2056", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2056", "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": "L2060", "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_2063", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2063", "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": "L2067", "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_2070", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2070", "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": "L2074", "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_2077", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2077", "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": "L2081", "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_2084", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2084", "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": "L2088", "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_2091", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2091", "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": "L2096", "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": "L2098", "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": "L2100", "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": "L2102", "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_2105", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2105", "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_2110", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2110", "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": "L2114", "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_2117", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2117", "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": "L2122", "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_2125", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2125", "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_2130", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2130", "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": "L2134", "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_2137", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2137", "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": "L2141", "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_2144", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2144", "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": "L2148", "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_2151", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2151", "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": "L2155", "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_2158", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2158", "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": "L2162", "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_2165", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2165", "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": "L2169", "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_2172", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2172", "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": "L2176", "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_2179", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2179", "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": "L2183", "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": "L2185", "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_2188", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2188", "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": "L2192", "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_2195", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2195", "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": "L2199", "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_2202", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2202", "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": "L2206", "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_2209", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2209", "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": "L2213", "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_2216", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2216", "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": "L2220", "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_2223", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2223", "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_2228", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2228", "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": "L2232", "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_2235", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2235", "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": "L2239", "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_2242", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2242", "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_2247", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2247", "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": "L2251", "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_2254", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2254", "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_2259", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2259", "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": "L2263", "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_2266", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2266", "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": "L2270", "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_2273", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2273", "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": "L2277", "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_2280", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2280", "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": "L2285", "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_2288", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2288", "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": "L2293", "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_2296", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2296", "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": "L2301", "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_2304", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2304", "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": "L2308", "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_2311", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2311", "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": "L2316", "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_2319", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2319", "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_2324", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2324", "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": "L2328", "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_2331", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2331", "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": "L2335", "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_2338", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2338", "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": "L2342", "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_2345", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2345", "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": "L2349", "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_2352", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2352", "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": "L2357", "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_2360", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2360", "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": "L2364", "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_2367", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2367", "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": "L2371", "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_2374", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2374", "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": "L2379", "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": "L2381", "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_2384", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2384", "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_2392", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2392", "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": "L2397", "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_2400", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2400", "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": "L2404", "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_2407", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2407", "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": "L2411", "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": "L2413", "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_2416", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2416", "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": "L2421", "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": "L2423", "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": "L2425", "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": "L2427", "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_2430", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2430", "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": "L2434", "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": "L2436", "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_2439", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2439", "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": "L2444", "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_2447", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2447", "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": "L2451", "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_2454", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2454", "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": "L2459", "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_2462", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2462", "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": "L2469", "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_2472", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2472", "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": "L2476", "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_2479", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2479", "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_2484", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2484", "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": "L2488", "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_2491", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2491", "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": "L2496", "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_2499", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2499", "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": "L2503", "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_2506", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2506", "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_2511", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2511", "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": "L2515", "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_2518", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2518", "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": "L2522", "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_2525", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2525", "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": "L2529", "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_2532", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2532", "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_2537", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2537", "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": "L2541", "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_2544", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2544", "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": "L2548", "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_2551", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2551", "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": "L2555", "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_2558", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2558", "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": "L2562", "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": "L2564", "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": "L2566", "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_2569", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2569", "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": "L2574", "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_2577", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2577", "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": "L2584", "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_2587", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2587", "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": "L2591", "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_2594", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2594", "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": "L2598", "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_2601", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2601", "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": "L2606", "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_2609", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2609", "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": "L2613", "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_2616", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2616", "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": "L2620", "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_2623", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2623", "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": "L2629", "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_2632", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2632", "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": "L2637", "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_2640", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2640", "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": "L2647", "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_2650", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2650", "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": "L2656", "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_2659", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2659", "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_2664", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2664", "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": "L2668", "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_2671", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2671", "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": "L2675", "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_2678", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2678", "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": "L2682", "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_2685", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2685", "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": "L2689", "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_2692", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2692", "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": "L2696", "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_2699", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2699", "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": "L2703", "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_2706", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2706", "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_2711", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2711", "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": "L2715", "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_2718", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2718", "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": "L2722", "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_2725", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2725", "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": "L2729", "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_2732", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2732", "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": "L2737", "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_2740", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2740", "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": "L2744", "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_2747", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2747", "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": "L2751", "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_2754", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2754", "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": "L2759", "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_2762", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2762", "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": "L2770", "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": "L2772", "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_2775", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2775", "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": "L2780", "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_2783", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2783", "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": "L2787", "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_2790", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2790", "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_2795", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2795", "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": "L2799", "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_2802", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2802", "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": "L2806", "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_2809", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2809", "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": "L2813", "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_2816", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2816", "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_2821", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2821", "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": "L2826", "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_2829", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2829", "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": "L2833", "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_2836", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2836", "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": "L2841", "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_2844", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2844", "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": "L2848", "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_2851", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2851", "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": "L2857", "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_2860", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2860", "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": "L2865", "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_2868", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2868", "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": "L2872", "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_2875", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2875", "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": "L2880", "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_2883", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2883", "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": "L2887", "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_2890", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2890", "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": "L2894", "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_2897", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2897", "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": "L2901", "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_2904", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2904", "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": "L2908", "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_2911", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2911", "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": "L2915", "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_2918", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2918", "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": "L2922", "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_2925", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2925", "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_2931", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2931", "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": "L2936", "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_2939", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2939", "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": "L2944", "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_2947", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2947", "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": "L2951", "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_2954", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2954", "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": "L2958", "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_2961", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2961", "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": "L2965", "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_2968", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2968", "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": "L2972", "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": "L2974", "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_2977", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2977", "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": "L2981", "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_2984", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2984", "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": "L2988", "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": "L2990", "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": "L2992", "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": "L2994", "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": "L2996", "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_2999", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2999", "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_3017", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L3017", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_changelog_md", "target": "ui_changelog_changelog_3026", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L3026", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}