Yopass

notes:
  • site : https://yopass.se/
Release list
13.1.0
TODAY
13.0.0
12.5.0
12.4.0
12.3.0
12.2.0
6m+
12.1.0
6m+
12.0.0
6m+
11.20.0
6m+
11.19.1
6m+
11.19.0
6m+
11.18.0
1y+
11.17.0
1y+
11.16.0
1y+
11.15.1
1y+
11.15.0
1y+
11.5.1
1y+
11.5.0
1y+
11.4.6
1y+
11.4.5
1y+
Release notes:

What's Changed

Added the ability to display secret as QR code to simplify TOTP setup use cases.

  • build(deps): bump @mui/material from 6.4.5 to 6.4.6 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2716
  • build(deps-dev): bump @types/node from 22.13.4 to 22.13.8 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2718
  • build(deps): bump @fontsource/roboto from 5.1.1 to 5.2.5 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2717
  • build(deps-dev): bump prettier from 3.5.2 to 3.5.3 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2720
  • build(deps-dev): bump typescript from 5.7.3 to 5.8.2 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2719
  • build(deps-dev): bump @types/node from 22.13.8 to 22.13.9 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2721
  • build(deps): bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in https://github.com/jhaals/yopass/pull/2722
  • build(deps): bump @mui/material from 6.4.6 to 6.4.7 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2723
  • build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0 by @dependabot in https://github.com/jhaals/yopass/pull/2724
  • build(deps): bump react-router-dom from 7.2.0 to 7.3.0 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2726
  • build(deps-dev): bump vite from 6.2.0 to 6.2.1 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2725
  • build(deps): bump swr from 2.3.2 to 2.3.3 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2727
  • build(deps-dev): bump eslint-plugin-cypress from 4.1.0 to 4.2.0 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2729
  • build(deps-dev): bump @types/node from 22.13.9 to 22.13.10 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2728
  • build(deps): bump axios from 1.7.9 to 1.8.2 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2730
  • Fix: set Content-type to JSON by @arminfelder in https://github.com/jhaals/yopass/pull/2599
  • build(deps-dev): bump @types/openpgp from 4.4.22 to 5.0.0 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2679
  • Revert "Fix: set Content-type to JSON" by @jhaals in https://github.com/jhaals/yopass/pull/2732
  • Update netlify.toml by @jhaals in https://github.com/jhaals/yopass/pull/2733
  • build(deps): bump react, react-dom and @types/react in /website by @dependabot in https://github.com/jhaals/yopass/pull/2702
  • build(deps-dev): bump @types/react-dom from 18.3.1 to 19.0.4 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2734
  • build(deps): bump @babel/runtime from 7.26.0 to 7.26.10 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2735
  • Add support for disabling few website features by @Neverous in https://github.com/jhaals/yopass/pull/1597
  • Feature: env var config by @24367dfa in https://github.com/jhaals/yopass/pull/2143
  • build(deps-dev): bump cypress from 14.1.0 to 14.2.0 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2737
  • build(deps-dev): bump vite from 6.2.1 to 6.2.2 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2738
  • build(deps-dev): bump start-server-and-test from 2.0.10 to 2.0.11 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2739
  • build(deps): bump i18next from 24.2.2 to 24.2.3 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2740
  • Refactor server creation, improve cors handling by @jhaals in https://github.com/jhaals/yopass/pull/2741
  • build(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.0 by @dependabot in https://github.com/jhaals/yopass/pull/2742
  • build(deps): bump @mui/material from 6.4.7 to 6.4.8 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2743
  • build(deps-dev): bump @types/react from 19.0.10 to 19.0.11 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2744
  • build(deps): bump react-router-dom from 7.3.0 to 7.4.0 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2746
  • build(deps-dev): bump @types/react from 19.0.11 to 19.0.12 in /website by @dependabot in https://github.com/jhaals/yopass/pull/2747
  • Add react-qr-code and display secret as QR code by @debegr92 in https://github.com/jhaals/yopass/pull/2710

New Contributors

  • @Neverous made their first contribution in https://github.com/jhaals/yopass/pull/1597
  • @debegr92 made their first contribution in https://github.com/jhaals/yopass/pull/2710

Full Changelog: https://github.com/jhaals/yopass/compare/11.18.0...11.19.0

Copyright © 2023 - All right reserved by Yadoc SAS