Skip to content

Releases: noraj/pass-station

v3.0.0

02 Jan 23:53

Choose a tag to compare

  • Credentials:
    • Update database (new entries) to reflect upstream
  • 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.
    • Add support for Ruby 4.0
    • Breaking change: Drop support for Ruby 3.1
    • Update dependencies
  • Fix:
    • Fix error private constant Pathname::SEPARATOR_LIST referenced (NameError) by replacing Pathname::SEPARATOR_LIST with File::SEPARATOR as the constant was made private

v2.0.0

02 Feb 13:29

Choose a tag to compare

Changelog

  • 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

Preview

Colored help message

v1.4.0

10 Sep 14:19

Choose a tag to compare

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

v1.3.0

31 Jan 19:49

Choose a tag to compare

  • 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

v1.2.3

11 Nov 21:22

Choose a tag to compare

Credentials:

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

many passwords JSON
many passwords YAML
many passwords ruby

Chore: