Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

41 lines (33 loc) · 1.39 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial automated tests
  • ESLint, scss-lint, and EditorConfig configs to project
  • Hound CI configs to automatically lint code contributed via pull requests
  • Gulp-based build script
  • Travis CI configs

Changed

  • Moved release notes from README.md to this file
  • Styles are now declared with scss
  • Relocated files used to build the actual extension into the source directory, leaving only project config and metadata files at the root
  • Zepto is now installed via bower during build
  • JS files now conform to ESLint configs
  • Replaced use of deprecated chrome.extension API with chrome.runtime

v1.2

  • Update project to build on modern Node
  • Removed bower dependency
  • Updated some dev dependencies

v1.1.2

Added

  • Support for JIRA installations configured deeper within a host's document root. Fixes #6.

v1.1.1

Fixed

  • Clicking the "Send to OmniFocus" button no longer fails to create a task on JIRA installs that are accessed via HTTPS.

v1.1

Added

v1.0

  • Initial public release