Skip to content

Releases: 2factorauth/twofactorauth

Version 4.0

03 Oct 14:56
1fb2ccd
Compare
Choose a tag to compare

🎉 Another version, another 1000 commits! 🎉
Version 4.0 brings changes to the underlying handling and storage of listed sites plus smaller changes to the UI.

We've also added support for the following countries/regions:

  • 🇦🇹 Austria
  • 🇧🇪 Belgium
  • 🇧🇷 Brazil
  • 🇭🇷 Croatia
  • 🇨🇿 Czech Republic
  • 🇩🇰 Denmark
  • 🇫🇮 Finland
  • 🇮🇳 India
  • 🇮🇪 Ireland
  • 🇯🇵 Japan
  • 🇲🇽 Mexico
  • 🇳🇴 Norway
  • 🇵🇱 Poland
  • 🇵🇹 Portugal
  • 🇸🇬 Singapore
  • 🇪🇸 Spain
  • 🇨🇭 Switzerland

Changelog 📝

Changes 🔀

  • Changed domain name to 2fa.directory 🌐
  • License ownership transferred to the 2FactorAuth organization & Contributors ❤️
  • Moved document format from YAML to JSON 📑
  • Updated Code of Conduct policy 🧑‍🤝‍🧑

Additions ➕

  • Bot documentation for webmasters 🤖
  • Custom app/hardware requirements for entries now explicitly stated and searchable 🔍
  • Default tweet & email messages now available in Korean 🌏
  • Docker support 📦
  • Multi-category support 📑
  • Multiple tweet messages in English, German & Swedish 🗨
  • New API version in https://2fa.directory/api/v3 🗃️
  • New categories: Creativity, Crowdfunding, Marketing & Analytics, Post and Shipping, Universities 🏷️
  • Signed API files 🔐
  • SVG image format support 🖼️
  • Recovery documentation now available ↩️

Removals ➖

  • Removed WebP image support 🖼️

Open Source Acknowledgements 🤝

❤️ Lastly, a big thanks to all our +1000 contributors who help us keep 2fa.directory up to date! ❤️

Version 3.0

03 Sep 18:36
96d1388
Compare
Choose a tag to compare

2fa.directory 3.0 🎉

Version 3.0 is a major update to the website UI as well as the YAML file formats.
Since Version 2.0, GitHub launched GitHub Actions which has enabled us to better control how the site is generated.
Because of this we've now created regional versions of 2fa.directory for the following countries:

  • 🇦🇷 Argentina
  • 🇦🇺 Australia
  • 🇨🇦 Canada
  • 🇫🇷 France
  • 🇩🇪 Germany
  • 🇮🇹 Italy
  • 🇳🇱 Netherlands
  • 🇳🇿 New Zealand
  • 🇸🇪 Sweden
  • 🇬🇧 United Kingdom
  • 🇺🇸 United States

Changelog 📝

Changes 🔀

  • Moved from Semantic UI to a minimized version of Bootstrap 🅱️
  • Reworked the search bar 🔍
  • Better accessibility support ♿
  • Moved from Semantic icons to Font Awesome icons 🏳️

Additions ➕

  • Dark theme 🌙
  • WebP image support 🖼️
  • 2factorauth about page ℹ️
  • Support for PWA 📱
  • Default tweet & email messages now also available in: Spanish, French, Hebrew, Italian, Portuguese and Czech 🌐
  • JSON files with all different 2FA options in https://2fa.directory/api/v2 🗃️
  • List of all used region tags now at https://2fa.directory/api/v2/regions.json 🏷️

Removals ➖

  • The in-progress status for listings is no longer used 🚫

Using 2fa.directory as a template 🆕

Many sites use our project as a template for their own lists. We think that's great! 😄
In this release we hope to make it easier for developers to use and update their own projects with our project.
That's why we've created a minified version of our project for you to build on. You can find it in the Assets below.
This is our first time offering a template version of our project so any feedback is much appreciated! 🙏

If you use our code in your own project, please keep in mind that 2factorauth/twofactorauth is licensed under the MIT license, and you must make the license text accessible to people who use your project. ⚖️
We'd also appreciate crediting 2factorauth and this project for the parts that you copy from us. 🤝

❤️ Lastly, a big thanks to all our +900 contributors who help us keep 2fa.directory up to date! ❤️

Version 2.1

10 May 10:05
Compare
Choose a tag to compare

This release, marking the start of 2017, brings with it a few changes, a whole lot of new sites, and plenty of stability improvements.

❤️ A big thanks to all the contributors who help out with maintaining 2fa.directory ❤️

🎉 480 pull requests were merged since the last release! 🎉

Major Changes

  • HTTPS-only and HSTS enforcement, as of commit 662c751
  • Support for tweets in languages other than English, as of commit e5d7cb5. Languages currently supported include English, German, French and Swedish.
  • Many more checks are included in the verify script, including the alphabetical order of data entries. Rubocop is also used.
  • Email and Facebook options may now be used to contact websites not supporting 2FA (aba80f6)
  • CSS flexible boxes are now used in displaying pages on 2fa.directory (342ba85)

Version 2.0

01 Feb 08:27
Compare
Choose a tag to compare

This release marks the implementation of 2fa.directory's category based layout with website name filtering.

In this release, custom CSS has been converted to SASS and the providers page which was previously active has been replaced with a place holder indicating the deprecation of the page. The format of YML data has largely remained the same since the deprecation of the providers page discussed in issue #986 and pull request #1177.

This release uses Semantic UI version 2.1.4, which was released on the 13th of September, 2015.
The Jets library, version 0.6.0 is used for CSS based search capabilities and the JQuery library version 2.1.4 is also used, being loaded from Google's API hosting CDN.

A big thanks to everyone who has contributed to the project!