Skip to content

v2.35

Choose a tag to compare

@f0e f0e released this 09 Jul 11:29
· 124 commits to master since this release

Downloads

  • Windows installer (.exe)
  • macOS installer (.dmg)
    • Note: After opening on Mac for the first time you'll get a 'Blur is damaged and can't be opened.' error. To fix this, run xattr -dr com.apple.quarantine /Applications/blur.app to unquarantine it.
  • Linux binaries
    • Note: This now also includes the required VapourSynth plugins.

Note: To opt in to beta update notifications you can enable include beta updates in your blur.cfg found in your config folder. Any feedback or issue reporting on these releases is greatly appreciated :)


Changes

  • Adds config export/import (from clipboard) buttons
  • Moves more stuff to blur.cfg
  • Fixes blur amount tied to fps button

(v2.34)

  • Moves blur amount tied to fps out of the main blur config into blur.cfg

(v2.33)

  • Render time remaining estimate
  • Improved quality slider UX
  • Updated default encoding presets, and made those default presets unmodifiable (so i can update them in the future without messing with user changes)
  • Fixed renders continuing after the cli is stopped
  • Fixed render progress metrics being wrong after pausing

(v2.32)

  • Proper colour info handling

(v2.31)

  • Fixed renders failing due to plugins being loaded more than once

(v2.3)
features:

  • Add files to queue button while rendering
  • Desktop notifications
  • Pause/resume renders
  • Weighting preview
  • Concise installer when updating on windows
  • Slider value text editing
  • Package VapourSynth plugins on Linux

config changes:

  • Change default interpolated fps to 1200 (this is just so the weighting preview looks nice lol)

bug fixes (of note):

  • Allows the screen to turn off while the app is open - why is this disabled by default in sdl...
  • Reset/restore settings tied slider bug