Skip to content

Releases: Victor-IX/Blender-Launcher-V2

v2.3.2

27 Nov 00:55
Compare
Choose a tag to compare

What's Changed

🛠️ Fixes:

  • Fixed a bug where the console would be shown despite the Hide Console on Startup option being turned on.
  • Fixed a bug where old Blender builds were filtered out due to the new platform change.

v2.3.1

21 Nov 01:05
Compare
Choose a tag to compare

What's Changed

🛠️ Fixes:

  • Fixed a bug that made the Daily/Experimental and Bforartists builds unavailable for download.

v2.3.0

20 Nov 01:45
Compare
Choose a tag to compare

What's Changed

💡 Features:

  • Bforartist builds are now downloadable directly through the Blender Launcher.
  • Added the ability to launch .blend files directly with the Blender Launcher! File Association
  • New option for the delete build action (Send to trash / Delete).
  • Pressing Shift in the right-click menu will show alternative options for removing a build.
  • Blender Launcher is now available through Winget on Windows.
  • macOS builds are now available to download (bugs are suspected).
  • New option to open the Blender preferences folder.
  • New settings panel to hide and stop scraping specific branches of Blender (e.g., daily).

🛠️ Fixes:

  • Fixed a bug where the ARM64 version would be downloaded instead of the x64 version on Windows.
  • Fixed a bug not displaying the LFS label for the LFB version.

⚙️ Others:

  • Implemented a basic Blender Launcher API to reduce the number of requests to the Blender Foundation server.
  • General tag settings rework.
  • Added tooltips to all the settings.
  • Improved the connection header for the Blender Foundation web request (implementation of a user UUID).
  • Improved app build workflow.
  • Created a new project page on GitHub to better track the development of the program. Blender Launcher Project page
  • Blender will now launch without the console in the background by default.
  • Changed the default main window size.

v2.3.0-rc.2

31 Oct 00:30
Compare
Choose a tag to compare
v2.3.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.3.0-rc.1...v2.3.0-rc.2

v2.3.0-rc.1

23 Sep 15:06
Compare
Choose a tag to compare
v2.3.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.2.0...v2.3.0-rc.1

v2.2.0

19 Jul 13:41
Compare
Choose a tag to compare

What's Changed

💡 Features:

  • Add a message to notify the existence of tray icon feature for Windows version
  • Library Folder can now be relative to the Launcher location
  • Improve Column Ordering, it's now possible to have ascending and descending ordering
  • Add option to show archived builds for daily and Experimental Download

🛠️ Fixes:

  • Fix a build ordering bug in the download tab
  • Fix a bug caused by specific timezone on Windows

⚙️ Others:

  • Documentation Update
  • Improve GitHub Action to create automatic build
  • UI improvement in the Settings menu
  • Blender Launcher has been added to the Archlinux User Repository (maintained by @sakarimo)

v2.2.0-rc.3

22 Jun 21:54
Compare
Choose a tag to compare
v2.2.0-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.2.0-rc.2...v2.2.0-rc.3

v2.2.0-rc.2

17 May 15:59
Compare
Choose a tag to compare
v2.2.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.2.0-rc.1...v2.2.0-rc.2

v2.2.0-rc.1

28 Apr 23:01
Compare
Choose a tag to compare
v2.2.0-rc.1 Pre-release
Pre-release

This Release Candidate was primarily made due to an issue with locales being a blocking issue in registering new blender builds when your locale is something Python does not recognize. If you have encountered this, give this prerelease a shot!

What's Changed

v2.1.24

05 Apr 01:40
a0b4648
Compare
Choose a tag to compare

What's Changed

💡 Features:

  • Clicking on the Install Button in the download tab now navigates you to the Build in the Library.
  • Improved Settings readability.
  • New option to Disable automatic build Checking on Startup (Settings > Blender Builds).
  • New option to only scrape Daily or Stable builds (Settings > Blender Builds).
  • New settings to use Pre-release Updates for the Blender Launcher (Settings > General).
  • New settings to use System Title Bar (Settings > Appearance).
  • You can now open the last closed Blender file by shift-clicking on the Launch button.
  • Every build is now editable.

🛠️ Fixes:

  • Fixed Stable build fetching.
  • Fixed installed versions being flagged as "installed" after uninstalling in the download tab.
  • Fixed a bug preventing users from launching Blender 2.79 and older from the Launcher.
  • Fixed the inability to move BL using internal moving panels on some Linux Distributions.

⚙️ Others:

  • New icon in the Context Menu.
  • Implemented Semver to manage the version of the Blender Launcher and Blender builds. (We used non-standard version numbers for this version and the previous one to prevent breaking the updater; we will return to a more standard versioning format in the next update).
  • Blender Launcher Settings, Log, and Cache files are now located in the user folder.
    • Windows: %AppData%\..\Local\Blender Launcher.
    • Linux Config: $XDG_CONFIG_HOME or ~/.config/Blender Launcher
    • Linux Cache: $XDG_CACHE_HOME or ~/.cache
  • Stable Build caching to reduce request amount and speed up the fetching of all the Blender builds.
  • Improved Error feedback.
  • Shift-clicking Check will now refresh Stable and Daily.
  • Using argparse for parsing commandline arguments.

Edit: Uploaded a new version of the Ubuntu build due to segfaults (I love github actions so much...)