@homecode/ui 5.4.0 → 5.5.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 (105) hide show
  1. package/dist/esm/index.js +1 -0
  2. package/dist/esm/src/components/Autocomplete/Autocomplete.js +3 -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/Icon/icons/index.js +2 -0
  6. package/dist/esm/src/components/Icon/icons/volume.svg.js +15 -0
  7. package/dist/esm/src/components/Icon/icons/volumeOff.svg.js +15 -0
  8. package/dist/esm/src/components/InputFile/InputFile.js +3 -2
  9. package/dist/esm/src/components/Slider/Slider.js +53 -10
  10. package/dist/esm/src/components/Slider/Slider.styl.js +2 -2
  11. package/dist/esm/src/components/Tabs/Tabs.js +3 -1
  12. package/dist/esm/src/components/Tooltip/Tooltip.styl.js +1 -1
  13. package/dist/esm/src/components/Tooltip/TooltipOverTrigger.js +7 -44
  14. package/dist/esm/src/components/Tooltip/TooltipSimple.js +4 -0
  15. package/dist/esm/src/components/Tooltip/tooltipTextStyles.js +49 -0
  16. package/dist/esm/src/components/VideoPlayer/VideoPlayer.helpers.js +82 -0
  17. package/dist/esm/src/components/VideoPlayer/VideoPlayer.js +348 -0
  18. package/dist/esm/src/components/VideoPlayer/VideoPlayer.styl.js +7 -0
  19. package/dist/esm/types/src/components/AssistiveText/AssistiveText.d.ts +1 -1
  20. package/dist/esm/types/src/components/Autocomplete/Autocomplete.d.ts +1 -1
  21. package/dist/esm/types/src/components/Button/Button.d.ts +1 -1
  22. package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  23. package/dist/esm/types/src/components/Calendar/Calendar.d.ts +1 -1
  24. package/dist/esm/types/src/components/Card/Card.d.ts +7 -7
  25. package/dist/esm/types/src/components/Chip/Chip.d.ts +1 -1
  26. package/dist/esm/types/src/components/DatePicker/DatePicker.d.ts +1 -1
  27. package/dist/esm/types/src/components/DatePickerInput/DatePickerInput.d.ts +1 -1
  28. package/dist/esm/types/src/components/DateTime/DateTime.d.ts +1 -1
  29. package/dist/esm/types/src/components/Dialogue/Dialogue.d.ts +1 -1
  30. package/dist/esm/types/src/components/Draggable/Draggable.d.ts +1 -1
  31. package/dist/esm/types/src/components/DropZone/DropZone.d.ts +1 -1
  32. package/dist/esm/types/src/components/Expand/Expand.d.ts +1 -1
  33. package/dist/esm/types/src/components/Flex/Flex.d.ts +1 -1
  34. package/dist/esm/types/src/components/Form/Form.d.ts +1 -1
  35. package/dist/esm/types/src/components/Form/SubmitButtons/SubmitButtons.d.ts +1 -1
  36. package/dist/esm/types/src/components/Gallery/Dots/Dots.d.ts +1 -1
  37. package/dist/esm/types/src/components/Gallery/Gallery.d.ts +1 -1
  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/Tooltip/tooltipTextStyles.d.ts +4 -0
  77. package/dist/esm/types/src/components/VH/VH.d.ts +1 -1
  78. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.d.ts +3 -0
  79. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.helpers.d.ts +23 -0
  80. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.types.d.ts +12 -0
  81. package/dist/esm/types/src/components/Virtualized/Cards/Cards.d.ts +2 -2
  82. package/dist/esm/types/src/components/Virtualized/List/List.d.ts +2 -2
  83. package/dist/esm/types/src/components/Virtualized/List/ListScroll.d.ts +1 -1
  84. package/dist/esm/types/src/components/Virtualized/Table/Table.d.ts +2 -2
  85. package/dist/esm/types/src/components/index.d.ts +1 -0
  86. package/dist/esm/types/src/services/i18n.d.ts +1 -1
  87. package/dist/esm/types/src/tiptap/slash-mention/SlashSuggestionList.d.ts +1 -1
  88. package/graphify-out/.graphify_labels.json +6 -11
  89. package/graphify-out/2026-07-18/.graphify_labels.json +217 -0
  90. package/graphify-out/2026-07-18/GRAPH_REPORT.md +1007 -0
  91. package/graphify-out/2026-07-18/cost.json +12 -0
  92. package/graphify-out/2026-07-18/graph.json +70772 -0
  93. package/graphify-out/2026-07-18/manifest.json +2342 -0
  94. package/graphify-out/GRAPH_REPORT.md +193 -221
  95. package/graphify-out/cache/ast/0d0d438582d5ce7adfc4db8f33ce31428bb9f5f1259e61481276d15876fd9673.json +1 -0
  96. package/graphify-out/cache/ast/494bb27524c0e6571e692c3092e4526a7d2c362cf8dd879d1ca7fea05e63ce5a.json +1 -0
  97. package/graphify-out/cache/ast/6315f77346a8bd9fd00e6325e2c9feba16677838f4b1979d65d0bf198afe222e.json +1 -0
  98. package/graphify-out/cache/ast/7c14f07fe0bd2a58d9b0f18c64bcb4309c22a94ab7d8d0b4816fbab57236cc00.json +1 -0
  99. package/graphify-out/cache/ast/9fa55f86bff0deafa27fe7f690ea34d0e13429d1a0fd14c464b9fb9ee1265896.json +1 -0
  100. package/graphify-out/cache/ast/dd4c6a81e7b8e9865855fb84e0c822fc53e30f0f3c90cb4166edc3352fbe04a7.json +1 -0
  101. package/graphify-out/cache/stat-index.json +1 -1
  102. package/graphify-out/graph.html +4 -4
  103. package/graphify-out/graph.json +4884 -3505
  104. package/graphify-out/manifest.json +118 -53
  105. package/package.json +6 -3
