Releases: bakatrouble/sys-screenuploader
Releases · bakatrouble/sys-screenuploader
Brand new logging
- Logging was remade completely: added an option to clear logs on launch; format was changed; log file is now readable even while the sysmodule is running (mostly)
- https://screenuploader.bakatrouble.me now supports placeholders for captions:
{date}
,{time}
and {title
}
Media captions
Now it's possible to add captions to your uploaded media (if you're using my service) or pass individual arbitrary url parameters for requests to your own server.
Also fixed logging messages a bit.
Added option to disable uploading of certain media types
- Added option to disable uploading of certain media types globally and on per-app basis
- Sysmodule version is now logged at start
A configuration builder tool was released at https://screenuploader.bakatrouble.me/cabinet/configuration/
Per-title destinations
- Destinations are now configurable on per-application basis
- Album directory detection was also improved (thanks @HookedBehemoth)
- Default configuration is now usable and uploads to the #default-destination channel on this project's Discord server
Configuration file structure was changed, but should still be compatible with the old one
Bugfixes
Old media are not reuploaded when the newest one is deleted
Increase stability
Fix frequent segfaults when the file we try opening is still opened by another process
Bugfixes, configurable album path and SX OS support
- Reduced memory footprint
- Hardcoded
/Emutendo/Album
album path for SX OS (just checking whether the path exists, is there any better way to either detect SX OS or retrieve path from system configuration?) - Configurable album path (use
album_path
option if yours was detected incorrectly) - Skipping incorrect directory names (issue report)
libcurl & new Atmosphere layout
I've finaly made libcurl work, now we support arbitrary server URLs and HTTPS.
Also a toolbox.json
was added for integration with Kosmos Toolbox.
Move to cloud service
v0.0.2 move to cloud service
v0.0.1
Initial release