Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5
Tags: noraj/pass-station
Tags
v2.0.0
v2.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
v1.3.0
v1.3.0- Dependencies: - Update to yard [v0.9.27](https://github.com/lsegal/yard/releases/tag/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
v1.2.3Credentials:- Added [many passwords](https://github.com/many-passwords/many-passwords) source [#14][#14]- Code needed for multi-source handling- Update database (new entries) to reflect upstreamChore:- Fork: repository move from [sec-it/pass-station](https://github.com/sec-it/pass-station) to [noraj/pass-station](https://github.com/noraj/pass-station)[#14]:#14
v1.2.2
v1.2.2- Update database (new entries) to reflect upstream - [db#11](https://github.com/ihebski/DefaultCreds-cheat-sheet/pull/11/files) - [db 62cb6d098a8886019f46ea17cffde3eb47d04103](ihebski/DefaultCreds-cheat-sheet@62cb6d0) - [db f1fbe1cd20dfcba55300c95b71936830483f38be](ihebski/DefaultCreds-cheat-sheet@f1fbe1c) - [db#13](https://github.com/ihebski/DefaultCreds-cheat-sheet/pull/13/files)
v1.1.0
v1.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)