Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

65 lines (49 loc) · 1.94 KB

CHANGELOG

################################################################################
#                                                                              #
# db    db  .8888.  dP     888888b 8888ba   .8888.     d8b   db 888888b d8888P #
# 88    88 d8'  `8b 88     88      88  `8b d8'  `8b    88V8  88 88        88   #
# Y8    8P 88    88 88    a88aaa   88aa8P' 88    88    88 V8 88 88aaa     88   #
# `8b  d8' 88    88 88     88      88  `8b 88    88    88  V888 88        88   #
#  `8bd8'  Y8.  .8P 88     88      88  .88 Y8.  .8P dP 88   V88 88        88   #
#    YP     `888P'  88888P 888888P 888888'  `888P'  88 VP    8P 888888P   dP   #
#                                                                              #
################################################################################

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.

This file MUST be filled only by maintainers, using messages from pull requests.

new release template

[Unreleased] - yyyy-mm-dd

Added

Changed

Fixed

Removed

0.5.0 // 2020-04-26

  • update dependencies

0.4.1 // 2017-11-28

  • (gh #4) Usage of human-confusing chars is a configurable option

  • Check that set of available chars is not empty

  • Upgrade dev-dependencies

  • (gh #6) FIXED: notify if the activeTextEditor was not found

0.3.0 // 2017-07-08

  • (gh #3) Configurable length and chars for passwords (by giovazz89)
  • (188af71) add medium-length password

Under the hood:

  • A lot of refactoring
  • enable eslint analysis

0.2 // 2016-04-04

  • Javascript instead of Coffeescript

0.1.0 // 2015-12-05

First Release

  • Every feature added (whaaaa???)
  • Every bug fixed (whaaaa???)
  • Travis CI integration