- [#6] Add support for xkcd separator to CLI / WebUI
- [#6] Add optional separator to XKCD passwords
- Fix: Adjust to new build script
- Fix node package vulnerabilities, switch to NPM
- Fix missing variables for Github publishing
- Fix import paths and update depdencies
- Fix: Broken versioned import path
- Fix broken vendoring for library users (closes #4)
- Breaking: Move command to
cmd/password
subdir
- Breaking: Move command to
- Breaking: Drop support for Alfred workflow
- Add support for Go 1.11+ modules
- Fix: Add missing dependencies
- Add ability to check the passwords against HIBP database
- Update README
- Build on more Go versions
- Port application to Bootstrap 4
- Fix: Copy&Paste error
- Fix: Load JS earlier
- Port from coffeescript to plain ES6
- Ensure fonts are loaded from local instead of gfonts
- Enable gzip compression on assets
- Fix: RawGit is closing down, use Github URL
- Update vendored libraries
- Fix: Mime guessing takes only the extension
- Update Dockerfile
- Fix: Serve needs to provide proper mime types
- Fix: Workflow building broken by zipping artifacts
- Beautify History.md
- Add hint for XKCD style passwords
- Make generated passwords actionable again (#3 - Thanks to @funkjedi)
- Update workflow library
- Add commandline flag to generate multiple passwords
- Add XKCD style password generator in library
- Add ability to generate XKCD style passwords to tool
- Add ability for XKCD style passwords to workflow
- Fix: Vendor new dependencies
- Add option to workflow to copy hashed versions
- Implement JSON output with password hashes
- Fix location of workflow in the frontend
- Add instructions for Alfred workflow
- Move workflow building to extra script
- Fix: Need to download submodules before packaging
- Rebuilt workflow for better design and auto-update
- Include workflow building into build process
- Fix: Travis build broken through different tools
- Add buttons to README
- Replace Apache license stub with proper license
- Remove references to GoBuilder
- Add Github release publishing
- Remove static versioning
- Vendor dependencies
- Update Dockerfile to golang:alpine template
- Fix: Dockerfile had wrong argument usage
- Replaced codegangsta/cli by spf13/cobra
- Fixed some wording / URLs in README
- Fix: Blacklisted characters were not excluded from passwords
- Added links to extension & documentation
- Fix: Load bootstrap theme via HTTPs
- Included web frontend into server
- Added test for password generation
- Moved error handling for short passwords to library
- Fix: Ensured minimal length of passwords
- Switched to https protocol
- Added additional insecure password test
- Added API documentation to README
- Dockerized for API deployment
- Added travis build and README
- Initial running version