Skip to content

Releases: haroohie-club/SerialLoops

Serial Loops v0.2.pre.27

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

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

14 Jun 23:10
97c7201
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 can only be used on Debian-based systems (e.g. Ubuntu). Install it with sudo dpkg -i SerialLoops-0.2.pre.12_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:

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

15 Jun 00:12
Compare
Choose a tag to compare

This is a maintenance release that fixes a critical issue with the Linux version of Serial Loops. After loading a project, the project-specific menus would fail to load, making it impossible to save a project. This fixes that issue.

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.1.2_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:

This list of changes was auto generated.

Serial Loops v0.2.pre.11

13 Jun 23:10
746ba52
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 can only be used on Debian-based systems (e.g. Ubuntu). Install it with sudo dpkg -i SerialLoops-0.2.pre.11_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:

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

05 Jun 23:12
fdf0094
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 can only be used on Debian-based systems (e.g. Ubuntu). Install it with sudo dpkg -i SerialLoops-0.2.pre.9_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:

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

06 Jun 23:14
e8279e4
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 can only be used on Debian-based systems (e.g. Ubuntu). Install it with sudo dpkg -i SerialLoops-0.2.pre.10_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:

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

03 Jun 23:11
6bdd9a7
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 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)
See More
  • 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.7

02 Jun 23:11
71f57fd
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 can only be used on Debian-based systems (e.g. Ubuntu). Install it with sudo dpkg -i SerialLoops-0.2.pre.7_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:

  • 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.6

15 May 23:10
a17b8a6
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 can only be used on Debian-based systems (e.g. Ubuntu). Install it with sudo dpkg -i SerialLoops-0.2.pre.6_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:

  • 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.5

14 May 23:09
13ede7b
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 can only be used on Debian-based systems (e.g. Ubuntu). Install it with sudo dpkg -i SerialLoops-0.2.pre.5_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:

  • 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.