Skip to content

Commit 23fe77e

Browse files
authored
Merge pull request #1 from chemodun/release-please--branches--main
build(main): release 0.2.0
2 parents 50eb716 + 9b83ce2 commit 23fe77e

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
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.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/chemodun/X4LogWatcher/compare/v0.1.0...v0.2.0) (2025-04-08)
4+
5+
6+
### Features
7+
8+
* add Forced Refresh menu item and functionality ([1bdc0f1](https://github.com/chemodun/X4LogWatcher/commit/1bdc0f126f595ff9d7a1564cbb72468bc089da02))
9+
10+
11+
### Bug Fixes
12+
13+
* title for File Watch ([3482c94](https://github.com/chemodun/X4LogWatcher/commit/3482c945ab1a35cede864ebf35be8bdb27c55ee5))
14+
15+
16+
### Code Refactoring
17+
18+
* simplify regex match handling in log processing ([1c202c5](https://github.com/chemodun/X4LogWatcher/commit/1c202c59c2ab824961907bd2e663348491eda52a))
19+
* update TabInfo and adjust related logic ([98a0e82](https://github.com/chemodun/X4LogWatcher/commit/98a0e8223825d3b12d6464fc248ddbdb32877fb3))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* add application icon and update project configuration ([4a26169](https://github.com/chemodun/X4LogWatcher/commit/4a2616907f7e7d81c3bcda77fa78420a418caf0a))
25+
* formatting improvement ([388038a](https://github.com/chemodun/X4LogWatcher/commit/388038a86ed35ba0f92d6346aaffa1ff82a57a7d))
26+
* initial release with basic functionality ([9a10e5c](https://github.com/chemodun/X4LogWatcher/commit/9a10e5c7527a912e4afa1a2de6cdd0c4e359bb94))
27+
28+
29+
### Documentation
30+
31+
* Added README.md, logo and screenshots ([4280327](https://github.com/chemodun/X4LogWatcher/commit/4280327ec03e4eaab96d7b960b977034a09c7670))
32+
* update README.md to clarify features and known issues ([50eb716](https://github.com/chemodun/X4LogWatcher/commit/50eb716e351f561f4fb91de6b993826aa5d10742))

0 commit comments

Comments
 (0)