looped-in/CHANGELOG.md
2018-02-15 22:55:41 -05:00

1.8 KiB

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com and this project adheres to Semantic Versioning.

Unreleased

Changed

  • Refactored the directory structure and build process to enable separate development and production resources.

1.1.2

Changed

  • Revamped the whole build and package process to produce an artifact that meets Chrome and Firefox web store standards.

Removed

  • Removed unecessary permission requests and the custom CSP from the extension manifest, now that the build process enables that.

1.1.1 - 2018-02-06

Changed

  • Comments are now sorted by total number of descendant comments, not just number of immediate children.

1.1.0 - 2018-02-06

Fixed

  • Pointed the Firefox Add-On Store link in the readme to the right URL.
  • Fixed project.clj so that the extension can be compiled with no additional profiles enabled.

Removed

  • Removed all analytics and usage tracking.

1.0.1 - 2018-02-05

Added

  • lein build alias to clean and compile JavaScript.

Fixed

  • Updated manifest.json version to match project version.

1.0.0 - 2018-02-04

Added

  • Functionality to fetch and display Hacker News comments for the current URL.
  • Analytics through Amplitude.