Skip to content

Commit cda0c95

Browse files
committed
update version to v1.0.3
1 parent 3e18ff2 commit cda0c95

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1515
### Fixed
1616
- Note bug fixes here.
1717

18+
## [1.0.3] - 2025-11-10
19+
20+
### Added
21+
- Option to filter PatternProvider by pattern/machine only.
22+
23+
### Fixed
24+
- Wireless terminal cannot be charged with FE.
25+
1826
## [1.0.2] - 2025-11-05
1927

2028
### Fixed

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Constants {
44
const val name = "AE2 Pattern Encoding Access Terminal"
55
const val description = "AE2 Pattern Encoding Access Terminal"
66
const val license = "Please refer to the GitHub repository for details."
7-
const val version = "1.0.2"
7+
const val version = "1.0.3"
88
const val group = "yuuki1293"
99
const val author = "yuuki1293"
1010
const val repositoryUrl = "https://github.com/yuuki1293/AE2PatternEncodingAccessTerminal"

0 commit comments

Comments
 (0)