Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Releases: PASSYpw/PASSY

PASSY 2.0.4

13 Dec 19:50
Compare
Choose a tag to compare

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

  1. Install Yarn: $ sudo npm install -g yarn
  2. Update dependencies: $ yarn (run in PASSY web root)
    Copy-Paste:
sudo npm install -g yarn
yarn

PASSY 2.0.3

16 Sep 11:47
Compare
Choose a tag to compare

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.
Snackbar

Changelog

  • Two Factor Authentication added
  • Snackbars
  • Several bug fixes
  • 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

15 May 13:18
Compare
Choose a tag to compare

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

27 Apr 14:27
Compare
Choose a tag to compare

This version of PASSY fixed some bugs:

  • After adding a password it will not be able to fetch the password list.
  • If you change your username to a existing username your account will be inaccessible.

Big Update

22 Apr 16:36
Compare
Choose a tag to compare

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

07 Mar 17:46
Compare
Choose a tag to compare

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

04 Mar 23:48
Compare
Choose a tag to compare
A better version Pre-release
Pre-release

In this version we improved some parts of PASSY and fixed bugs.

Have fun.

Initial version

28 Feb 15:14
Compare
Choose a tag to compare
Initial version Pre-release
Pre-release

This version is the first publicly available version of PASSY. Have fun using it.