- 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 theVERSION
constant in thePassStation
module. It could avoid namespace collision with that kind of generic name.
- Change the way version is included. Insted of including a module
- 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
- Credentials:
- Update database (new entries) to reflect upstream
- Chore:
- Update dependencies
-
Dependencies:
- Update to yard v0.9.27
- Move from Redcarpet to CommonMarker markdown provider
- Move doc syntax from Rdoc to markdown
- Update to yard v0.9.27
-
Chore:
- Linting: cleaner code
- Add support for Ruby 3.1
Credentials:
- Added many passwords source #14
- Code needed for multi-source handling
- Update database (new entries) to reflect upstream
Chore:
- Fork: repository move from sec-it/pass-station to noraj/pass-station
- Update database (new entries) to reflect upstream
- fix error when empty search result
- fix
output_search()
return value consistency
- fix
- Fix database loading path issue #1
- 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)
- First version