Skip to content

Releases: mondeja/blender-downloader

v1.0.4

27 Jul 19:19
56a6315
Compare
Choose a tag to compare

Bug fixes

  • Update nightly URLs discovering.

v1.0.3

15 Mar 16:16
418a6e3
Compare
Choose a tag to compare

Bug fixes

  • Fixed path resolution extracting blender directory on Linux and Python >= 3.11.

Enhancements

  • Added a __main__.py file so you can now also execute blender-downloader with python -m blender_downloader.

v1.0.2

06 Mar 02:21
3a5b8e1
Compare
Choose a tag to compare

Bug fixes

  • Fixed error running the CLI when installed along importlib-metadata-argparse-version==2.0.0

v1.0.1

27 Dec 14:27
Compare
Choose a tag to compare

Bug fixes

  • Fixed 403 error when requesting Blender repositories due to latest changes.
  • Fixed progress bar error when downloading releases (regression from v1.0.0).

v1.0.0

15 Nov 17:24
Compare
Choose a tag to compare

First stable version. From now onwards blender-downloader will use semantic versioning.

Breaking changes

  • Not installable on Python3.7 anymore.

v0.1.0

04 Jan 11:46
2290ab5
Compare
Choose a tag to compare

Breaking changes:

  • Dropped support for Python < 3.7

v0.0.25

03 Aug 12:19
90d2c5c
Compare
Choose a tag to compare

Enhancements:

  • Print latest and stable versions with --list.

v0.0.24

07 Jul 13:15
Compare
Choose a tag to compare

Enhancements:

  • Verify free space in disk before download (#66)

v0.0.23

14 Jun 14:16
26bb67e
Compare
Choose a tag to compare

Bug fixes:

  • Move copying downloaded temporal files rather than renaming them to prevent error in systems with multiple hard drives.

v0.0.22

19 May 10:06
9239396
Compare
Choose a tag to compare

Bug fixes:

  • Fixed extraction process (regression in v0.0.21).

Enhancements:

  • Added short options for most commands.