Skip to content

Commit 27e429c

Browse files
authored
update download links (#54)
* Squashed commit of the following: commit 87af61b Author: Jayly <[email protected]> Date: Thu Aug 21 00:09:18 2025 +0800 Update real-time-hong-kong-toll-rates.md commit 9bddfda Author: Jayly <[email protected]> Date: Thu Aug 21 00:03:08 2025 +0800 iOS tutorials commit 9e5cf82 Author: Jayly <[email protected]> Date: Wed Aug 20 13:12:34 2025 +0800 seo commit 7c8a7a4 Author: Jayly <[email protected]> Date: Sun Aug 17 01:41:11 2025 +0800 Update page.tsx commit d2ab021 Author: Jayly <[email protected]> Date: Sat Aug 16 19:27:25 2025 +0800 Update page.tsx commit 94e6a82 Author: Jayly <[email protected]> Date: Sat Aug 16 19:24:32 2025 +0800 Update tolls.json * editor v2 * Update cinematic-editor.md * V2 docs * update download linsk * Update page.tsx * Update tolls.json
1 parent 7f5f722 commit 27e429c

15 files changed

+269
-139
lines changed

downloads/cinematic-editor.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"downloads": [
3+
{
4+
"title": "v2.0.0",
5+
"supports": "Windows 1.21.100",
6+
"changelog_url": "/posts/cinematic-editor-changelog/#200",
7+
"url": "https://www.mediafire.com/file/nz8p70qo86v8hkw/CinematicEditor_v2.0.0.mceditoraddon/file"
8+
},
39
{
410
"title": "v1.4.2",
511
"supports": "Windows 1.21.70",
@@ -8,55 +14,55 @@
814
{
915
"title": "v1.4.1",
1016
"supports": "Windows 1.21.50",
11-
"changelog_url": "/posts/cinematic-editor/#141",
17+
"changelog_url": "/posts/cinematic-editor-changelog/#141",
1218
"url": "https://www.mediafire.com/file/r8eszjpqyqxcd79/CinematicEditor_v1.4.1.mceditoraddon/file"
1319
},
1420
{
1521
"title": "v1.4.0",
1622
"supports": "Windows Preview 1.21.30",
17-
"changelog_url": "/posts/cinematic-editor/#140",
23+
"changelog_url": "/posts/cinematic-editor-changelog/#140",
1824
"url": "https://github.com/jayly-bot/addons/releases/download/cinematic_v1.21.30/CinematicEditor_v1.4.0.mceditoraddon"
1925
},
2026
{
2127
"title": "v1.3.2",
2228
"supports": "Windows Preview 1.21.20",
23-
"changelog_url": "/posts/cinematic-editor/#132",
29+
"changelog_url": "/posts/cinematic-editor-changelog/#132",
2430
"url": "https://github.com/jayly-bot/addons/releases/download/cinematic_v1.21.20.22/CinematicEditor_v1.3.2.mceditoraddon"
2531
},
2632
{
2733
"title": "v1.3.1",
2834
"supports": "Windows Preview 1.21.20",
29-
"changelog_url": "/posts/cinematic-editor/#131",
35+
"changelog_url": "/posts/cinematic-editor-changelog/#131",
3036
"url": "https://github.com/jayly-bot/addons/releases/download/cinematic%2B1.21.20/CinematicEditor_v1.3.1.mceditoraddon"
3137
},
3238
{
3339
"title": "v1.3.0",
3440
"supports": "Windows Preview 1.21.10",
35-
"changelog_url": "/posts/cinematic-editor/#130",
41+
"changelog_url": "/posts/cinematic-editor-changelog/#130",
3642
"url": "https://github.com/jayly-bot/addons/releases/download/cinematic-editor_v1.3.0/CinematicEditor_v1.3.0.mceditoraddon"
3743
},
3844
{
3945
"title": "v1.2.0",
4046
"supports": "Windows Preview 1.20.80",
41-
"changelog_url": "/posts/cinematic-editor/#120",
47+
"changelog_url": "/posts/cinematic-editor-changelog/#120",
4248
"url": "https://www.mediafire.com/file/2legkm7hbwcbcpf/CinematicEditor_v1.1.2.mceditoraddon/file"
4349
},
4450
{
4551
"title": "v1.1.1",
4652
"supports": "Windows Preview 1.20.80",
47-
"changelog_url": "/posts/cinematic-editor/#111",
53+
"changelog_url": "/posts/cinematic-editor-changelog/#111",
4854
"url": "https://www.mediafire.com/file/z9mmjfqd57j3iul/CinematicEditor_v1.1.1.mceditoraddon/file"
4955
},
5056
{
5157
"title": "v1.0.4",
5258
"supports": "Windows Preview 1.20.70",
53-
"changelog_url": "/posts/cinematic-editor/#104",
59+
"changelog_url": "/posts/cinematic-editor-changelog/#104",
5460
"url": "https://www.mediafire.com/file/suc0fomtot3p1hc/CinematicEditor_v1.0.4.mceditoraddon/file"
5561
},
5662
{
5763
"title": "v1.0.3",
5864
"supports": "Windows Preview 1.21.10",
59-
"changelog_url": "/posts/cinematic-editor/#103",
65+
"changelog_url": "/posts/cinematic-editor-changelog/#103",
6066
"url": "https://www.mediafire.com/file/uxot5a0potkbheb/CinematicEditor_v1.0.3.mceditoraddon/file"
6167
}
6268
]

downloads/cinematic-runtime.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"downloads": [
3+
{
4+
"title": "v0.5.3",
5+
"supports": "1.21.100+",
6+
"url": "https://www.mediafire.com/file/1walvcs27tugr0m/CinematicRuntime_v0.5.3.mcaddon/file"
7+
},
38
{
49
"title": "v0.5.1",
510
"supports": "1.21.20+",

posts/cinematic-editor-changelog.md

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
---
2+
author: Jayly
3+
title: Cinematic Editor Changelog
4+
description: A comprehensive list of changes and updates made to the Cinematic Editor and Cinematic Runtime.
5+
image: /assets/posts/cinematic-editor/MCPEDL_Preview.png
6+
---
7+
8+
# Cinematic Editor Changelog
9+
10+
## Cinematic Editor
11+
12+
Changelog for [Cinematic Editor Extension](/posts/cinematic-editor.md). Available at [MCPEDL](https://mcpedl.com/jayly-cinematic-editor/), [CurseForge](https://www.curseforge.com/minecraft-bedrock/addons/jayly-cinematic-editor) and [Modbay](https://modbay.org/mods/2822-jayly-cinematic-editor.html).
13+
14+
### 2.0.0
15+
16+
- Cinematic Editor now requires Minecraft v1.21.100
17+
- Updated Dependencies to use `@minecraft/server` 2.2.0-beta
18+
- **Spline Interpolation System**: Added support for Hermite spline interpolation for smoother camera movement between keyframes
19+
20+
- New "Interpolation" dropdown with Line and Hermite options
21+
- Spline Subdivisions setting (2-20) for controlling smoothness vs performance
22+
- Added real-time spline path visualization with different spline types displayed, numbered keyframe labels, snap-to-block positioning.
23+
- Keyframe data can be modified by moving the respective widget.
24+
- Added hermite interpolation support.
25+
26+
![3D Hermite](https://paulbourke.net/miscellaneous/interpolation/hermite3d.gif)
27+
28+
- **Enhanced Camera Controls**:
29+
- Added FOV (Field of View) control for keyframes
30+
- New camera settings including camera height (720p default), width (1280p default), and default FOV (70°)
31+
- **Debug Camera System**: Visual camera frustum display with widget-based visualization
32+
- Real-time camera position and rotation tracking
33+
- Interactive camera frustum corners with spline connections
34+
- Configurable aspect ratio and viewing distance
35+
- Toggle visibility through settings
36+
- **Keyboard Shortcuts**: Added `CTRL + SHIFT + C` hotkey to quickly toggle the Cinematic Editor tool
37+
- **Improved User Interface**:
38+
- Redesigned Scene Settings panel. Now it's located in the core menu, along with help, and testing features.
39+
- Added comprehensive tooltips and help documentation
40+
- Better error handling and user feedback with action bar notifications
41+
- **Scene Export**:
42+
- Added multiple export formats (optimized v3 and raw v2 JSON) with clipboard integration. Scene Import is not supported currently, but will be implemented soon.
43+
- Deprecated v1 scene export format.
44+
- Added support for camera fade effects, command execution, and time delays
45+
- Added instant camera transition, available on the easing dropdown.
46+
47+
### 1.4.1
48+
49+
- Cinematic Editor now only works on Minecraft v1.21.50
50+
- Refracted codebase to not use deprecated Editor APIs
51+
- Fixed a bug where coordinates wasn't serialize to string
52+
- Renamed `extensionName` field to 'CameraEditor'
53+
54+
### 1.4.0
55+
56+
- Editor extension now requires Minecraft Preview 1.21.30
57+
- Added ability to edit camera location and rotation on existing keyframes.
58+
- Player location and player rotation now shows selected keyframe's data instead of current player's data.
59+
- Vector3 fields now disables when there isn't a scene.
60+
- Editor can now export HUD visibility settings to cinematic runtime add-on.
61+
62+
### 1.3.2
63+
64+
- Fix an issue with HUD elements not displaying when toggled on.
65+
- When playing the scene the following HUD elements can be shown if toggled on: ProgressBar, Hunger, AirBubbles, HorseHealth, StatusEffects, ItemText
66+
- Updated manifest
67+
- Resource pack now requires the same minimum engine version as behavior pack.
68+
69+
### 1.3.1
70+
71+
- Cinematic Editor extension is compatible with Minecraft Preview 1.21.20
72+
- Fix an issue with missing strings caused by editor API change
73+
- [Experimental] Add toggles for showing specific HUD elements
74+
75+
### 1.3.0
76+
77+
- Editor extension now requires Minecraft v1.21.10 Previews to run
78+
- Renamed 'Run Timeline' to 'Play Scene' - Plays the scene which is stored in editor extension storage.
79+
- Renamed 'Export Keyframes' to 'Export Scene' - Export the scene from editor extension storage to Cinematic Editor Runtime Add-On, which can be played through Scene Player item.
80+
- Group Export Scene and Play Scene button into 'Scene Action' pane
81+
- Added 'Reset Scene' button - Reset editor extension camera scene.
82+
- Updated Add-On Manifest metadata, changing license from MIT to All Rights Reserved.
83+
84+
### 1.2.0
85+
86+
- Module version property is now the same as `header.version`
87+
- Editor extension is now compatible with 1.20.80-preview.21 or above.
88+
- Fix Vector class not exported from '@minecraft/server' module in 1.20.80-preview.21.
89+
- Output files are now bundled.
90+
91+
### 1.1.1
92+
93+
- Editor extension is now compatible with 1.20.80 previews.
94+
- HUD is now hidden when 'Run Timeline' is pressed
95+
- When pressing 'Export Keyframes', the keyframe data will automatically transfer to Cinematic Runtime add-on. This requires cinematic runtime add-on to be loaded on editor world.
96+
97+
### 1.0.5
98+
99+
- Fix a critical bug where world hangs when 'Run Timeline' is pressed.
100+
101+
### 1.0.4
102+
103+
- Editor extension is now compatible with 1.20.70 previews
104+
105+
### 1.0.3
106+
107+
- Exported data from Export Keyframes can now be used in Cinematic Runtime Add-On
108+
- Behavior packs and resource packs are now dependent, so when one of the resource or behavior pack is applied to world the other pack is also applied automatically.
109+
110+
### 1.0.2
111+
112+
- Update pack name and description
113+
- Add-on is now compatible with 1.20.60 previews.
114+
115+
### 1.0.1
116+
117+
- Export keyframes now converts keyframes into /camera commands
118+
119+
### 1.0.0
120+
121+
- Added extension icon (icon by Mojang)
122+
123+
### 0.3.0-beta
124+
125+
- Refactor storage system to make it compatible for latest Dynamic Properties changes.
126+
- Fix a bug where Ease Type and Ease Time aren't sync when changing keyframe selection.
127+
- Fix Ease Time not being able to input float numbers.
128+
- Export Content field is now hidden unless 'Export Keyframes' button is pushed.
129+
- Easing values are now saved automatically when changed.
130+
131+
### 0.2.0-beta
132+
133+
- Increase maximum stored keyframes from 9 to 600
134+
- Fix the delay caused by running timeline
135+
- Text pane now disallow user from modifying the export content
136+
- Add easing into cinematic editor
137+
138+
### 0.1.0-beta
139+
140+
- Add tool and pane with no functionality.
141+
- Add export content
142+
- Add player location, rotation

0 commit comments

Comments
 (0)