Skip to content

Releases: haroohie-club/SerialLoops

Serial Loops v0.3.pre.10

01 Jul 23:12
fb0b7d1
Compare
Choose a tag to compare
Pre-release

Latest nightly build. Note that this is likely to have bugs and we recommend you use a regular release instead!

Installation Notes

Please ensure you have installed devkitARM from devkitPro before using the program. Select the NDS Development workload when installing to do this.

Additionally, to test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Windows

There is currently no Windows installer; instead, you simply download the zip and run the application directly. Because our application contacts GitHub's servers to check for new releases on lauch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

macOS

On macOS, after dragging the app from the dmg into Applications, please run xattr -cr "/Applications/Serial Loops.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.

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.

Linux

The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-0.3.pre.10_amd64.deb.
The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-0.3.pre.10-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.

Changes:

This list of changes was auto generated.

Serial Loops v0.3.pre.9

30 Jun 23:14
1f207e8
Compare
Choose a tag to compare
Pre-release

Latest nightly build. Note that this is likely to have bugs and we recommend you use a regular release instead!

Installation Notes

Please ensure you have installed devkitARM from devkitPro before using the program. Select the NDS Development workload when installing to do this.

Additionally, to test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Windows

There is currently no Windows installer; instead, you simply download the zip and run the application directly. Because our application contacts GitHub's servers to check for new releases on lauch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

macOS

On macOS, after dragging the app from the dmg into Applications, please run xattr -cr "/Applications/Serial Loops.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.

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.

Linux

The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-0.3.pre.9_amd64.deb.
The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-0.3.pre.9-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.

Changes:

This list of changes was auto generated.

Serial Loops v0.2.0

25 Jun 22:16
7f28815
Compare
Choose a tag to compare

Welcome to v0.2 of Serial Loops! We've added a bunch of new features and look forward to seeing what you make with them!

See the announcement post and curated changelog here.

There are a few known issues at time of release which can be seen here. As fixes for these come through, we will backport and release patch versions of this!

Installation Notes

Please ensure you have installed devkitARM from devkitPro before using the program. Select the NDS Development workload when installing to do this.

Additionally, to test the game you will need to have a Nintendo DS emulator installed. We recommend melonDS for its accuracy.

Windows

There is currently no Windows installer; instead, you simply download the zip and run the application directly. Because our application contacts GitHub's servers to check for new releases on lauch, it is possible it will get flagged by firewall software – please allow it through so it can function correctly.

macOS

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.

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.

Linux

The .deb package is intended for Debian-based distros (e.g. Ubuntu). Install it with sudo apt install -f ./SerialLoops-0.2.0_amd64.deb.
The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-0.2.0-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.

