Skip to content

Commit f72fa81

Browse files
committed
Release v1.2.0
1 parent 588f13f commit f72fa81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ Features:
88
* Follow player until the first entity is built.
99
* Follow rocket launch.
1010
* Follow base growth.
11+
* Keep focus on specified area.
1112
* Camera use (ordered) tracker list, first enabled tracker is used.
1213
* Camera gradually (configurable period) recenters and zooms out.
1314
* Each camera has customizable resolution, frame rate and speed gain.
1415
* All screenshots are taken with full daylight.
1516
* Configurable screenshot folder (e.g. to support multiple save files that are played in parallel).
17+
* Configurable screenshot numbering, either sequential (default, more suitable for Windows ffmpeg) or game tick (easier to synchronize multiple cameras).
1618

1719
Open the TLBE settings from shortcut bar or CTRL-T (default key binding) to configure your camera(s) and trackers.
1820

changelog.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---------------------------------------------------------------------------------------------------
22
Version: 1.2.0
3+
Date:
34
Features:
45
- Add Area Tracker
56
- Choose between sequential or game tick numbering method for the screenshots.
67
Gui:
78
- Fix width of tracker tab.
8-
9-
---------------------------------------------------------------------------------------------------
10-
Version: 1.1.2
119
Bugfixes:
1210
- Fix crash when no entities are build but base camera is active.
1311

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TLBE",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"title": "Time Lapse Base Edition",
55
"author": "veger",
66
"contact": "",

0 commit comments

Comments
 (0)