Releases: BigJk/snd
Releases · BigJk/snd
v0.7.5
- Fix problems with API routes
v0.7.4
- Fixed global config not being properly applied before printing.
v0.7.3
- Added global configuration to templates similar to the generators
- Improved image importing for templates and generators and added support for importing images from URL
- Let templates wait for all AJAX requests to finish so that external APIs can be used
- Fixed template live-sync
- Added generator live-sync
- Fixed websocket address in headless mode
- Fixed CSV importing
- Various smaller fixes
v0.7.2
- Enable HTML in Markdown Nunjucks filter
- Add detection of local chrome to avoid downloading one, this makes RPi support easier.
- If you are on a RPi please install chrome / chromium via
apt-get
before launching S&D.
- If you are on a RPi please install chrome / chromium via
- Fixed the DB allocating 2gb of data by default. Now DB size should be down to ~50mb
- Important: This should not impact old data but a backup of your
/userdata
folder should be done if you want to be safe.
- Important: This should not impact old data but a backup of your
v0.7.1
- Add headless folder import/export functionality via File API (if available) by @nbadal in #35
- Fixed a problem with update notification
- Fixed image dither (
<img src="..." dither="2" />
) - Added dice operations to advance search of templates
- Added print chunking to keep printers with low print-buffer from printing gibberish (check Settings)
- Various smaller bug fixes
v0.7.0
Screenshots
Changelog
- Reworked Data Source page
- View, edit and create entries of a data source
- Create new data source
- Duplicate data sources
- More compact overview design
- Added different view modes for Templates and Generators page
- Added 'Remote S&D Printing' printer type that makes it possible to use another S&D instance as printer via IP
- Indicate selected printer on device screen with disabled button by @nbadal in #32
- Add editing state to printer device settings section by @nbadal in #33
- Fix route for exporting generator zip via API by @nbadal in #34
- Add ARM v5, v6, v7 builds
- Custom build options by @dissolve in #36
- Fixed
headless
builds by re-introducing aiframe
fallback (instead of electronwebview
) - Other minor fixes
v0.6.3
- Changed the preview box design a bit
- Added filter, search and "Import All" to opened Repo in Workshop
- Disabled leakless on Windows to avoid false positive anti-virus warnings
- Added screenshot function to generators
- Made the template rendering multi-threaded
- Update electron to version 21 and switched from
iframes
towebviews
in order to fix infinite loop problems in templates - Some minor fixes
Warning
This version is the first that uses the new build chain and there were some more intensive changes to the template rendering. If you experience any strange behaviour please open a Issue or report them on our Discord server. Downgrade to v0.6.2 if needed.
Known Problem
- This broke
headless
builds, so stick togui
builds
v0.6.2
- Added notification if a new version is available
- Added loading indicator to Templates and Generators page
- Added experimental Fight Club 5e XML import as data source (https://github.com/BigJk/snd/wiki/Import-&-Export) (Issue #27)
- Added
Dump
print type that dumps the ESC/POS commands to file. Useful for debugging / testing purpose. - Overhauled import modal
- Fixed wrong URLs showing on external API modal
- Other minor fixes
v0.6.1
- Added disclaimer to Workshop page
- Added .csv file import for data sources (https://github.com/BigJk/snd/wiki/Import-&-Export)
- Added data source selection as config for generators
- Added button to duplicate Templates & Generators
- Added optional dithering to img-tags
<img src="http://..." dither="2">
- Added mac icon (thanks @nbadal)
- Fixed rendering breaking after standby
- Some minor fixes (thanks @nbadal)
v0.6.0 :: Workshop Update
- Added the Workshop page to browse and download content right from inside S&D 🎉
- Made the generator pages more consistent with the template page
- Changed all dropdowns to more interactive ones
- Added export option for data sources
- Minor bug & design fixes
Workshop
With the addition of the Workshop it is possible for users to publish their templates, generators and data sources so that everyone can download them right from inside S&D.
More Info: https://github.com/BigJk/snd/wiki/Workshop
Expect bugs to be present and things to break