Skip to content

Releases: choss/java-xci-splitter

1.4.1-20191022

1.4.1-20191022 Pre-release
Pre-release

Choose a tag to compare

@choss choss released this 22 Oct 13:20
  • added possibility of setting output directory in batch mode
  • functionality is entirely untested, but could work

1.4.0

Choose a tag to compare

@choss choss released this 08 Jan 15:52
  • Added splitting for NSP files for SX OS
  • The tinfoil way is only available for single files (selection at the end of the window)

1.3.3beta1

1.3.3beta1 Pre-release
Pre-release

Choose a tag to compare

@choss choss released this 08 Oct 14:39
db79457

This release has beta functionality for NSP splitting (Tinfoil supported method). Use at own risk!

XCI functionality is tested and works!

1.3.2

Choose a tag to compare

@choss choss released this 06 Oct 16:48
RELEASE 1.3.2: quick fix for mac osx

Release 1.3.1

Choose a tag to compare

@choss choss released this 29 Jun 09:56
Allow resizing of windows, which is a quick fix for some bugs on linux

Release 1.3.0

Choose a tag to compare

@choss choss released this 28 Jun 19:50
batch mode done

1.2.1

Choose a tag to compare

@choss choss released this 28 Jun 14:34

Bugfix release

  • minor GUI issue fixes
  • potential fix for the osx startup issue

1.2.0

Choose a tag to compare

@choss choss released this 27 Jun 14:11

Creating a new release with jar files for each platform (because of swt)

Features should be:

  • splitting and trimming of files
  • trimming of files
  • merging of files with padding (also should pad a not split trimmed file)
  • small gui

Know limitations:

  • no batch mode
  • no cli version
  • not tested on linux and macos, but should work

How to use:

  • have 64 bit java in version 1.8 (or higher) installed (Oracle or OpenJDK)
  • double click the correct jar file (Most likely only Windows and Linux)
  • execute on the command line
    • java -jar xci-splitter-win64-1.2.0.jar
    • java -jar xci-splitter-linux64-1.2.0.jar
    • java -d64 -XstartOnFirstThread -jar xci-splitter-osx-1.2.0.jar

1.0.0

Choose a tag to compare

@choss choss released this 25 Jun 16:14

This release creates a basic functional XCI Splitter (with trimming).
It is written in Java and only works on Win64 for now (because of the SWT dependencies)

Features:

  • splitting and trimming
  • merging

Usage:

  • download file and run with java