Releases: PASSYpw/PASSY
PASSY 2.0.4
Bugs were removed.
Bugs were added.
As well as UI enhancements.
Upgrading
Caution
Usernames shorter than 3 characters or account passwords shorter than 8 characters will be blocked by PASSY. Change your username/password before upgrading
Steps
- Install Yarn:
$ sudo npm install -g yarn
- Update dependencies:
$ yarn
(run in PASSY web root)
Copy-Paste:
sudo npm install -g yarn
yarn
PASSY 2.0.3
This is a big update again! 😃
There are several additions and bug fixes.
Highlights
Two-Factor-Authentication
PASSY finally has two-factor-authentication. It is as secure as saving passwords with PASSY. Your private key will be encrypted, so no one can read your 2fa key.
NOTE: If two-factor-authentication is enabled, you have to disable it to change your password.
Snackbars
Previously PASSY used alert boxes, to show error messages. Now PASSY uses snackbars, which are known from Google's Material Design Language.
Changelog
- Two Factor Authentication added
- Snackbars
- Several bug fixes
- Fixed #10
- Added npm as dependency
- Using Autoprefixer for wider compatibility.
--
Sidenote
We are happy, to see you use PASSY. We are working hard on making PASSY better and better.
PASSY 2.0.2
Changes:
- Merged #6, which added a searchbox and import/export feature
- Added ability to change password
- Added password generate button
- Improved some styling of elements
- Added "persistent mode", which keeps session, until the browser closes.
- Fixed typos and text
Developers & Contributors:
A Vagrantfile has been added, so every contributor can have the same development environment.
You can use the container by just executing vagrant up
in the project folder.
Fixes
Big Update
Hello there,
PASSY reached version 2.0.0.
THIS VERSION IS NOT COMPATIBLE WITH PASSY 1.x.x. Please tell your users to migrate to the new PASSY.
Changelog
- Switched to openssl
- New backend
- Removed Website field and replaced with Description
- Config has been restructured
Pending features
ReCaptcha Integration(Already implemented)- change user password
Improvements, improvements, improvements
Hello there,
not only did PASSY get better in this pre-release, it also should be a bit faster.
Major changes
- Added assets to PASSY: PASSY was using the assets hosted at cdn.scrumplex.net now it uses its own
- Switched to composer: Devs will know what this means 😄
- Garbage collection: PASSY will know clean old archived passwords and old ip log entries. (after 2 weeks)
I hope this version can make you happy
A better version
In this version we improved some parts of PASSY and fixed bugs.
Have fun.
Initial version
This version is the first publicly available version of PASSY. Have fun using it.