Skip to content

Releases: MartinBarker/RenderTune

2.0.12

Choose a tag to compare

@github-actions github-actions released this 30 May 02:50
  • fix startTime not getting registered for multiple rows at a time
  • fixed .yml github actions build file so the locales/ folder is built, this is an attempt to fix issue #54

2.0.11

2.0.11 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 May 16:27
ca8ea7b
V2.0.11 multiple row startTime fix (#60)

* startTime fix

* startTime fix

* v2.0.11

v2.0.9 (bug fixes + improvements)

Choose a tag to compare

@MartinBarker MartinBarker released this 21 May 23:02

changes:

  • attempted fix at when snapcraft linux file/folder picker chars are malformed
  • Improved table column sort: fixed bug where row selection was incorrect if a col was sorting the table in asc/desc order
  • improved UI, more efficient table layouts
  • removed image timeline from render options
  • changed default output filename from 'output-video' to be either the single song being outputted, or the folder name
  • improved audio file start/end/length time behaviors
  • improved 'render options' box styling
  • added text for image resolution source so it reads 'no image row(s) selected' instead of being blank

2.0.7

Choose a tag to compare

@github-actions github-actions released this 23 Feb 00:34
6804113
  • remove unused apple entitlement

  • ffmpeg error fix

  • new version

  • table drag fix

  • readme improved

  • remove donation links

2.0.5

Choose a tag to compare

@github-actions github-actions released this 22 Feb 02:11
a1d0739
  • Rewrote entire application to include better file structure with React components and build/release in the cloud using GitHub Actions to allow for more frequent updates
  • Added new features such as the ability to combine multiple image files into a slideshow with background-blur padding, stretching, or status hex code color

Expect more UI Tweaks / improvements coming! I am releasing this version of the app to test auto-updating outside of the mac/win/linux stores

If you would like to have your name featured in the home page of this application, consider donating $5 to KoFi, Patreon, or GitHub Sponsors.

v2.0 pre-release preview 2 (v1.1.54)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Feb 23:57

Donate $5 to have your name featured in the next public release:
https://linktr.ee/martinradio

Releasing an early-build of RenderTune v2.0 for testing and feedback!

How to choose which file to download:

  • Windows

    • Portable: RenderTune-win-x64.exe
  • Mac

    • Apple Silicon (M1/M2): RenderTune-mac-arm64.dmg
    • Intel (x64): RenderTune-mac-x64.dmg
  • Linux

    • x64: RenderTune-linux-x86_64.AppImage or RenderTune-linux-x64.tar.bz2

v2.0 Pre-Release

v2.0 Pre-Release Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Feb 07:02
64a6636

Donate $5 to have your name featured in the next public release:
https://linktr.ee/martinradio

Releasing an early-build of RenderTune v2.0 for testing and feedback!

How to choose which file to download:

  • Windows

    • Portable: RenderTune-win-x64.exe
  • Mac

    • Apple Silicon (M1/M2): RenderTune-mac-arm64.dmg
    • Intel (x64): RenderTune-mac-x64.dmg
  • Linux

    • x64: RenderTune-linux-x86_64.AppImage or RenderTune-linux-x64.tar.bz2

1.1.3

1.1.3 Pre-release
Pre-release

Choose a tag to compare

@MartinBarker MartinBarker released this 17 Mar 21:03
  • Improved compatibility: Fixed mp4 video format support for iOS mobile uploading and fixed ffmpeg support for older Mac versions (High Sierra 10.13+)
  • New feature: Added the option to choose your default video render output format (mp4/mkv) for greater flexibility and convenience in your video rendering.

1.1.2x

1.1.2x Pre-release
Pre-release

Choose a tag to compare

@MartinBarker MartinBarker released this 16 Mar 02:33

New Features:

  • change default video render output file format (mp4 / mkv)
  • mp4 output ffmpeg command adjusted to allow for the editing/uploading/viewing on ios mobile devices

1.1.1

Choose a tag to compare

@MartinBarker MartinBarker released this 26 Feb 19:25
2ef7ea7

v1.1.1

New Features:

New image picker with preview for main / individual tables

New video format option with .mkv / .mp4 options

.mkv allows for video renders with much higher quality audio codecs

Audio files table now initially be sorted naturally by filename

Added custom padding color options

Selected custom color option saved for main concat upload and individual table

Padding color displayed in options and select dropdown

Added open file and open folder icons in render list

Revamped FFMPEG commands to only need one single command instead of two

Added API route for rendering videos via HTTP request (default port: 3030)

Improved tracklist timestamp preciseness

Bug Fixes:

Fixed edge case errors with render status percentages was not appearing

Added FFMPEG command error text to render list status column if render fails