Serial Loops v0.2.pre.8
Pre-releaseLatest nightly build. Note that this is likely to have bugs and we recommend you use a regular release instead!
Installation Notes
On macOS, after dragging the app from the dmg into Applications, please run xattr -cr /Applications/SerialLoops.Mac.app
from the Terminal in order to be able to run the app. This is required because we currently don't codesign the application, meaning macOS will refuse to run it without explicit approval from you.
The .deb
package can only be used on Debian-based systems (e.g. Ubuntu). Install it with sudo dpkg -i SerialLoops-0.2.pre.8_amd64.deb
. For other Linux distros, please use the binaries packaged in the .tar.gz
archive. Regardless of your distro, ensure you install the OpenAL binaries so audio playback works – on Ubuntu, this can be done with sudo apt install libopenal-dev
.
Please ensure you have installed devkitARM from devkitPro before using the program.
Which macOS dmg should I choose?
If your Mac is newer, you will probably want the ARM dmg. If it is older, you will want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead.
Changes:
- 6bdd9a7 Add topic editing and the fruits of RE labor (#190)
- 0e87ba9 Add save prompts before opening/making a new project (#191)
- c0dd2a1 Add preview for voiced line subtitle editor (#189)
- 71f57fd Add voiced line subtitle editing (#187)
- a17b8a6 Update character icon (#185)
- 13ede7b Add editing for place names (#184)
- a190a5a Replace "dialogue config" with "character" abstraction that can be used instead of Speakers and add nameplate editor (#181)
- b9084ec Add ability to rename items (#178)
- bcb8685 Use improved color reduction algorithm (#177)
- d4c5891 Fixup replace operation in azure pipelines (#176)