Releases: Lyaaaaaaaaaaaaaaa/Godot_File_Downloader
Releases · Lyaaaaaaaaaaaaaaa/Godot_File_Downloader
Release 1.0.3
What's Changed
- Replaced the prints by push_error when needed. by @Lyaaaaaaaaaaaaaaa in #24
- Fixed download queue not working by @Lyaaaaaaaaaaaaaaa in #25
- Release 1.0.2 by @Lyaaaaaaaaaaaaaaa in #26
Full Changelog: v1.0.2...v1.0.3
Release 1.0.2
What's Changed
- Updated the _downloads_done function 22be119
Release 1.0.1
What's Changed
- General improvements by @Lyaaaaaaaaaaaaaaa in #20
- Release 1.0.1 by @Lyaaaaaaaaaaaaaaa in #21
- Update file_downloader.gd by @Lyaaaaaaaaaaaaaaa in #22
Full Changelog: v1.0.0...v1.0.1
Breaking changes
- The signal
file_downloaded
now has an argument. Your signal handlers forfile_downloaded
will now have to await a parameter of type String. Otherwise, they will trigger an error and won't be executed.
Like this
func _on_file_downloaded(p_file_name : String) -> void:
Release 1.0.0 (Godot 4 upgrade)
What's Changed
- Upgraded to godot 4 by @Lyaaaaaaaaaaaaaaa in #16
- Enabled the "use_threads" setting of the httprequest by @Lyaaaaaaaaaaaaaaa in #17
- Removed code related to the "blind mode" by @Lyaaaaaaaaaaaaaaa in #18
- Release 1.0.0 by @Lyaaaaaaaaaaaaaaa in #19
Full Changelog: v0.2.4...v1.0.0
Release 0.2.4 (Godot 3.x)
Fixed not being able to reuse the downloader to download a second batch of files.
What's Changed
- Release 0.2.4 by @Lyaaaaaaaaaaaaaaa in #14
Full Changelog: v0.2.3...v0.2.4
Release v0.2.3
What's Changed
- Fix blind mode by @Lyaaaaaaaaaaaaaaa in #11
- Release 0.2.3 by @Lyaaaaaaaaaaaaaaa in #12
Full Changelog: v0.2.2...v0.2.3
Release v0.2.2
What's Changed
- Fixed the last downloaded file still being opened. by @Lyaaaaaaaaaaaaaaa in #9
Full Changelog: v0.2.1...v0.2.2
Release v0.2.1
What's Changed
- Fixed the 2go limitation by @Lyaaaaaaaaaaaaaaa in #7
- Release 0.2.1 by @Lyaaaaaaaaaaaaaaa in #8
Full Changelog: v0.2.0...v0.2.1
Release v0.2.0
Warning!
For some reasons the project doesn't work with Godot v3.4.
What's Changed
- Removed WAT from enabled plugins. by @Lyaaaaaaaaaaaaaaa in #4
- Implemented the Blind download and fixed the "WAT error" by @Lyaaaaaaaaaaaaaaa in #5
Full Changelog: v0.1.2...v0.2.0
Release v0.1.2
What's Changed
- Fixed the issue#2 HTTP Request error: 9 on Windows by @Lyaaaaaaaaaaaaaaa in #3
Full Changelog: v0.1.1...v0.1.2