1.1.2
Supported on OBS >= 30.0 and python >= 3.10.
- Docs can be found here.
- Replay buffer functionalities are not yet available on vanilla OBS, until PR #8955 gets merged.
- A custom build of OBS with replay buffer functionalities can be found in the assets section below.
1.1.2 changes :
- Changed filename cropping to be performed only post-generation, and to behave correctly with multi-bytes characters
- Added zero-width spaces sanitisation (this can be changed with the
remove_zws
customisation parameter) - Fixed default data arrays (counter) causing crashes : Electric bogaloo, this time I think I found out what the actual fuck is happening with them.
- Fixed ctypes wrapping on macos
- Added version number printing at script load
- From now on, to limit build actions, executables of the custom build needed for replay buffer capacities will be distributed in releases.
1.1.1 changes :
- Added sanitization to Windows filenames : the characters
* " < > : | ?
will be remplaced by an underscore. - Fixed a potential crash on reloading script after adding it.
1.1.0 changes :
- Added counters, which increase every time a file is saved.
- Added tokens for the spelled out month and day name,
$Month$
and$Day$
, as well as for abbreviated month and day,$month$
and$day$
. - Fixed a minor error when
from_file
wasn't defined for newly created text sources