Skip to content

Releases: tinyauthapp/tinyauth

v3.5.0-alpha.2

08 Jul 21:34
64bdab5

Choose a tag to compare

v3.5.0-alpha.2 Pre-release
Pre-release
chore(deps-dev): bump the minor-patch group in /frontend with 2 updat…

v3.5.0-alpha.1

05 Jul 22:14
7e60441

Choose a tag to compare

v3.5.0-alpha.1 Pre-release
Pre-release
New Crowdin updates (#192)

* New translations en.json (Spanish)

* New translations en.json (Spanish)

* New translations en.json (German)

* New translations en.json (Chinese Simplified)

* New translations en.json (Spanish)

* New translations en.json (German)

* New translations en.json (Chinese Simplified)

* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Traditional)

* New translations en.json (English)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Polish)

* New translations en.json (Russian)

* New translations en.json (German)

v3.4.1

11 Jun 07:53
9eb296f

Choose a tag to compare

Tinyauth v3.4.1

Hey everyone! This release includes a simple patch fix for proxmox helper scripts which ensures CGO is not being used when building and thus allows tinyauth to run on musl based systems like alpine.

Technical

  • Ensure CGO is disabled when building tinyauth binaries
  • Bump dependencies
  • Update translations

If you encounter any issues please let me know so I can fix them as soon as possible.

v3.4.1-beta.1

11 Jun 07:18
9eb296f

Choose a tag to compare

v3.4.1-beta.1 Pre-release
Pre-release
New Crowdin updates (#176)

* New translations en.json (Spanish)

* New translations en.json (German)

* New translations en.json (German)

* New translations en.json (Chinese Simplified)

v3.4.0

01 Jun 14:46
38fdb38

Choose a tag to compare

Tinyauth v3.4.0

Hello everyone! This is a very exciting release as tinyauth now has a new UI based on Shadcn! I believe it gives the UI a fresh new look and at the same time allows for much more extensibility since we are now not tied to mantine components. Additionally this release includes some quality of life updates like the ability to negotiate the docker API version (instead of just failing to start up), using unique cookie names so you can have multiple instances of tinyauth under the same domain and lastly the option to ignore self-signed certificates in the generic OAuth provider. Oh and have some eye candy:

tinyauth

New features

  • Show the commit hash and build date alongside the version in the version command
  • Option to disable SSL certificate check in generic provider

Improvements

  • Rebuilt UI from the ground up using Shadcn, Tailwind, React Query and React Hook Form
  • Negotiate the API version with the docker host instead of failing
  • Remove the WWW-Authenticate header to prevent basic auth browser pop-ups
  • Store version, build date and commit hash in constants instead of files
  • Generate unique cookie names based on the app URL to avoid conflicts with other instances
  • Only use 302 redirects to avoid browser caching

Technical

  • Update dependencies
  • Deprecate translations CDN
  • Update translations
  • Create nightly release workflow
  • Remove healthcheck from dockerfile as it was causing errors with a custom port

If you encounter any issues please let me know so I can fix them as soon as possible.

v3.4.0-beta.2

30 May 15:27

Choose a tag to compare

v3.4.0-beta.2 Pre-release
Pre-release
refactor: switch to declarative mode instead of data mode in react ro…

v3.4.0-beta.1

30 May 13:28
75f07a9

Choose a tag to compare

v3.4.0-beta.1 Pre-release
Pre-release
chore(deps): bump the minor-patch group across 1 directory with 6 upd…

v3.4.0-alpha.1

28 May 14:48
d527900

Choose a tag to compare

v3.4.0-alpha.1 Pre-release
Pre-release
chore(deps): bump the minor-patch group in /frontend with 3 updates (…

v3.3.1

02 May 12:25

Choose a tag to compare

Tinyauth v3.3.1

Hello everyone, this just a small patch release to fix an OAuth whitelist issue described in #132.

Improvements

  • Log when using Github primary email or the first available one

Fixes

  • Use the email instead of the username in the OAuth whitelist

v3.3.1-beta.1

02 May 12:19

Choose a tag to compare

v3.3.1-beta.1 Pre-release
Pre-release
fix: use email in oauth whitelist check