Skip to content

Releases: jmazouri/SharpPad

1.0.5

22 Jan 21:45
Compare
Choose a tag to compare
1.0.5 Pre-release
Pre-release

Version 1.0.5

  • Added custom theme support
    • Set your sharppad.customThemePath setting to the URI to a css file
      • Needs file:/// prefix for local files
    • Overrides dark/light setting, but falls back to those values for anything missing (as CSS does)
    • See resources/themes/dark.css and light.css for examples
  • Added new option for display format - sharppad.dumpDisplayStyle
    • Full (existing functionality), and single-line
    • Useful for console-like, condensed output
  • Added ability to disable type name display
  • Some small display and output fixes

First Release

31 Oct 20:25
Compare
Choose a tag to compare
First Release Pre-release
Pre-release
1.0.3

Updated readme & fixed template version