Skip to content

Releases: secretin/secretin-app

Back to the future...

02 May 19:40
Compare
Choose a tag to compare

We've updated most of the dependencies, improved listing performance for people with a lot of secrets. We also improved UI and added few little features:

  • Shortlogin expiration estimation
  • Secret history (Was already there since 2017 but was missing UI)
  • Sharing username auto complete (based on the users you already shared your secret with)
  • Password generation options
  • Default username option
  • News modal (You will see a very little red dot near the app version on the bottom right)

What's Changed

New Contributors

  • @y0no made their first contribution in #61
  • @ziouf made their first contribution in #66

Full Changelog: 2.1.1...2.2.0

Slow connection and big metadata

08 Nov 09:59
3fe9e4f
Compare
Choose a tag to compare

As we need to decrypt all secret metadatum to print list of secret (to filter, order etc...), it takes some time to decrypt every metadatum separately...

This release introduce metadatacache which contains last metadata privately encrypted for your user. It's really quick to decrypt it before doing the classic decryption of potential new metadata version.

Having exact metadata is not mandatory to open secret so metadatacache are used instead waiting for the real one to be decrypted.

Also as the encrypted metadatacache could grow, there is no more timeout on the get user info to prevent slow connection to switch offline.

Migrate to secretin-lib v2

02 Oct 13:10
Compare
Choose a tag to compare
Merge pull request #53 from secretin/app_v2

Migrate to new secretin-lib v2

Import/Export, edit title, change password

25 Sep 15:02
Compare
Choose a tag to compare

Those features were needed and shipped even if it misses a bit of UI work.

Update and add progress bar on login

15 Jun 11:13
Compare
Choose a tag to compare
Merge pull request #44 from secretin/noserviceworker_on_electron

Electron doesn't need service worker stuff

Argument to bind to any API

19 May 16:07
Compare
Choose a tag to compare

Just run secretin-app --secretin-api=https://your-secret-in.yourdomain.org

Electron version of https://secret-in.me

02 Jan 18:44
Compare
Choose a tag to compare

Don't worry, html and js are not downloaded from the github server every times (as on https://secret-in.me). This time it's fixed in the package.

Note there is not yet support for caching database and you require access to https://api.secret-in.me.

If you want to link to your own api server, you'll have to build electron package yourself (https://github.com/secretin/secretin-app/wiki/How-to-build-electron-package-yourself)