Skip to content

Releases: bengreenier/overlayed

1.0.0

16 Nov 16:50
d6d14e8
Compare
Choose a tag to compare

First release - windows only (for now)

Changelog

Generated with changelog https://github.com/bengreenier/overlayed all

2018-11-11

  • Configuration editor ⚙️ (#53)
    • functional settings (read-only)
    • wip-stash
    • add config deps
    • add settings window, settings for clock
    • reload on config change
    • document settings editor
    • drop jsonfile dep, schema
    • remove logs

C:\Users\ben\git\overlayed (feature/packaging -> origin) (overlayed@1.0.0)
λ changelog https://github.com/bengreenier/overlayed all
2018-11-11

  • Configuration editor ⚙️ (#53)
    • functional settings (read-only)
    • wip-stash
    • add config deps
    • add settings window, settings for clock
    • reload on config change
    • document settings editor
    • drop jsonfile dep, schema
    • remove logs

2018-10-18

  • Default to fullscreen solution to issue #19 (#49)
    • defaulting to fullscreen, if windowsize is not specified
    • removed the out commented default resolution values

2018-10-03

  • Error tooltips and logging 🤕 (#32)
    • add logging
    • add plugin load tooltips
    • add error boundry and render tooltip
    • correct quotes
    • correct log method usage
    • improve template string for error
  • Update README.md (#46)
    • Update README.md
    • nitpicky grammer fix 😅
    • fixes #43

2018-10-02

  • support having no layout data to begin 😨 (#33)

2018-10-01

  • Get correct tray icon for the current platform 🐛 (#30) (#31)
    Electron now loads up the correct file format and image size for the
    tray icon. The former Base64 encoded icon has been extracted into
    files under electron/assets/images to keep the code readable.

2018-09-20

  • adds support for loaded plugin labels 📝 (#29)
    • electron 3, audit fixes
    • plugin labels 📝
    • add missing space
  • Fixed failing build on macOS 🐛 (#27)
    • Fixed failing build on macOS 🐛 (#18)
      Apparently, the echo command doesn't like parentheses, if they are not
      wrapped in quotes. Mac users can now happily build again! 🎉
    • Build steps ran in parallel when the should run in series 🐛 (#18)
      Due to this, builds sometimes just failed out of nowhere or the dist
      directory was empty after a rebuild.
    • move to javascript file :/

2018-09-06

  • support react in dependencies 📦 (#26)
  • support configurable editStyles 🎨 (#25)
  • basic support for safe shutdown 🔋 (#24)
    • basic support for safe shutdown 🔋
    • updating settings example (componentWillUnmount)
    • updating pluginGrid (componentWillUnmount)
  • Plugin settings ✨ (#16)
    • initial support for plugin settings ✨
    • add support for plugin settings updates ✨
    • support hiding plugins (depends on settings) (#21)
    • s(wip): this would work if RGL was better
    • hiding works (driven by hidden: true}
    • s(wip): this approach works
    • support for layout serialization

2018-08-31

  • add discord badge 🎧
  • linter fixes 😨

2018-08-30

  • add readme 📝
  • Merge branch 'master' of github.com:bengreenier/overlayed
  • Initial commit
  • support user plugins
  • support install plugins with daily install
  • plugin model working great 🚀
  • base plugin support
  • initial commit