2020-06-18 19:55:21 +03:00
# Changelog
2020-07-10 20:33:11 +03:00
## [0.8.5]
- Ignoring non UTF-8 characters on the loopback command output.
- [f340b29 ](https://www.github.com/tauri-apps/tauri/commit/f340b2914dc9c3a94ca8606f4663964fa87b95ea ) fix(tauri) addition to the previous commit on 2020-07-10
2020-07-10 04:12:46 +03:00
## [0.8.4]
- Properly run the loopback command on Windows.
2020-07-09 00:46:35 +03:00
## [0.8.3]
- Fixes the unbound variable issue on the DMG bundler script.
2020-07-08 20:06:40 +03:00
## [0.8.2]
- Fixes the AppImage bundler script.
2020-07-06 16:37:03 +03:00
## [0.8.1]
- Improves the logging of child processes like bundle_appimage.sh and bundle_dmg.sh.
2020-07-03 22:25:48 +03:00
## [0.8.0]
- The bundler now bundles all binaries from your project (undefined) and undefined.
When multiple binaries are used, make sure to use the undefined config field.
- Check if mksquashfs is installed before bundling AppImage
2020-06-18 19:55:21 +03:00
## [0.7.0]
- Fixes AppImage bundler (appimagetool usage, build script running properly, proper AppRun and .desktop files).