Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

55 lines (32 loc) · 2.83 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.3 (2018-10-23)

Bug Fixes

  • change hooks to ES5, make file executable (99caac1)
  • increase line-length limit to 140 chars (9ec2c36)

0.1.2 (2018-04-04)

0.1.1 (2018-02-20)

Bug Fixes

  • add missing @objc annotation. (ea69f51), closes #18

0.1.0 (2018-01-21)

Bug Fixes

  • add missing method (7fd8649)
  • center when inital lauching (222661e)
  • correctly center when device rotated (3a76cce)
  • disable code-signing-entitlements to fix building. closes #14 (26e1f66)
  • Int/Double reading from config (eb48e94)
  • uppercase background color (20b04d1)
  • whitespace (b5a4697)

Features

  • add autoHide settings toggle (e55e29e)
  • add background color preference, closes #10 (8aed653)
  • add hide timeout, closes #6 (346d71e)
  • allow installation from git (97d039f)
  • hide/cancel animation on tap, closes #7 (34f8627)
  • initial commit (4750bfd)
  • make animation location configurable. closes #3 (18dda27)
  • programmatically pass in file location (233a27d)