Skip to content

Commit 63ff903

Browse files
committed
2 parents ad600b0 + 688dddd commit 63ff903

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.25"
2+
".": "0.2.26"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.2.26](https://github.com/chemodun/X4-XMLDiffAndPatch/compare/v0.2.25...v0.2.26) (2025-06-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **RunXMLDiff.bat:** improve original file path determination logic ([b6be689](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/b6be689bad753436161b764faa95a01f5b9c2b2e))
9+
* **XMLDiff:** previously implemented handling of in-line comments for defining position of added elements in diff ([abf81f8](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/abf81f8f6ac684dc1b15de4a507743711ee05665))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* **XMLDiff:** implement handling of in-line comments for defining position of added elements in diff ([b6be689](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/b6be689bad753436161b764faa95a01f5b9c2b2e))
15+
16+
17+
### Documentation
18+
19+
* **bbcode:** Update bbcode files ([6ca6a97](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/6ca6a970af6c88ed3a7c2a26eb955cbea57df567))
20+
* **bbcode:** Update bbcode files ([adb84d1](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/adb84d12420941045a465d9e36853e270948b856))
21+
* **readme:** enhance documentation for in-line comment position generation and update changelog for version 0.2.26 ([b6be689](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/b6be689bad753436161b764faa95a01f5b9c2b2e))
22+
* **readme:** reallocate the file XMLDiff with VSCode documentation and correct link to it ([46592c1](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/46592c13f155d30a510aa9dacfba78d41856826a))
23+
* **vscode:** clarify usage of original and extracted folders in instructions ([ea88515](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/ea88515b055fdf77f5ea4b44056acd0c6b991ee0))
24+
* **vscode:** update notes and add demo video for better usage guidance ([30818d1](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/30818d14b14c189823f6ba5cc8b82dc13cd8ea2b))
25+
* **vscode:** update section title from "Small demo" to "Demo" ([07beece](https://github.com/chemodun/X4-XMLDiffAndPatch/commit/07beece128a332f39284a170af84126941dba555))
26+
327
## [0.2.25](https://github.com/chemodun/X4-XMLDiffAndPatch/compare/v0.2.24...v0.2.25) (2025-03-31)
428

529

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.25
1+
0.2.26

0 commit comments

Comments
 (0)