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.
- 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
- 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 withchrome.runtime
- Update project to build on modern Node
- Removed bower dependency
- Updated some dev dependencies
- Support for JIRA installations configured deeper within a host's document root. Fixes #6.
- Clicking the "Send to OmniFocus" button no longer fails to create a task on JIRA installs that are accessed via HTTPS.
- Mail Drop support.
- Initial public release