@@ -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_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": "L5"}, {"id": "ui_changelog_bug_fixes", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L8"}, {"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": "L13"}, {"id": "ui_changelog_features", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L16"}, {"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": "L20"}, {"id": "ui_changelog_bug_fixes_23", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L23"}, {"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": "L27"}, {"id": "ui_changelog_features_30", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L30"}, {"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": "L34"}, {"id": "ui_changelog_features_37", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L37"}, {"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": "L41"}, {"id": "ui_changelog_bug_fixes_44", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L44"}, {"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": "L48"}, {"id": "ui_changelog_bug_fixes_51", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L51"}, {"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": "L55"}, {"id": "ui_changelog_features_58", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L58"}, {"id": "ui_changelog_bug_fixes_63", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L63"}, {"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": "L67"}, {"id": "ui_changelog_bug_fixes_70", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L70"}, {"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": "L74"}, {"id": "ui_changelog_bug_fixes_77", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L77"}, {"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": "L81"}, {"id": "ui_changelog_bug_fixes_84", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L84"}, {"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": "L88"}, {"id": "ui_changelog_features_91", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L91"}, {"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": "L96"}, {"id": "ui_changelog_bug_fixes_99", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L99"}, {"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": "L103"}, {"id": "ui_changelog_bug_fixes_106", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L106"}, {"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": "L110"}, {"id": "ui_changelog_features_113", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L113"}, {"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": "L117"}, {"id": "ui_changelog_bug_fixes_120", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L120"}, {"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": "L124"}, {"id": "ui_changelog_features_127", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L127"}, {"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": "L131"}, {"id": "ui_changelog_features_134", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L134"}, {"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": "L138"}, {"id": "ui_changelog_features_141", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L141"}, {"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": "L145"}, {"id": "ui_changelog_features_148", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L148"}, {"id": "ui_changelog_bug_fixes_153", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L153"}, {"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": "L158"}, {"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": "L160"}, {"id": "ui_changelog_features_163", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L163"}, {"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": "L168"}, {"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": "L170"}, {"id": "ui_changelog_bug_fixes_173", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L173"}, {"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": "L177"}, {"id": "ui_changelog_bug_fixes_180", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L180"}, {"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": "L185"}, {"id": "ui_changelog_bug_fixes_188", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L188"}, {"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": "L192"}, {"id": "ui_changelog_features_195", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L195"}, {"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": "L199"}, {"id": "ui_changelog_bug_fixes_202", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L202"}, {"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": "L206"}, {"id": "ui_changelog_features_209", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L209"}, {"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": "L213"}, {"id": "ui_changelog_bug_fixes_216", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L216"}, {"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": "L220"}, {"id": "ui_changelog_features_223", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L223"}, {"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": "L227"}, {"id": "ui_changelog_features_230", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L230"}, {"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": "L234"}, {"id": "ui_changelog_features_237", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L237"}, {"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": "L242"}, {"id": "ui_changelog_features_245", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L245"}, {"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": "L249"}, {"id": "ui_changelog_features_252", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L252"}, {"id": "ui_changelog_bug_fixes_257", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L257"}, {"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": "L261"}, {"id": "ui_changelog_bug_fixes_264", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L264"}, {"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": "L268"}, {"id": "ui_changelog_features_271", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L271"}, {"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": "L275"}, {"id": "ui_changelog_bug_fixes_278", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L278"}, {"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": "L282"}, {"id": "ui_changelog_bug_fixes_285", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L285"}, {"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": "L289"}, {"id": "ui_changelog_features_292", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L292"}, {"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": "L296"}, {"id": "ui_changelog_features_299", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L299"}, {"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": "L303"}, {"id": "ui_changelog_bug_fixes_306", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L306"}, {"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": "L310"}, {"id": "ui_changelog_features_313", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L313"}, {"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": "L317"}, {"id": "ui_changelog_features_320", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L320"}, {"id": "ui_changelog_bug_fixes_327", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L327"}, {"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": "L332"}, {"id": "ui_changelog_bug_fixes_335", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L335"}, {"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": "L339"}, {"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": "L341"}, {"id": "ui_changelog_bug_fixes_344", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L344"}, {"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": "L348"}, {"id": "ui_changelog_bug_fixes_351", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L351"}, {"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": "L355"}, {"id": "ui_changelog_features_358", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L358"}, {"id": "ui_changelog_bug_fixes_364", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L364"}, {"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": "L369"}, {"id": "ui_changelog_bug_fixes_372", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L372"}, {"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": "L377"}, {"id": "ui_changelog_features_380", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L380"}, {"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": "L384"}, {"id": "ui_changelog_bug_fixes_387", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L387"}, {"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": "L391"}, {"id": "ui_changelog_features_394", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L394"}, {"id": "ui_changelog_bug_fixes_399", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L399"}, {"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": "L403"}, {"id": "ui_changelog_features_406", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L406"}, {"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": "L410"}, {"id": "ui_changelog_bug_fixes_413", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L413"}, {"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": "L417"}, {"id": "ui_changelog_features_420", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L420"}, {"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": "L424"}, {"id": "ui_changelog_bug_fixes_427", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L427"}, {"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": "L431"}, {"id": "ui_changelog_features_434", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L434"}, {"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": "L438"}, {"id": "ui_changelog_bug_fixes_441", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L441"}, {"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": "L446"}, {"id": "ui_changelog_bug_fixes_449", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L449"}, {"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": "L453"}, {"id": "ui_changelog_bug_fixes_456", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L456"}, {"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": "L461"}, {"id": "ui_changelog_bug_fixes_464", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L464"}, {"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": "L468"}, {"id": "ui_changelog_bug_fixes_471", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L471"}, {"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": "L475"}, {"id": "ui_changelog_features_478", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L478"}, {"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": "L482"}, {"id": "ui_changelog_features_485", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L485"}, {"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": "L489"}, {"id": "ui_changelog_bug_fixes_492", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L492"}, {"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": "L497"}, {"id": "ui_changelog_features_500", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L500"}, {"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": "L504"}, {"id": "ui_changelog_bug_fixes_507", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L507"}, {"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": "L511"}, {"id": "ui_changelog_bug_fixes_514", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L514"}, {"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": "L519"}, {"id": "ui_changelog_bug_fixes_522", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L522"}, {"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": "L528"}, {"id": "ui_changelog_features_531", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L531"}, {"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": "L535"}, {"id": "ui_changelog_features_538", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L538"}, {"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": "L542"}, {"id": "ui_changelog_features_545", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L545"}, {"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": "L549"}, {"id": "ui_changelog_bug_fixes_552", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L552"}, {"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": "L556"}, {"id": "ui_changelog_features_559", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L559"}, {"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": "L563"}, {"id": "ui_changelog_bug_fixes_566", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L566"}, {"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": "L570"}, {"id": "ui_changelog_features_573", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L573"}, {"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": "L577"}, {"id": "ui_changelog_bug_fixes_580", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L580"}, {"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": "L584"}, {"id": "ui_changelog_bug_fixes_587", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L587"}, {"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": "L591"}, {"id": "ui_changelog_bug_fixes_594", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L594"}, {"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": "L598"}, {"id": "ui_changelog_features_601", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L601"}, {"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": "L605"}, {"id": "ui_changelog_bug_fixes_608", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L608"}, {"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": "L612"}, {"id": "ui_changelog_features_615", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L615"}, {"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": "L619"}, {"id": "ui_changelog_features_622", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L622"}, {"id": "ui_changelog_bug_fixes_627", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L627"}, {"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": "L631"}, {"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": "L633"}, {"id": "ui_changelog_features_636", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L636"}, {"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": "L640"}, {"id": "ui_changelog_features_643", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L643"}, {"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": "L647"}, {"id": "ui_changelog_bug_fixes_650", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L650"}, {"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": "L654"}, {"id": "ui_changelog_bug_fixes_657", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L657"}, {"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": "L661"}, {"id": "ui_changelog_bug_fixes_664", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L664"}, {"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": "L668"}, {"id": "ui_changelog_features_671", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L671"}, {"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": "L675"}, {"id": "ui_changelog_bug_fixes_678", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L678"}, {"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": "L682"}, {"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": "L684"}, {"id": "ui_changelog_bug_fixes_687", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L687"}, {"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": "L691"}, {"id": "ui_changelog_bug_fixes_694", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L694"}, {"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": "L698"}, {"id": "ui_changelog_features_701", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L701"}, {"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": "L705"}, {"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": "L707"}, {"id": "ui_changelog_bug_fixes_710", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L710"}, {"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": "L714"}, {"id": "ui_changelog_bug_fixes_717", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L717"}, {"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": "L721"}, {"id": "ui_changelog_bug_fixes_724", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L724"}, {"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": "L728"}, {"id": "ui_changelog_features_731", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L731"}, {"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": "L735"}, {"id": "ui_changelog_features_738", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L738"}, {"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": "L742"}, {"id": "ui_changelog_bug_fixes_745", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L745"}, {"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": "L749"}, {"id": "ui_changelog_bug_fixes_752", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L752"}, {"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": "L756"}, {"id": "ui_changelog_bug_fixes_759", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L759"}, {"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": "L763"}, {"id": "ui_changelog_bug_fixes_766", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L766"}, {"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": "L770"}, {"id": "ui_changelog_features_773", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L773"}, {"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": "L777"}, {"id": "ui_changelog_bug_fixes_780", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L780"}, {"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": "L784"}, {"id": "ui_changelog_features_787", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L787"}, {"id": "ui_changelog_bug_fixes_793", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L793"}, {"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": "L797"}, {"id": "ui_changelog_features_800", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L800"}, {"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": "L804"}, {"id": "ui_changelog_features_807", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L807"}, {"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": "L811"}, {"id": "ui_changelog_features_814", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L814"}, {"id": "ui_changelog_bug_fixes_819", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L819"}, {"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": "L823"}, {"id": "ui_changelog_features_826", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L826"}, {"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": "L834"}, {"id": "ui_changelog_features_837", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L837"}, {"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": "L841"}, {"id": "ui_changelog_bug_fixes_844", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L844"}, {"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": "L848"}, {"id": "ui_changelog_bug_fixes_851", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L851"}, {"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": "L855"}, {"id": "ui_changelog_features_858", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L858"}, {"id": "ui_changelog_bug_fixes_863", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L863"}, {"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": "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_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": "L880"}, {"id": "ui_changelog_bug_fixes_883", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L883"}, {"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": "L887"}, {"id": "ui_changelog_bug_fixes_890", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L890"}, {"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": "L894"}, {"id": "ui_changelog_bug_fixes_897", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L897"}, {"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": "L901"}, {"id": "ui_changelog_features_904", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L904"}, {"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": "L908"}, {"id": "ui_changelog_features_911", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L911"}, {"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": "L915"}, {"id": "ui_changelog_features_918", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L918"}, {"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": "L922"}, {"id": "ui_changelog_features_925", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L925"}, {"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": "L929"}, {"id": "ui_changelog_bug_fixes_932", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L932"}, {"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": "L936"}, {"id": "ui_changelog_features_939", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L939"}, {"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": "L943"}, {"id": "ui_changelog_features_946", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L946"}, {"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": "L950"}, {"id": "ui_changelog_bug_fixes_953", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L953"}, {"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": "L957"}, {"id": "ui_changelog_features_960", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L960"}, {"id": "ui_changelog_bug_fixes_966", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L966"}, {"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": "L971"}, {"id": "ui_changelog_features_974", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L974"}, {"id": "ui_changelog_bug_fixes_980", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L980"}, {"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": "L984"}, {"id": "ui_changelog_features_987", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L987"}, {"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": "L992"}, {"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": "L994"}, {"id": "ui_changelog_features_997", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L997"}, {"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": "L1001"}, {"id": "ui_changelog_bug_fixes_1004", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1004"}, {"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": "L1008"}, {"id": "ui_changelog_features_1011", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1011"}, {"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": "L1015"}, {"id": "ui_changelog_features_1018", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1018"}, {"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": "L1022"}, {"id": "ui_changelog_bug_fixes_1025", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1025"}, {"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": "L1029"}, {"id": "ui_changelog_bug_fixes_1032", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1032"}, {"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": "L1036"}, {"id": "ui_changelog_bug_fixes_1039", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1039"}, {"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": "L1043"}, {"id": "ui_changelog_bug_fixes_1046", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1046"}, {"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": "L1050"}, {"id": "ui_changelog_features_1053", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1053"}, {"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": "L1057"}, {"id": "ui_changelog_features_1060", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1060"}, {"id": "ui_changelog_bug_fixes_1065", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1065"}, {"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": "L1069"}, {"id": "ui_changelog_bug_fixes_1072", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1072"}, {"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": "L1076"}, {"id": "ui_changelog_bug_fixes_1079", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1079"}, {"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": "L1083"}, {"id": "ui_changelog_bug_fixes_1086", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1086"}, {"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": "L1090"}, {"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": "L1092"}, {"id": "ui_changelog_bug_fixes_1095", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1095"}, {"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": "L1099"}, {"id": "ui_changelog_bug_fixes_1102", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1102"}, {"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": "L1107"}, {"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": "L1109"}, {"id": "ui_changelog_bug_fixes_1112", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1112"}, {"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": "L1116"}, {"id": "ui_changelog_bug_fixes_1119", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1119"}, {"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": "L1123"}, {"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": "L1125"}, {"id": "ui_changelog_bug_fixes_1128", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1128"}, {"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": "L1133"}, {"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": "L1135"}, {"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": "L1137"}, {"id": "ui_changelog_features_1140", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1140"}, {"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": "L1144"}, {"id": "ui_changelog_bug_fixes_1147", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1147"}, {"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": "L1151"}, {"id": "ui_changelog_bug_fixes_1154", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1154"}, {"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": "L1158"}, {"id": "ui_changelog_features_1161", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1161"}, {"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": "L1165"}, {"id": "ui_changelog_features_1168", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1168"}, {"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": "L1173"}, {"id": "ui_changelog_bug_fixes_1176", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1176"}, {"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": "L1181"}, {"id": "ui_changelog_features_1184", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1184"}, {"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": "L1189"}, {"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": "L1191"}, {"id": "ui_changelog_bug_fixes_1194", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1194"}, {"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": "L1198"}, {"id": "ui_changelog_bug_fixes_1201", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1201"}, {"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": "L1205"}, {"id": "ui_changelog_bug_fixes_1208", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1208"}, {"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": "L1212"}, {"id": "ui_changelog_bug_fixes_1215", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1215"}, {"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": "L1219"}, {"id": "ui_changelog_features_1222", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1222"}, {"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": "L1226"}, {"id": "ui_changelog_features_1229", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1229"}, {"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": "L1233"}, {"id": "ui_changelog_features_1236", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1236"}, {"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": "L1240"}, {"id": "ui_changelog_features_1243", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1243"}, {"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": "L1247"}, {"id": "ui_changelog_features_1250", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1250"}, {"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": "L1254"}, {"id": "ui_changelog_bug_fixes_1257", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1257"}, {"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": "L1261"}, {"id": "ui_changelog_bug_fixes_1264", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1264"}, {"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": "L1269"}, {"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": "L1271"}, {"id": "ui_changelog_features_1274", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1274"}, {"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": "L1278"}, {"id": "ui_changelog_features_1281", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1281"}, {"id": "ui_changelog_bug_fixes_1287", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1287"}, {"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": "L1291"}, {"id": "ui_changelog_features_1294", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1294"}, {"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": "L1298"}, {"id": "ui_changelog_features_1301", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1301"}, {"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": "L1305"}, {"id": "ui_changelog_bug_fixes_1308", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1308"}, {"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": "L1312"}, {"id": "ui_changelog_bug_fixes_1315", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1315"}, {"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": "L1319"}, {"id": "ui_changelog_features_1322", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1322"}, {"id": "ui_changelog_bug_fixes_1329", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1329"}, {"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": "L1333"}, {"id": "ui_changelog_features_1336", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1336"}, {"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": "L1340"}, {"id": "ui_changelog_features_1343", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1343"}, {"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": "L1347"}, {"id": "ui_changelog_features_1350", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1350"}, {"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": "L1354"}, {"id": "ui_changelog_features_1357", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1357"}, {"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": "L1361"}, {"id": "ui_changelog_bug_fixes_1364", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1364"}, {"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": "L1368"}, {"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": "L1370"}, {"id": "ui_changelog_features_1373", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1373"}, {"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": "L1377"}, {"id": "ui_changelog_bug_fixes_1380", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1380"}, {"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": "L1384"}, {"id": "ui_changelog_features_1387", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1387"}, {"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": "L1391"}, {"id": "ui_changelog_features_1394", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1394"}, {"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": "L1398"}, {"id": "ui_changelog_bug_fixes_1401", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1401"}, {"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": "L1405"}, {"id": "ui_changelog_bug_fixes_1408", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1408"}, {"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": "L1412"}, {"id": "ui_changelog_bug_fixes_1415", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1415"}, {"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": "L1419"}, {"id": "ui_changelog_bug_fixes_1422", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1422"}, {"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": "L1426"}, {"id": "ui_changelog_features_1429", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1429"}, {"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": "L1434"}, {"id": "ui_changelog_features_1437", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1437"}, {"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": "L1441"}, {"id": "ui_changelog_bug_fixes_1444", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1444"}, {"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": "L1448"}, {"id": "ui_changelog_bug_fixes_1451", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1451"}, {"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": "L1455"}, {"id": "ui_changelog_bug_fixes_1458", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1458"}, {"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": "L1462"}, {"id": "ui_changelog_features_1465", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1465"}, {"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": "L1469"}, {"id": "ui_changelog_bug_fixes_1472", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1472"}, {"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": "L1476"}, {"id": "ui_changelog_bug_fixes_1479", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1479"}, {"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": "L1483"}, {"id": "ui_changelog_bug_fixes_1486", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1486"}, {"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": "L1490"}, {"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": "L1492"}, {"id": "ui_changelog_features_1495", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1495"}, {"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": "L1499"}, {"id": "ui_changelog_features_1502", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1502"}, {"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": "L1506"}, {"id": "ui_changelog_bug_fixes_1509", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1509"}, {"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": "L1513"}, {"id": "ui_changelog_features_1516", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1516"}, {"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": "L1520"}, {"id": "ui_changelog_features_1523", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1523"}, {"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": "L1527"}, {"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": "L1529"}, {"id": "ui_changelog_features_1532", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1532"}, {"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": "L1536"}, {"id": "ui_changelog_bug_fixes_1539", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1539"}, {"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": "L1543"}, {"id": "ui_changelog_bug_fixes_1546", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1546"}, {"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": "L1551"}, {"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": "L1553"}, {"id": "ui_changelog_bug_fixes_1556", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1556"}, {"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": "L1560"}, {"id": "ui_changelog_bug_fixes_1563", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1563"}, {"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": "L1567"}, {"id": "ui_changelog_features_1570", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1570"}, {"id": "ui_changelog_bug_fixes_1575", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1575"}, {"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": "L1580"}, {"id": "ui_changelog_features_1583", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1583"}, {"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": "L1587"}, {"id": "ui_changelog_features_1590", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1590"}, {"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": "L1594"}, {"id": "ui_changelog_bug_fixes_1597", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1597"}, {"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": "L1601"}, {"id": "ui_changelog_features_1604", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1604"}, {"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": "L1608"}, {"id": "ui_changelog_features_1611", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1611"}, {"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": "L1615"}, {"id": "ui_changelog_features_1618", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1618"}, {"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": "L1622"}, {"id": "ui_changelog_bug_fixes_1625", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1625"}, {"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": "L1629"}, {"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": "L1631"}, {"id": "ui_changelog_bug_fixes_1634", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1634"}, {"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": "L1638"}, {"id": "ui_changelog_bug_fixes_1641", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1641"}, {"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": "L1645"}, {"id": "ui_changelog_bug_fixes_1648", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1648"}, {"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": "L1652"}, {"id": "ui_changelog_bug_fixes_1655", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1655"}, {"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": "L1660"}, {"id": "ui_changelog_bug_fixes_1663", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1663"}, {"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": "L1667"}, {"id": "ui_changelog_features_1670", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1670"}, {"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": "L1675"}, {"id": "ui_changelog_features_1678", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1678"}, {"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": "L1682"}, {"id": "ui_changelog_features_1685", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1685"}, {"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": "L1689"}, {"id": "ui_changelog_features_1692", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1692"}, {"id": "ui_changelog_bug_fixes_1697", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1697"}, {"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": "L1701"}, {"id": "ui_changelog_features_1704", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1704"}, {"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": "L1708"}, {"id": "ui_changelog_features_1711", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1711"}, {"id": "ui_changelog_bug_fixes_1717", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1717"}, {"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": "L1721"}, {"id": "ui_changelog_features_1724", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1724"}, {"id": "ui_changelog_bug_fixes_1730", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1730"}, {"id": "ui_changelog_4_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": "L1734"}, {"id": "ui_changelog_features_1737", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1737"}, {"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": "L1742"}, {"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": "L1744"}, {"id": "ui_changelog_features_1747", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1747"}, {"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": "L1751"}, {"id": "ui_changelog_bug_fixes_1754", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1754"}, {"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": "L1758"}, {"id": "ui_changelog_features_1761", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1761"}, {"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": "L1765"}, {"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": "L1767"}, {"id": "ui_changelog_features_1770", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1770"}, {"id": "ui_changelog_bug_fixes_1775", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1775"}, {"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": "L1779"}, {"id": "ui_changelog_features_1782", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1782"}, {"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": "L1786"}, {"id": "ui_changelog_bug_fixes_1789", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1789"}, {"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": "L1793"}, {"id": "ui_changelog_bug_fixes_1796", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1796"}, {"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": "L1800"}, {"id": "ui_changelog_bug_fixes_1803", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1803"}, {"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": "L1807"}, {"id": "ui_changelog_features_1810", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1810"}, {"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": "L1814"}, {"id": "ui_changelog_bug_fixes_1817", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1817"}, {"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": "L1821"}, {"id": "ui_changelog_bug_fixes_1824", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1824"}, {"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": "L1828"}, {"id": "ui_changelog_features_1831", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1831"}, {"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": "L1835"}, {"id": "ui_changelog_features_1838", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1838"}, {"id": "ui_changelog_bug_fixes_1843", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1843"}, {"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": "L1847"}, {"id": "ui_changelog_bug_fixes_1850", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1850"}, {"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": "L1855"}, {"id": "ui_changelog_features_1858", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1858"}, {"id": "ui_changelog_bug_fixes_1866", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1866"}, {"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": "L1873"}, {"id": "ui_changelog_features_1876", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1876"}, {"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": "L1880"}, {"id": "ui_changelog_bug_fixes_1883", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1883"}, {"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": "L1887"}, {"id": "ui_changelog_bug_fixes_1890", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1890"}, {"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": "L1894"}, {"id": "ui_changelog_features_1897", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1897"}, {"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": "L1901"}, {"id": "ui_changelog_features_1904", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1904"}, {"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": "L1908"}, {"id": "ui_changelog_features_1911", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1911"}, {"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": "L1917"}, {"id": "ui_changelog_features_1920", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1920"}, {"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": "L1924"}, {"id": "ui_changelog_bug_fixes_1927", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1927"}, {"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": "L1931"}, {"id": "ui_changelog_features_1934", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1934"}, {"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": "L1938"}, {"id": "ui_changelog_bug_fixes_1941", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1941"}, {"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": "L1945"}, {"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": "L1947"}, {"id": "ui_changelog_features_1950", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1950"}, {"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": "L1954"}, {"id": "ui_changelog_features_1957", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1957"}, {"id": "ui_changelog_bug_fixes_1962", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1962"}, {"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": "L1966"}, {"id": "ui_changelog_bug_fixes_1969", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1969"}, {"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": "L1973"}, {"id": "ui_changelog_features_1976", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1976"}, {"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": "L1980"}, {"id": "ui_changelog_bug_fixes_1983", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1983"}, {"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": "L1987"}, {"id": "ui_changelog_features_1990", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1990"}, {"id": "ui_changelog_bug_fixes_1995", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L1995"}, {"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": "L1999"}, {"id": "ui_changelog_bug_fixes_2002", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2002"}, {"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": "L2006"}, {"id": "ui_changelog_bug_fixes_2009", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2009"}, {"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": "L2013"}, {"id": "ui_changelog_features_2016", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2016"}, {"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": "L2020"}, {"id": "ui_changelog_bug_fixes_2023", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2023"}, {"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": "L2027"}, {"id": "ui_changelog_bug_fixes_2030", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2030"}, {"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": "L2034"}, {"id": "ui_changelog_bug_fixes_2037", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2037"}, {"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": "L2041"}, {"id": "ui_changelog_bug_fixes_2044", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2044"}, {"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": "L2048"}, {"id": "ui_changelog_features_2051", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2051"}, {"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": "L2055"}, {"id": "ui_changelog_bug_fixes_2058", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2058"}, {"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": "L2062"}, {"id": "ui_changelog_bug_fixes_2065", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2065"}, {"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": "L2069"}, {"id": "ui_changelog_bug_fixes_2072", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2072"}, {"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": "L2076"}, {"id": "ui_changelog_features_2079", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2079"}, {"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": "L2084"}, {"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": "L2086"}, {"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": "L2088"}, {"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": "L2090"}, {"id": "ui_changelog_features_2093", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2093"}, {"id": "ui_changelog_bug_fixes_2098", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2098"}, {"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": "L2102"}, {"id": "ui_changelog_bug_fixes_2105", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2105"}, {"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": "L2110"}, {"id": "ui_changelog_features_2113", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2113"}, {"id": "ui_changelog_bug_fixes_2118", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2118"}, {"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": "L2122"}, {"id": "ui_changelog_bug_fixes_2125", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2125"}, {"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": "L2129"}, {"id": "ui_changelog_bug_fixes_2132", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2132"}, {"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": "L2136"}, {"id": "ui_changelog_bug_fixes_2139", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2139"}, {"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": "L2143"}, {"id": "ui_changelog_bug_fixes_2146", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2146"}, {"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": "L2150"}, {"id": "ui_changelog_bug_fixes_2153", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2153"}, {"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": "L2157"}, {"id": "ui_changelog_bug_fixes_2160", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2160"}, {"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": "L2164"}, {"id": "ui_changelog_bug_fixes_2167", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2167"}, {"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": "L2171"}, {"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": "L2173"}, {"id": "ui_changelog_bug_fixes_2176", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2176"}, {"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": "L2180"}, {"id": "ui_changelog_bug_fixes_2183", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2183"}, {"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": "L2187"}, {"id": "ui_changelog_bug_fixes_2190", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2190"}, {"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": "L2194"}, {"id": "ui_changelog_bug_fixes_2197", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2197"}, {"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": "L2201"}, {"id": "ui_changelog_features_2204", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2204"}, {"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": "L2208"}, {"id": "ui_changelog_features_2211", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2211"}, {"id": "ui_changelog_bug_fixes_2216", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2216"}, {"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": "L2220"}, {"id": "ui_changelog_bug_fixes_2223", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2223"}, {"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": "L2227"}, {"id": "ui_changelog_features_2230", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2230"}, {"id": "ui_changelog_bug_fixes_2235", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2235"}, {"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": "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_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": "L2251"}, {"id": "ui_changelog_bug_fixes_2254", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2254"}, {"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": "L2258"}, {"id": "ui_changelog_features_2261", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2261"}, {"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": "L2265"}, {"id": "ui_changelog_bug_fixes_2268", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2268"}, {"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": "L2273"}, {"id": "ui_changelog_bug_fixes_2276", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2276"}, {"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": "L2281"}, {"id": "ui_changelog_bug_fixes_2284", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2284"}, {"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": "L2289"}, {"id": "ui_changelog_features_2292", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2292"}, {"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": "L2296"}, {"id": "ui_changelog_features_2299", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2299"}, {"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": "L2304"}, {"id": "ui_changelog_features_2307", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2307"}, {"id": "ui_changelog_bug_fixes_2312", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2312"}, {"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": "L2316"}, {"id": "ui_changelog_bug_fixes_2319", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2319"}, {"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": "L2323"}, {"id": "ui_changelog_bug_fixes_2326", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2326"}, {"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": "L2330"}, {"id": "ui_changelog_features_2333", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2333"}, {"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": "L2337"}, {"id": "ui_changelog_bug_fixes_2340", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2340"}, {"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": "L2345"}, {"id": "ui_changelog_bug_fixes_2348", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2348"}, {"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": "L2352"}, {"id": "ui_changelog_bug_fixes_2355", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2355"}, {"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": "L2359"}, {"id": "ui_changelog_bug_fixes_2362", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2362"}, {"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": "L2367"}, {"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": "L2369"}, {"id": "ui_changelog_features_2372", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2372"}, {"id": "ui_changelog_bug_fixes_2380", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2380"}, {"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": "L2385"}, {"id": "ui_changelog_features_2388", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2388"}, {"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": "L2392"}, {"id": "ui_changelog_bug_fixes_2395", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2395"}, {"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": "L2399"}, {"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": "L2401"}, {"id": "ui_changelog_features_2404", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2404"}, {"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": "L2409"}, {"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": "L2411"}, {"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": "L2413"}, {"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": "L2415"}, {"id": "ui_changelog_features_2418", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2418"}, {"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": "L2422"}, {"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": "L2424"}, {"id": "ui_changelog_features_2427", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2427"}, {"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": "L2432"}, {"id": "ui_changelog_features_2435", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2435"}, {"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": "L2439"}, {"id": "ui_changelog_bug_fixes_2442", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2442"}, {"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": "L2447"}, {"id": "ui_changelog_bug_fixes_2450", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2450"}, {"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": "L2457"}, {"id": "ui_changelog_features_2460", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2460"}, {"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": "L2464"}, {"id": "ui_changelog_features_2467", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2467"}, {"id": "ui_changelog_bug_fixes_2472", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2472"}, {"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": "L2476"}, {"id": "ui_changelog_bug_fixes_2479", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2479"}, {"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": "L2484"}, {"id": "ui_changelog_bug_fixes_2487", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2487"}, {"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": "L2491"}, {"id": "ui_changelog_features_2494", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2494"}, {"id": "ui_changelog_bug_fixes_2499", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2499"}, {"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": "L2503"}, {"id": "ui_changelog_features_2506", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2506"}, {"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": "L2510"}, {"id": "ui_changelog_features_2513", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2513"}, {"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": "L2517"}, {"id": "ui_changelog_features_2520", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2520"}, {"id": "ui_changelog_bug_fixes_2525", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2525"}, {"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": "L2529"}, {"id": "ui_changelog_bug_fixes_2532", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2532"}, {"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": "L2536"}, {"id": "ui_changelog_bug_fixes_2539", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2539"}, {"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": "L2543"}, {"id": "ui_changelog_bug_fixes_2546", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2546"}, {"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": "L2550"}, {"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": "L2552"}, {"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": "L2554"}, {"id": "ui_changelog_features_2557", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2557"}, {"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": "L2562"}, {"id": "ui_changelog_bug_fixes_2565", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2565"}, {"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": "L2572"}, {"id": "ui_changelog_features_2575", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2575"}, {"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": "L2579"}, {"id": "ui_changelog_features_2582", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2582"}, {"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": "L2586"}, {"id": "ui_changelog_bug_fixes_2589", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2589"}, {"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": "L2594"}, {"id": "ui_changelog_bug_fixes_2597", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2597"}, {"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": "L2601"}, {"id": "ui_changelog_bug_fixes_2604", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2604"}, {"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": "L2608"}, {"id": "ui_changelog_bug_fixes_2611", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2611"}, {"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": "L2617"}, {"id": "ui_changelog_bug_fixes_2620", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2620"}, {"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": "L2625"}, {"id": "ui_changelog_features_2628", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2628"}, {"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": "L2635"}, {"id": "ui_changelog_features_2638", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2638"}, {"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": "L2644"}, {"id": "ui_changelog_features_2647", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2647"}, {"id": "ui_changelog_bug_fixes_2652", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2652"}, {"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": "L2656"}, {"id": "ui_changelog_bug_fixes_2659", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2659"}, {"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": "L2663"}, {"id": "ui_changelog_bug_fixes_2666", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2666"}, {"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": "L2670"}, {"id": "ui_changelog_bug_fixes_2673", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2673"}, {"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": "L2677"}, {"id": "ui_changelog_features_2680", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2680"}, {"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": "L2684"}, {"id": "ui_changelog_bug_fixes_2687", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2687"}, {"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": "L2691"}, {"id": "ui_changelog_features_2694", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2694"}, {"id": "ui_changelog_bug_fixes_2699", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2699"}, {"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": "L2703"}, {"id": "ui_changelog_bug_fixes_2706", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2706"}, {"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": "L2710"}, {"id": "ui_changelog_bug_fixes_2713", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2713"}, {"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": "L2717"}, {"id": "ui_changelog_bug_fixes_2720", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2720"}, {"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": "L2725"}, {"id": "ui_changelog_bug_fixes_2728", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2728"}, {"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": "L2732"}, {"id": "ui_changelog_bug_fixes_2735", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2735"}, {"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": "L2739"}, {"id": "ui_changelog_bug_fixes_2742", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2742"}, {"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": "L2747"}, {"id": "ui_changelog_features_2750", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2750"}, {"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": "L2758"}, {"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": "L2760"}, {"id": "ui_changelog_bug_fixes_2763", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2763"}, {"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": "L2768"}, {"id": "ui_changelog_bug_fixes_2771", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2771"}, {"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": "L2775"}, {"id": "ui_changelog_features_2778", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2778"}, {"id": "ui_changelog_bug_fixes_2783", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2783"}, {"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": "L2787"}, {"id": "ui_changelog_features_2790", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2790"}, {"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": "L2794"}, {"id": "ui_changelog_bug_fixes_2797", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2797"}, {"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": "L2801"}, {"id": "ui_changelog_features_2804", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2804"}, {"id": "ui_changelog_bug_fixes_2809", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2809"}, {"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": "L2814"}, {"id": "ui_changelog_features_2817", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2817"}, {"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": "L2821"}, {"id": "ui_changelog_bug_fixes_2824", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2824"}, {"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": "L2829"}, {"id": "ui_changelog_features_2832", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2832"}, {"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": "L2836"}, {"id": "ui_changelog_bug_fixes_2839", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2839"}, {"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": "L2845"}, {"id": "ui_changelog_bug_fixes_2848", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2848"}, {"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": "L2853"}, {"id": "ui_changelog_features_2856", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2856"}, {"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": "L2860"}, {"id": "ui_changelog_bug_fixes_2863", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2863"}, {"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": "L2868"}, {"id": "ui_changelog_bug_fixes_2871", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2871"}, {"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": "L2875"}, {"id": "ui_changelog_bug_fixes_2878", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2878"}, {"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": "L2882"}, {"id": "ui_changelog_bug_fixes_2885", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2885"}, {"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": "L2889"}, {"id": "ui_changelog_bug_fixes_2892", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2892"}, {"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": "L2896"}, {"id": "ui_changelog_features_2899", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2899"}, {"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": "L2903"}, {"id": "ui_changelog_features_2906", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2906"}, {"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": "L2910"}, {"id": "ui_changelog_features_2913", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2913"}, {"id": "ui_changelog_bug_fixes_2919", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2919"}, {"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": "L2924"}, {"id": "ui_changelog_bug_fixes_2927", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2927"}, {"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": "L2932"}, {"id": "ui_changelog_bug_fixes_2935", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2935"}, {"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": "L2939"}, {"id": "ui_changelog_bug_fixes_2942", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2942"}, {"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": "L2946"}, {"id": "ui_changelog_bug_fixes_2949", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2949"}, {"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": "L2953"}, {"id": "ui_changelog_features_2956", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2956"}, {"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": "L2960"}, {"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": "L2962"}, {"id": "ui_changelog_bug_fixes_2965", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2965"}, {"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": "L2969"}, {"id": "ui_changelog_features_2972", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2972"}, {"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": "L2976"}, {"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": "L2978"}, {"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": "L2980"}, {"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": "L2982"}, {"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": "L2984"}, {"id": "ui_changelog_features_2987", "label": "Features", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L2987"}, {"id": "ui_changelog_bug_fixes_3005", "label": "Bug Fixes", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L3005"}, {"id": "ui_changelog_changelog_3014", "label": "Changelog", "file_type": "document", "source_file": "CHANGELOG.md", "source_location": "L3014"}], "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_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": "L5", "weight": 1.0}, {"source": "ui_changelog_changelog", "target": "ui_changelog_bug_fixes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L8", "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": "L13", "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", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L16", "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": "L20", "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_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L23", "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": "L27", "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_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L30", "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": "L34", "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_37", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L37", "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": "L41", "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_44", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L44", "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": "L48", "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_51", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L51", "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": "L55", "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_58", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L58", "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_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": "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_bug_fixes_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_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": "L74", "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_77", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L77", "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": "L81", "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_84", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L84", "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": "L88", "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_91", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L91", "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": "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_bug_fixes_99", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L99", "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": "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_bug_fixes_106", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L106", "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": "L110", "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_113", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L113", "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": "L117", "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_120", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L120", "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": "L124", "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_127", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L127", "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": "L131", "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_134", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L134", "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": "L138", "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_141", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L141", "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": "L145", "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_148", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L148", "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_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_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": "L158", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_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": "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_features_163", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L163", "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": "L168", "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": "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_bug_fixes_173", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L173", "weight": 1.0}, {"source": "ui_changelog_5_3_0_https_github_com_foreverido_uilib_compare_v5_1_18_v5_3_0_2026_06_07", "target": "ui_changelog_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": "L177", "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_180", "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_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": "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_bug_fixes_188", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L188", "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": "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_features_195", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L195", "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": "L199", "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_202", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L202", "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": "L206", "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_209", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L209", "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": "L213", "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_216", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L216", "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": "L220", "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_223", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L223", "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": "L227", "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_230", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L230", "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": "L234", "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_237", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L237", "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": "L242", "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_245", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L245", "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": "L249", "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_252", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L252", "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_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_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": "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_bug_fixes_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_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": "L268", "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_271", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L271", "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": "L275", "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_278", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L278", "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": "L282", "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_285", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L285", "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": "L289", "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_292", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L292", "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": "L296", "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_299", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L299", "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": "L303", "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_306", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L306", "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": "L310", "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_313", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L313", "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": "L317", "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_320", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L320", "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_327", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L327", "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": "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_335", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L335", "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": "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_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": "L341", "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_344", "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_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": "L348", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_351", "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_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": "L355", "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_358", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L358", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_bug_fixes_364", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L364", "weight": 1.0}, {"source": "ui_changelog_5_0_0_https_github_com_foreverido_uilib_compare_v4_30_16_v5_0_0_2026_04_14", "target": "ui_changelog_4_30_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": "L369", "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_372", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L372", "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": "L377", "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_380", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L380", "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": "L384", "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_387", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L387", "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": "L391", "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_394", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L394", "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_399", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L399", "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": "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_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": "L410", "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_413", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L413", "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": "L417", "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_420", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L420", "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": "L424", "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_427", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L427", "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": "L431", "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_434", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L434", "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": "L438", "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_441", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L441", "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": "L446", "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_449", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L449", "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": "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_bug_fixes_456", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L456", "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": "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_bug_fixes_464", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L464", "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": "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_bug_fixes_471", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L471", "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": "L475", "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_478", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L478", "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": "L482", "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_485", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L485", "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": "L489", "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_492", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L492", "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": "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_features_500", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L500", "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": "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_bug_fixes_507", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L507", "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": "L511", "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_514", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L514", "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": "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_bug_fixes_522", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L522", "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": "L528", "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_531", "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_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": "L535", "weight": 1.0}, {"source": "ui_changelog_4_28_0_https_github_com_foreverido_uilib_compare_v4_27_27_v4_28_0_2025_09_08", "target": "ui_changelog_features_538", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L538", "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": "L542", "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_545", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L545", "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": "L549", "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_552", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L552", "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": "L556", "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_559", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L559", "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": "L563", "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_566", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L566", "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": "L570", "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_573", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L573", "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": "L577", "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_580", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L580", "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": "L584", "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_587", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L587", "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": "L591", "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_594", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L594", "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": "L598", "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_601", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L601", "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": "L605", "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_608", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L608", "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": "L612", "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_615", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L615", "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": "L619", "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_622", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L622", "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_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_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": "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_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": "L633", "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_636", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L636", "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": "L640", "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_643", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L643", "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": "L647", "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_650", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L650", "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": "L654", "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_657", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L657", "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": "L661", "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_664", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L664", "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": "L668", "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_671", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L671", "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": "L675", "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_678", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L678", "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": "L682", "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": "L684", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_bug_fixes_687", "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_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": "L691", "weight": 1.0}, {"source": "ui_changelog_4_27_0_https_github_com_foreverido_uilib_compare_v4_26_10_v4_27_0_2025_06_24", "target": "ui_changelog_bug_fixes_694", "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_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": "L698", "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_701", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L701", "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": "L705", "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": "L707", "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_710", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L710", "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": "L714", "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_717", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L717", "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": "L721", "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_724", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L724", "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": "L728", "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_731", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L731", "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": "L735", "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_738", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L738", "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": "L742", "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_745", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L745", "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": "L749", "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_752", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L752", "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": "L756", "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_759", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L759", "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": "L763", "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_766", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L766", "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": "L770", "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_773", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L773", "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": "L777", "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_780", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L780", "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": "L784", "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_787", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L787", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_bug_fixes_793", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L793", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_4_23_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": "L797", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_features_800", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L800", "weight": 1.0}, {"source": "ui_changelog_4_24_0_https_github_com_foreverido_uilib_compare_v4_23_4_v4_24_0_2025_05_24", "target": "ui_changelog_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": "L804", "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_807", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L807", "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": "L811", "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_814", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L814", "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_819", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L819", "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": "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_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": "L834", "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_837", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L837", "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": "L841", "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_844", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L844", "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": "L848", "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_851", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L851", "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": "L855", "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_858", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L858", "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_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": "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_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": "L880", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_883", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L883", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_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": "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_bug_fixes_890", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L890", "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": "L894", "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_897", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L897", "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": "L901", "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_904", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L904", "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": "L908", "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_911", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L911", "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": "L915", "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_918", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L918", "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": "L922", "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_925", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L925", "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": "L929", "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_932", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L932", "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": "L936", "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_939", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L939", "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": "L943", "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_946", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L946", "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": "L950", "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_953", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L953", "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": "L957", "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_960", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L960", "weight": 1.0}, {"source": "ui_changelog_4_23_0_https_github_com_foreverido_uilib_compare_v4_22_18_v4_23_0_2025_05_12", "target": "ui_changelog_bug_fixes_966", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L966", "weight": 1.0}, {"source": "ui_changelog_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": "L971", "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_974", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L974", "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_980", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L980", "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": "L984", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_features_987", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L987", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_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": "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_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": "L994", "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_997", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L997", "weight": 1.0}, {"source": "ui_changelog_4_22_0_https_github_com_foreverido_uilib_compare_v4_21_4_v4_22_0_2025_04_10", "target": "ui_changelog_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": "L1001", "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_1004", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1004", "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": "L1008", "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_1011", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1011", "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": "L1015", "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_1018", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1018", "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": "L1022", "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_1025", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1025", "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": "L1029", "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_1032", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1032", "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": "L1036", "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_1039", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1039", "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": "L1043", "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_1046", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1046", "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": "L1050", "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_1053", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1053", "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": "L1057", "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_1060", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1060", "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_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_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": "L1069", "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_1072", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1072", "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": "L1076", "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_1079", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1079", "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": "L1083", "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_1086", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1086", "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": "L1090", "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": "L1092", "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_1095", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1095", "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": "L1099", "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_1102", "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_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": "L1107", "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": "L1109", "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_1112", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1112", "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": "L1116", "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_1119", "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_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": "L1123", "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": "L1125", "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_1128", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1128", "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": "L1133", "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": "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_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": "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_features_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_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": "L1144", "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_1147", "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_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": "L1151", "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_1154", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1154", "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": "L1158", "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_1161", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1161", "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": "L1165", "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_1168", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1168", "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": "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_bug_fixes_1176", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1176", "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": "L1181", "weight": 1.0}, {"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_1184", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1184", "weight": 1.0}, {"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": "L1189", "weight": 1.0}, {"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": "L1191", "weight": 1.0}, {"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_1194", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1194", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_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": "L1198", "weight": 1.0}, {"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_1201", "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_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": "L1205", "weight": 1.0}, {"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_1208", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1208", "weight": 1.0}, {"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": "L1212", "weight": 1.0}, {"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_1215", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1215", "weight": 1.0}, {"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": "L1219", "weight": 1.0}, {"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_1222", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1222", "weight": 1.0}, {"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": "L1226", "weight": 1.0}, {"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_1229", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1229", "weight": 1.0}, {"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": "L1233", "weight": 1.0}, {"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_1236", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1236", "weight": 1.0}, {"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": "L1240", "weight": 1.0}, {"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_1243", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1243", "weight": 1.0}, {"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": "L1247", "weight": 1.0}, {"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_1250", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1250", "weight": 1.0}, {"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": "L1254", "weight": 1.0}, {"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_1257", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1257", "weight": 1.0}, {"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": "L1261", "weight": 1.0}, {"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_1264", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1264", "weight": 1.0}, {"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": "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_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": "L1271", "weight": 1.0}, {"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_1274", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1274", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_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": "L1278", "weight": 1.0}, {"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_1281", "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_bug_fixes_1287", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1287", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_4_18_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": "L1291", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1294", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1294", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_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": "L1298", "weight": 1.0}, {"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_1301", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1301", "weight": 1.0}, {"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": "L1305", "weight": 1.0}, {"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_1308", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1308", "weight": 1.0}, {"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": "L1312", "weight": 1.0}, {"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_1315", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1315", "weight": 1.0}, {"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": "L1319", "weight": 1.0}, {"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_1322", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1322", "weight": 1.0}, {"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_1329", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1329", "weight": 1.0}, {"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": "L1333", "weight": 1.0}, {"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_1336", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1336", "weight": 1.0}, {"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": "L1340", "weight": 1.0}, {"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_1343", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1343", "weight": 1.0}, {"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": "L1347", "weight": 1.0}, {"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_1350", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1350", "weight": 1.0}, {"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": "L1354", "weight": 1.0}, {"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_1357", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1357", "weight": 1.0}, {"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": "L1361", "weight": 1.0}, {"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_1364", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1364", "weight": 1.0}, {"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": "L1368", "weight": 1.0}, {"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": "L1370", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1373", "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_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": "L1377", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1380", "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_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": "L1384", "weight": 1.0}, {"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_1387", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1387", "weight": 1.0}, {"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": "L1391", "weight": 1.0}, {"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_1394", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1394", "weight": 1.0}, {"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": "L1398", "weight": 1.0}, {"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_1401", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1401", "weight": 1.0}, {"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": "L1405", "weight": 1.0}, {"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_1408", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1408", "weight": 1.0}, {"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": "L1412", "weight": 1.0}, {"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_1415", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1415", "weight": 1.0}, {"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": "L1419", "weight": 1.0}, {"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_1422", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1422", "weight": 1.0}, {"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": "L1426", "weight": 1.0}, {"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_1429", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1429", "weight": 1.0}, {"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": "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_features_1437", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1437", "weight": 1.0}, {"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": "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_bug_fixes_1444", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1444", "weight": 1.0}, {"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": "L1448", "weight": 1.0}, {"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_1451", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1451", "weight": 1.0}, {"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": "L1455", "weight": 1.0}, {"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_1458", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1458", "weight": 1.0}, {"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": "L1462", "weight": 1.0}, {"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_1465", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1465", "weight": 1.0}, {"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": "L1469", "weight": 1.0}, {"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_1472", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1472", "weight": 1.0}, {"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": "L1476", "weight": 1.0}, {"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_1479", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1479", "weight": 1.0}, {"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": "L1483", "weight": 1.0}, {"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_1486", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1486", "weight": 1.0}, {"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": "L1490", "weight": 1.0}, {"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": "L1492", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1495", "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_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": "L1499", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1502", "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_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": "L1506", "weight": 1.0}, {"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_1509", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1509", "weight": 1.0}, {"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": "L1513", "weight": 1.0}, {"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_1516", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1516", "weight": 1.0}, {"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": "L1520", "weight": 1.0}, {"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_1523", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1523", "weight": 1.0}, {"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": "L1527", "weight": 1.0}, {"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": "L1529", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1532", "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_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": "L1536", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1539", "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_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": "L1543", "weight": 1.0}, {"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_1546", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1546", "weight": 1.0}, {"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": "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_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": "L1553", "weight": 1.0}, {"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_1556", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1556", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_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": "L1560", "weight": 1.0}, {"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_1563", "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_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": "L1567", "weight": 1.0}, {"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_1570", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1570", "weight": 1.0}, {"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_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": "L1580", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_features_1583", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1583", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_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": "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_features_1590", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1590", "weight": 1.0}, {"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": "L1594", "weight": 1.0}, {"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_1597", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1597", "weight": 1.0}, {"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": "L1601", "weight": 1.0}, {"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_1604", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1604", "weight": 1.0}, {"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": "L1608", "weight": 1.0}, {"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_1611", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1611", "weight": 1.0}, {"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": "L1615", "weight": 1.0}, {"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_1618", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1618", "weight": 1.0}, {"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": "L1622", "weight": 1.0}, {"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_1625", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1625", "weight": 1.0}, {"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": "L1629", "weight": 1.0}, {"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": "L1631", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1634", "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_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": "L1638", "weight": 1.0}, {"source": "ui_changelog_4_19_0_https_github_com_foreverido_uilib_compare_v4_18_70_v4_19_0_2025_01_08", "target": "ui_changelog_bug_fixes_1641", "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_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": "L1645", "weight": 1.0}, {"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_1648", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1648", "weight": 1.0}, {"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": "L1652", "weight": 1.0}, {"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_1655", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1655", "weight": 1.0}, {"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": "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_bug_fixes_1663", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1663", "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": "L1667", "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_1670", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1670", "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": "L1675", "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_1678", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1678", "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": "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_features_1685", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1685", "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": "L1689", "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_1692", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1692", "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_1697", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1697", "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": "L1701", "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_1704", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1704", "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": "L1708", "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_1711", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1711", "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_1717", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1717", "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": "L1721", "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_1724", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1724", "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_1730", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1730", "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": "L1734", "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_1737", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1737", "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": "L1742", "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": "L1744", "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_1747", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1747", "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": "L1751", "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_1754", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1754", "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": "L1758", "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_1761", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1761", "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": "L1765", "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": "L1767", "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_1770", "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_bug_fixes_1775", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1775", "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": "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_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": "L1786", "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_1789", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1789", "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": "L1793", "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_1796", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1796", "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": "L1800", "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_1803", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1803", "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": "L1807", "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_1810", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1810", "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": "L1814", "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_1817", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1817", "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": "L1821", "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_1824", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1824", "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": "L1828", "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_1831", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1831", "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": "L1835", "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_1838", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1838", "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_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_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": "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_bug_fixes_1850", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1850", "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": "L1855", "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_1858", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1858", "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_1866", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1866", "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": "L1873", "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_1876", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1876", "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": "L1880", "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_1883", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1883", "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": "L1887", "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_1890", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1890", "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": "L1894", "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_1897", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1897", "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": "L1901", "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_1904", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1904", "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": "L1908", "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_1911", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1911", "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": "L1917", "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_1920", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1920", "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": "L1924", "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_1927", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1927", "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": "L1931", "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_1934", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1934", "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": "L1938", "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_1941", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1941", "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": "L1945", "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": "L1947", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_features_1950", "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_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": "L1954", "weight": 1.0}, {"source": "ui_changelog_4_8_0_https_github_com_foreverido_uilib_compare_v4_7_7_v4_8_0_2023_05_14", "target": "ui_changelog_features_1957", "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_bug_fixes_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_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": "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_bug_fixes_1969", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1969", "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": "L1973", "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_1976", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1976", "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": "L1980", "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_1983", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1983", "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": "L1987", "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_1990", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L1990", "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_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": "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_bug_fixes_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_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": "L2006", "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_2009", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2009", "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": "L2013", "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_2016", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2016", "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": "L2020", "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_2023", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2023", "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": "L2027", "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_2030", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2030", "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": "L2034", "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_2037", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2037", "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": "L2041", "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_2044", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2044", "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": "L2048", "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_2051", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2051", "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": "L2055", "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_2058", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2058", "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": "L2062", "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_2065", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2065", "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": "L2069", "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_2072", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2072", "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": "L2076", "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_2079", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2079", "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": "L2084", "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": "L2086", "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": "L2088", "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": "L2090", "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_2093", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2093", "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_2098", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2098", "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": "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_bug_fixes_2105", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2105", "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": "L2110", "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_2113", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2113", "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_2118", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2118", "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": "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_bug_fixes_2125", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2125", "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": "L2129", "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_2132", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2132", "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": "L2136", "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_2139", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2139", "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": "L2143", "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_2146", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2146", "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": "L2150", "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_2153", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2153", "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": "L2157", "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_2160", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2160", "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": "L2164", "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_2167", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2167", "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": "L2171", "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": "L2173", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2176", "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_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": "L2180", "weight": 1.0}, {"source": "ui_changelog_4_1_0_https_github_com_foreverido_uilib_compare_v4_0_11_v4_1_0_2023_03_29", "target": "ui_changelog_bug_fixes_2183", "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_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": "L2187", "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_2190", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2190", "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": "L2194", "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_2197", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2197", "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": "L2201", "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_2204", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2204", "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": "L2208", "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_2211", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2211", "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_2216", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2216", "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": "L2220", "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_2223", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2223", "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": "L2227", "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_2230", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2230", "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_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": "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_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": "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_bug_fixes_2254", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2254", "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": "L2258", "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_2261", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2261", "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": "L2265", "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_2268", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2268", "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": "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_bug_fixes_2276", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2276", "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": "L2281", "weight": 1.0}, {"source": "ui_changelog_3_10_0_https_github_com_foreverido_uilib_compare_v3_9_3_v3_10_0_2023_03_16", "target": "ui_changelog_bug_fixes_2284", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2284", "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": "L2289", "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_2292", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2292", "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": "L2296", "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_2299", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2299", "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": "L2304", "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_2307", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2307", "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_2312", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2312", "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": "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_bug_fixes_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_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": "L2323", "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_2326", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2326", "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": "L2330", "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_2333", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2333", "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": "L2337", "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_2340", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2340", "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": "L2345", "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_2348", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2348", "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": "L2352", "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_2355", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2355", "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": "L2359", "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_2362", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2362", "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": "L2367", "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": "L2369", "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_2372", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2372", "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_2380", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2380", "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": "L2385", "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_2388", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2388", "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": "L2392", "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_2395", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2395", "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": "L2399", "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": "L2401", "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_2404", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2404", "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": "L2409", "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": "L2411", "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": "L2413", "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": "L2415", "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_2418", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2418", "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": "L2422", "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": "L2424", "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_2427", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2427", "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": "L2432", "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_2435", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2435", "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": "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_bug_fixes_2442", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2442", "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": "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_bug_fixes_2450", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2450", "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": "L2457", "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_2460", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2460", "weight": 1.0}, {"source": "ui_changelog_2_0_0_beta_https_github_com_foreverido_uilib_compare_v1_3_7_v2_0_0_beta_2022_05_04", "target": "ui_changelog_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": "L2464", "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_2467", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2467", "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_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_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": "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_bug_fixes_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_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": "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_bug_fixes_2487", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2487", "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": "L2491", "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_2494", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2494", "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_2499", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2499", "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": "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_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": "L2510", "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_2513", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2513", "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": "L2517", "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_2520", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2520", "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_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_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": "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_bug_fixes_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_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": "L2536", "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_2539", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2539", "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": "L2543", "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_2546", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2546", "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": "L2550", "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": "L2552", "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": "L2554", "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_2557", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2557", "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": "L2562", "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_2565", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2565", "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": "L2572", "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_2575", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2575", "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": "L2579", "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_2582", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2582", "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": "L2586", "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_2589", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2589", "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": "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_bug_fixes_2597", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2597", "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": "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_bug_fixes_2604", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2604", "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": "L2608", "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_2611", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2611", "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": "L2617", "weight": 1.0}, {"source": "ui_changelog_1_1_0_https_github_com_foreverido_uilib_compare_v1_0_7_v1_1_0_2022_03_28", "target": "ui_changelog_bug_fixes_2620", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2620", "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": "L2625", "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_2628", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2628", "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": "L2635", "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_2638", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2638", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_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": "L2644", "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_2647", "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_bug_fixes_2652", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2652", "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": "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_bug_fixes_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_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": "L2663", "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_2666", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2666", "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": "L2670", "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_2673", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2673", "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": "L2677", "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_2680", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2680", "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": "L2684", "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_2687", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2687", "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": "L2691", "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_2694", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2694", "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_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": "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_bug_fixes_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_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": "L2710", "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_2713", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2713", "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": "L2717", "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_2720", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2720", "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": "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_bug_fixes_2728", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2728", "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": "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_bug_fixes_2735", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2735", "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": "L2739", "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_2742", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2742", "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": "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_features_2750", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2750", "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": "L2758", "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": "L2760", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2763", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2763", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_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": "L2768", "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_2771", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2771", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_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": "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_features_2778", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2778", "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_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": "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_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": "L2794", "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_2797", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2797", "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": "L2801", "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_2804", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2804", "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_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": "L2814", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2817", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2817", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_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": "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_bug_fixes_2824", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2824", "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": "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_features_2832", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2832", "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": "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_bug_fixes_2839", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2839", "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": "L2845", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2848", "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_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": "L2853", "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_2856", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2856", "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": "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_bug_fixes_2863", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2863", "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": "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_bug_fixes_2871", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2871", "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": "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_bug_fixes_2878", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2878", "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": "L2882", "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_2885", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2885", "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": "L2889", "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_2892", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2892", "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": "L2896", "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_2899", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2899", "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": "L2903", "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_2906", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2906", "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": "L2910", "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_2913", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2913", "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_2919", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2919", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_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": "L2924", "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_2927", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2927", "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": "L2932", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2935", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2935", "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": "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_bug_fixes_2942", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2942", "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": "L2946", "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_2949", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2949", "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": "L2953", "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_2956", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2956", "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": "L2960", "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": "L2962", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_bug_fixes_2965", "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_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": "L2969", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_features_2972", "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_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": "L2976", "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": "L2978", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_0_0_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": "L2980", "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": "L2982", "weight": 1.0}, {"source": "ui_changelog_1_0_0_https_github_com_foreverido_uilib_compare_v0_0_60_v1_0_0_2022_03_26", "target": "ui_changelog_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": "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_features_2987", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L2987", "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_3005", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L3005", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_changelog_md", "target": "ui_changelog_changelog_3014", "relation": "contains", "confidence": "EXTRACTED", "source_file": "CHANGELOG.md", "source_location": "L3014", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}