Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

47 lines (33 loc) · 2.15 KB

Changelog

1.1.2 — 2016.04.12

Fixes

  • Fixes an error introduced in new versions of Safari through latest patch.

1.1.1 — 2016.04.10

Changes

  • Better interval names (more commonly used). #37
  • Facebook share button now shows share count.
  • Linking latest release page in the footer instead of specific release.

Fixes

  • Fixes compatibility with older versions of Safari. #38

Behind the hood

  • Added some missing code documentation.

1.1.0 — 2016.03.24

New features

  • Allow notes to be sustained. #12
  • Sound details show intervals between sustained notes.
  • Allows decimals in frequency input. #35
  • Added frequency input shortcuts: ARROW UP/DOWN changes the frequency in increments of one; doing so while holding SHIFT, changes the frequency in increments of 10, holding ALT in increments of 0.1. #33
  • Adds a secret Easter Egg. 🙈

Changes

  • Changed the way notes name appear in the detail section. #30
  • Changed "Issue" text with "Feedback".

Fixes

  • Correct accidental symbols (showing ♯ and♭instead of # and b). #32
  • Enforces frequency input validation. #26

Behind the hood

  • Support for ES6
  • Functions to calculate Equal Temperament notes given any reference note and any kind of ET. As such, removed hard coded ET frequency data. #16
  • Refactored octave reduction function to allow for independent calculations