Changes:

  • 7f28815 Fix changing search scopes and add up/down buttons to the scenario editor (#290)
  • c366679 Bugfixes & user study feedback (#287)
  • 1a0f43e Fix scenario editor crash on Linux and duplicate scenario entries bugs (#267)
  • 484041f Add OP_MODE chibi change hack (#264)
  • a17a705 Fixup chibi placement and BG crop/resize on dual screen (#260)
  • 1b46047 Fixup system texture tiling replacement (#258)
  • 06f19d9 Fixup subtitle preview (#255)
  • 5c2eec7 Make it so you can replace system textures with transparent images to preserve transparency (#254)
  • e1e527e Add a bunch of exception handling (#253)
  • 8047998 Add a palette viewer and "replace with palette" to the system texture editor (#252)
See More
  • aba6b36 Improve stability with many bugfixes (#251)
  • 65841bd Fixup sprite transition rules and devkitARM project closing (#232)
  • cbc1329 Add ASM hack description to dialog, Makefile & hack updating, devkitARM version detection, and disabling of attract sequence for Skip OP hack (#228)
  • 7919625 Fixup bad item renaming and command tree scrollbar bugs (#230)
  • f39f591 Add make to package dependencies, bump to new NitroPacker for Docker bugfix (#222)
  • 0e82a97 Fix scenario listbox up and down arrows not working (#221)
  • 4578878 Lock down project names, add save button to the toolbar, and add view logs menu item (#220)
  • 70268a8 Add episode headers to script preview (#216)
  • 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)
  • 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.

Serial Loops v0.2.pre.35

23 Jun 23:13
1a0f43e
Compare
Choose a tag to compare
Pre-release

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.35_amd64.deb.
The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-0.2.pre.35-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:

  • 1a0f43e Fix scenario editor crash on Linux and duplicate scenario entries bugs (#267)
  • 484041f Add OP_MODE chibi change hack (#264)
  • a17a705 Fixup chibi placement and BG crop/resize on dual screen (#260)
  • 1b46047 Fixup system texture tiling replacement (#258)
  • 06f19d9 Fixup subtitle preview (#255)
  • 5c2eec7 Make it so you can replace system textures with transparent images to preserve transparency (#254)
  • e1e527e Add a bunch of exception handling (#253)
  • 8047998 Add a palette viewer and "replace with palette" to the system texture editor (#252)
  • aba6b36 Improve stability with many bugfixes (#251)
  • 65841bd Fixup sprite transition rules and devkitARM project closing (#232)
See More
  • cbc1329 Add ASM hack description to dialog, Makefile & hack updating, devkitARM version detection, and disabling of attract sequence for Skip OP hack (#228)
  • 7919625 Fixup bad item renaming and command tree scrollbar bugs (#230)
  • f39f591 Add make to package dependencies, bump to new NitroPacker for Docker bugfix (#222)
  • 0e82a97 Fix scenario listbox up and down arrows not working (#221)
  • 4578878 Lock down project names, add save button to the toolbar, and add view logs menu item (#220)
  • 70268a8 Add episode headers to script preview (#216)
  • 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)
  • 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.

Serial Loops v0.2.pre.34

22 Jun 23:15
1b46047
Compare
Choose a tag to compare
Pre-release

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.34_amd64.deb.
The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-0.2.pre.34-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:

  • 1b46047 Fixup system texture tiling replacement (#258)
  • 06f19d9 Fixup subtitle preview (#255)
  • 5c2eec7 Make it so you can replace system textures with transparent images to preserve transparency (#254)
  • e1e527e Add a bunch of exception handling (#253)
  • 8047998 Add a palette viewer and "replace with palette" to the system texture editor (#252)
  • aba6b36 Improve stability with many bugfixes (#251)
  • 65841bd Fixup sprite transition rules and devkitARM project closing (#232)
  • cbc1329 Add ASM hack description to dialog, Makefile & hack updating, devkitARM version detection, and disabling of attract sequence for Skip OP hack (#228)
  • 7919625 Fixup bad item renaming and command tree scrollbar bugs (#230)
  • f39f591 Add make to package dependencies, bump to new NitroPacker for Docker bugfix (#222)
See More
  • 0e82a97 Fix scenario listbox up and down arrows not working (#221)
  • 4578878 Lock down project names, add save button to the toolbar, and add view logs menu item (#220)
  • 70268a8 Add episode headers to script preview (#216)
  • 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)
  • 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.

Serial Loops v0.2.pre.33

21 Jun 23:12
aba6b36
Compare
Choose a tag to compare
Pre-release

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.33_amd64.deb.
The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-0.2.pre.33-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:

  • aba6b36 Improve stability with many bugfixes (#251)
  • 65841bd Fixup sprite transition rules and devkitARM project closing (#232)
  • cbc1329 Add ASM hack description to dialog, Makefile & hack updating, devkitARM version detection, and disabling of attract sequence for Skip OP hack (#228)
  • 7919625 Fixup bad item renaming and command tree scrollbar bugs (#230)
  • f39f591 Add make to package dependencies, bump to new NitroPacker for Docker bugfix (#222)
  • 0e82a97 Fix scenario listbox up and down arrows not working (#221)
  • 4578878 Lock down project names, add save button to the toolbar, and add view logs menu item (#220)
  • 70268a8 Add episode headers to script preview (#216)
  • 93c41de Add the ability to apply hacks (#214)
  • 7a052af Make chibis enter in the right order with enter/exit command (#213)
See More
  • 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)
  • 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.

Serial Loops v0.2.pre.32

20 Jun 23:16
65841bd
Compare
Choose a tag to compare
Pre-release

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.32_amd64.deb.
The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-0.2.pre.32-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:

  • 65841bd Fixup sprite transition rules and devkitARM project closing (#232)
  • cbc1329 Add ASM hack description to dialog, Makefile & hack updating, devkitARM version detection, and disabling of attract sequence for Skip OP hack (#228)
  • 7919625 Fixup bad item renaming and command tree scrollbar bugs (#230)
  • f39f591 Add make to package dependencies, bump to new NitroPacker for Docker bugfix (#222)
  • 0e82a97 Fix scenario listbox up and down arrows not working (#221)
  • 4578878 Lock down project names, add save button to the toolbar, and add view logs menu item (#220)
  • 70268a8 Add episode headers to script preview (#216)
  • 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)
See More
  • 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)
  • 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.

Serial Loops v0.2.pre.31

19 Jun 23:13
f39f591
Compare
Choose a tag to compare
Pre-release

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.31_amd64.deb.
The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-0.2.pre.31-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:

  • f39f591 Add make to package dependencies, bump to new NitroPacker for Docker bugfix (#222)
  • 0e82a97 Fix scenario listbox up and down arrows not working (#221)
  • 4578878 Lock down project names, add save button to the toolbar, and add view logs menu item (#220)
  • 70268a8 Add episode headers to script preview (#216)
  • 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)
See More
  • 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)
  • 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.

Serial Loops v0.2.pre.30

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

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.

Serial Loops v0.2.pre.29

17 Jun 23:13
34a782e
Compare
Choose a tag to compare
Pre-release

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.29_amd64.deb.
The .rpm package is intended for Red Hat distros (e.g. Fedora). Install it with sudo dnf install ./SerialLoops-0.2.pre.29-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:

  • 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)
  • 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)
See More
  • 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.