Skip to content

Commit b8d9719

Browse files
committed
v1.0.0-alpha.3
1 parent b06fb28 commit b8d9719

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@
55

66
## [Unreleased]
77

8+
## [v1.0.0-alpha.3] - 2023-05-05
9+
10+
This release adds a number of usability improvements and quality of life features.
11+
12+
Brickrail now does not rely on specific pybricks firmware anymore and aims to be compatible with the current pybricks beta firmware. It is still recommended to flash the specific version that comes with the Release, since this is the version Brickrail is tested with.
13+
814
### Added
915

1016
- Added "discouraged" reversing behavior. With this option, the train will only reverse when there is no other option. (https://github.com/Novakasa/brickrail/issues/125)
1117
- Distinguish current train position from "home" position. Current position is saved in settings, home position saved in .brl layout file. (https://github.com/Novakasa/brickrail/issues/78)
1218
- Added "Download" checkbox to hub GUI. Unchecking it skips downloading the program to the hub, assuming that it is stored on the hub (https://github.com/Novakasa/brickrail/issues/92).
19+
- Brickrail stores for each hub name the last hub program hash. If it is different, Download checkbox is checked automatically to make hub download the new program.
1320
- Added File logging. Logs will be available in user folder.
1421
- Added Control devices mode for switches only, allowing manual train control (https://github.com/Novakasa/brickrail/issues/77).
1522
- Move view appropriately when changing "layers unfolded" or changing active Layer.
@@ -47,6 +54,7 @@
4754
## [v1.0.0-alpha.1] - 2023-04-15
4855

4956
<!-- diff links for headers -->
50-
[Unreleased]: https://github.com/Novakasa/brickrail/compare/v1.0.0-alpha.2...HEAD
57+
[Unreleased]: https://github.com/Novakasa/brickrail/compare/v1.0.0-alpha.3...HEAD
58+
[v1.0.0-alpha.2]: https://github.com/Novakasa/brickrail/compare/v1.0.0-alpha.1...v1.0.0-alpha.3
5159
[v1.0.0-alpha.2]: https://github.com/Novakasa/brickrail/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
5260
[v1.0.0-alpha.1]: https://github.com/Novakasa/brickrail/tree/v1.0.0-alpha.1

brickrail-gui/project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ singletons=[ ]
267267

268268
[global]
269269

270-
version="1.0.0-alpha.3-dev"
270+
version="1.0.0-alpha.3"
271271

272272
[logging]
273273

0 commit comments

Comments
 (0)