Skip to content

Commit d445834

Browse files
chore(release): 2.0.30 [skip ci]
--------------------------------------------------------------------------------------------------- Version: 2.0.30 Date: 2025-04-25 Gui: - Added job delay timer on pending chunks. - Logistics views now display what is left to be delivered instead of the total amount. Bugfixes: - Fixed a bug that led to incorrect in_transit_count for cargo jobs when copying and pasting, which could prevent job creation. - Fixed a crash during cargo jobs when the station ran out of power. - Fixed alignment issues on the job details screen. - Fixed an issue during cargo job prospecting where item quality was not being checked, preventing job creation. - Fixed collision masks with extremely large buildings. - Toggling jobs to enabled no longer cancels all jobs of that type. Changes: - Improved find_non_colliding_position logic.
1 parent 123b76e commit d445834

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 2.0.30
3+
Date: 2025-04-25
4+
Gui:
5+
- Added job delay timer on pending chunks.
6+
- Logistics views now display what is left to be delivered instead of the total amount.
7+
Bugfixes:
8+
- Fixed a bug that led to incorrect in_transit_count for cargo jobs when copying and pasting, which could prevent job creation.
9+
- Fixed a crash during cargo jobs when the station ran out of power.
10+
- Fixed alignment issues on the job details screen.
11+
- Fixed an issue during cargo job prospecting where item quality was not being checked, preventing job creation.
12+
- Fixed collision masks with extremely large buildings.
13+
- Toggling jobs to enabled no longer cancels all jobs of that type.
14+
Changes:
15+
- Improved find_non_colliding_position logic.
16+
---------------------------------------------------------------------------------------------------
217
Version: 2.0.29
318
Date: 2025-04-09
419
Bugfixes:

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Constructron-Continued",
3-
"version": "2.0.29",
3+
"version": "2.0.30",
44
"title": "Constructron-Continued",
55
"author": "ILLISIS",
66
"homepage": "https://github.com/ILLISIS/Constructron-continued/",

0 commit comments

Comments
 (0)