Tags give the ability to mark specific points in history as being important
-
v7.25330.0
a7b65d80 · ·Mostly quality of life changes and handle of Blender 5.0. Fix: * fatal NPE on bad configuration * Blender 5.0 env support Feat: * Update from openjdk 11 to Termurin 17
-
v7.25233.0
321af6ec · ·Improvement: * startup speed * less spam on ui text * add link to www and discord on gwing ui Fix: * clean shared-zip directory
-
v7.25209.0
ccdfc5d3 · ·Fix: * to no extra log error (infinite loop of error logging) Feat: * Send state of all ongoing jobs
-
-
v7.25182.0
c7bac99a · ·Fix: * Display progress over 100% on download partial failure * Crash of log on failure to detect gpu * Leak of logger (slf4j) Feat: * Send more info about gpu to server
-
-
v7.25071.0
617e1c1a · ·Fix: * log instance is null (crashed when gpu failed to detect) Feature: * Support of use custom color config * Better log on gpu devices on DEVICE_NOT_FOUND error
-
-
v7.25022.0
5ffd30dd · ·Fix: * if the chunk is already on the cache directory, no need to copy it from the shared directory * Better detection of Windows version, fix crashing client Feature: * more stats sent to the server to notify it when client is paused, working, etc Refactor: a lot of quality of life change to improve the code.
-
v7.24349.0
2e10f737 · ·Fix on parallel zip extraction Fix on print to stdout instead of using logger
-
-
v7.24325.0
972092f2 · ·Feat: * use chunk for renderer and store blender and project wool on the same project Fix: * download progress indicator jumping back and forth
-
v7.24299.0
24a1c994 · ·Fix: * do not spam the same status contents on stdout * do not spam stdout with strackstrace, use logger * increase timeout read on http Feature: * Improve HWIDs to be more human-readable * Better message on headless detection * Limit log file size to 10MB Quality of life: * Upgrade dependencies libs
-
-
v7.24195.0
0ff9689c · ·Fix: * Always save data in ram (send log data to server) * FileAlreadyExistsException during archive copy when a link already exists
-
v7.24163.0
495e6a9a · ·Refactor: * Add static analytic of code * Stop rendering if a specific process is running, very usefull when you are using your computer while running the client Feature: * Add command line argument to separate log on stdout (--log-stdout) and debug level (--verbose) Fix: * Do not brick client when a download failed * Fix download speed infinite message Improvement: * Better detection of blender error status * Better multi-downloader * UI: online, do not spam ui with the same status
-
v7.24110.0
5aaa88cf · ·Fix: Remove duplicate error catch Fix: ui, set a global progress on the download Fix: cleanup working dir after blender has exited Feat: add new error messages for Blender 4.1 Feat: add log file on disk Feat: added unzip time for projects as per feature request
-
-
-
v7.24059
b87e417c · ·Feature: * print human readable CUDA error * Feature/multidownloader: improve download speed Fix: * clean working directory on ENGINE_NOT_AVAILABLE, DETECT_DEVICE_ERROR * Don't iterate over all objects: blender takes too much cpu * Really delete file: something an .exr was not deleted