Skip to content

Serial Loops v0.2.pre.30

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonko0493 jonko0493 released this 18 Jun 23:11
93c41de

Latest 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 is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-0.2.pre.30_amd64.deb.
The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-0.2.pre.30-1.fc38.x86_64.rpm.
For other Linux distros, please use the binaries packaged in the .tar.gz archive; when doing so, ensure you install the OpenAL binaries so audio playback works.

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:

  • 93c41de Add the ability to apply hacks (#214)
  • 7a052af Make chibis enter in the right order with enter/exit command (#213)
  • 34a782e Fix some references, add more item references (#206)
  • f79b5a1 Fixup chibi selector button width on Gtk (#208)
  • afcf293 Fixup character name change crashes (#207)
  • 2442d72 Package improvements (#204)
  • f440893 Keep search results open & ontop after opening a result (#203)
  • 97c7201 Add advanced search, fix duplicated items in menu, auto-expand quick search results, add README (#202)
  • 8d79d3f Add sprite and chibi GIF/sheet export (#201)
  • 746ba52 Add UI text editing (#196)
See More
  • 14c4e1d Fix no emulator path being set not being detected when trying to Build & Run (#199)
  • 91da8ca Use screen selector in script editor, add quick search to main item explorer, minor tweaks (#194)
  • 018c5d5 Add system texture items (#195)
  • e8279e4 Add background image replacement crop & resize tool (#193)
  • fdf0094 Fixup #182 (menus not populating on Linux) (#192)
  • 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)
  • 63882c9 Fix SET_PLACE crash, fix BG replacement on low color images, fix versioning scheme for pre-releases (#174)
  • 75058d1 Change build number to fixup versioning (#171)
  • a63f045 Improve template dialog UI, fix toolbar icon (#167)

This list of changes was auto generated.