Skip to content

Releases: frame-script/FrameScript

0.0.7

07 Jan 16:21

Choose a tag to compare

Changes in 0.0.7

  • Added an editor.

The editor includes syntax highlighting and runs the TypeScript Language Server.

image

0.0.6

04 Jan 10:50

Choose a tag to compare

Changes in 0.0.6

  • Added <Img/> for drawing images (using this component can fix flickering during rendering).
  • Added progress: Variable<number> to <DrawText/> and <DrawTex/>, so it can be used with useAnimation.
  • useAnimation() and useVariable() now support RGBA color codes.

Example:

const color = useVariable("#FFFFFF10")

useAnimation(async (context) => {
  await context.move(color).to("#000000FF", seconds(1))
})

0.0.5

02 Jan 08:59

Choose a tag to compare

Changes in 0.0.5

  • Added <DrawText/>
  • Added <Character/>
  • Significantly improved rendering performance
  • Significantly reduced UI overhead (made the UI much lighter)
  • Fixed an issue where <Clip> would sometimes fail to report its duration
  • Fixed an issue where preview playback could run slower than real time
  • Added a YouTube-oriented volume normalization/adjustment feature to the render settings
  • Other minor fixes

0.0.4

27 Dec 17:39

Choose a tag to compare

fix #1

0.0.3

25 Dec 18:47

Choose a tag to compare

bump version

0.0.2

25 Dec 14:18

Choose a tag to compare

Merge branch 'main' of github.com:frame-script/FrameScript

test-release

25 Dec 06:12

Choose a tag to compare

test3

remove ffmpeg_next

test-release

24 Dec 16:39

Choose a tag to compare

test2

await animation context

test-release

24 Dec 16:31

Choose a tag to compare

test-release Pre-release
Pre-release
await animation context