Skip to content

Commit 19dadd2

Browse files
committed
Fixed pre_set_text and restored changelog
1 parent f8c7d1c commit 19dadd2

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,30 @@
22

33
## [Unreleased]
44

5+
## [1.0.2]
6+
7+
### Changed
8+
9+
Replaced UC2843A by UC3845 - output signal is active only once every two cycles, indicating the IC matches UCx845 functionality.
10+
11+
### Added
12+
13+
Measurement data (waveforms, transformer characteristics). See "Supporting docs"
14+
15+
516
## [1.0.1] - 2025-12-21
617

718
## [1.0.1]
819

9-
### Fixed changelog only
20+
### Changed
21+
22+
Changelog updates only - issue with missing changelog on revision 1.0.0
23+
1024

1125
## [1.0.0] - 2025-12-19
1226

27+
## [1.0.0]
28+
1329
### First issue
1430

1531
Schematic capture complete, except for parts:
@@ -22,3 +38,4 @@ CI failed on release - do not use.
2238
[Unreleased]: https://github.com/FLRHW/StepUp_module_12to450V/compare/1.0.1...HEAD
2339

2440
[1.0.1]: https://github.com/FLRHW/StepUp_module_12to450V/compare/3e65155bfaba51fb4ad2638bce463ab48d852d69...1.0.1
41+

Schematic.kicad_sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2708,7 +2708,7 @@
27082708
)
27092709
(text_box "Estimated specs for unidentified / custom parts:\n- F1: ~5 A\n- D4: ~500 mA x 600 V\n- R9: ~13.7 mΩ (110 mV @ 8.04 A)\n- TR1: ~1 : 19 turns ratio, 3.54 μH : 1.45 mH\n\nSee \"Supporting Docs\\Measurements.xlsx\" for details"
27102710
(exclude_from_sim no)
2711-
(at 190.5 119.38 0)
2711+
(at 190.5 118.745 0)
27122712
(size 63.5 31.115)
27132713
(margins 2 2 2 2)
27142714
(stroke

kibot_yaml/kibot_pre_set_text_variables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ preflight:
4646
- variable: '@RELEASE_BODY_VAR@1.0.1'
4747
command: '@GET_BODY_CMD@ 1.0.1'
4848

49-
- variable: '@RELEASE_TITLE_VAR@1.0.2'
49+
- variable: '@RELEASE_TITLE_VAR@1.0.2'
5050
command: '@GET_TITLE_CMD@ 1.0.2'
51-
- variable: '@RELEASE_BODY_VAR@1.0.2'
51+
- variable: '@RELEASE_BODY_VAR@1.0.2'
5252
command: '@GET_BODY_CMD@ 1.0.2'
5353
#
5454
#- variable: '@RELEASE_TITLE_VAR@1.1.0'

0 commit comments

Comments
 (0)