Skip to content

Latest commit

 

History

History
84 lines (60 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

84 lines (60 loc) · 2.68 KB

[Unreleased]

  • Documentation:
    • Add bash syntax highlight support
    • Update docsify, docsify plugins
    • Change of docsify theme
    • Include version number in docsify scripts and themes as well as CDN url for easier update
  • Chore:
    • Change the way version is included. Insted of including a module Version, directly add the VERSION constant in the PassStation module. It could avoid namespace collision with that kind of generic name.

[2.0.0]

  • Credentials:
    • Update database (new entries) to reflect upstream
  • Fanciness:
    • Colored help message
    • Add examples and project links to help message
  • Documentation:
    • Rework the publishing process
    • Use syntax highlight for shell commands without output
  • Chore:
    • Add support for Ruby 3.2, 3.3, 3.4
    • Breaking change: Drop support for Ruby 2.6, 2.7, 3.0
    • Update dependencies

[1.4.0]

  • Credentials:
    • Update database (new entries) to reflect upstream
  • Chore:
    • Update dependencies

[1.3.0]

  • Dependencies:

    • Update to yard v0.9.27
      • Move from Redcarpet to CommonMarker markdown provider
      • Move doc syntax from Rdoc to markdown
  • Chore:

    • Linting: cleaner code
    • Add support for Ruby 3.1

[1.2.3]

Credentials:

  • Added many passwords source #14
  • Code needed for multi-source handling
  • Update database (new entries) to reflect upstream

Chore:

[1.2.2]

[1.2.1]

  • fix error when empty search result
    • fix output_search() return value consistency

[1.2.0]

  • Fix database loading path issue #1

[1.1.0]

  • Feature: add CSV, JSON, YAML formatting
  • Project quality: add unit tests & CI
  • Minor code and doc enhancements
  • Gemfile: fix version compatibility (was wrongly advertised as compatible with Ruby 2.4 and 2.5 but is only with Ruby 2.6+ due to some options of the CSV parser)

[1.0.0]

  • First version