-
v1.0.6 Stable
released this
2022-07-06 09:23:10 -04:00 | 1647 commits to main since this releaseWhat's Changed
- Fixes bug with update notification... by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/47
Full Changelog: https://github.com/Lukasdotcom/Bundesliga/compare/1.0.5...1.0.6
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.0.5 Stable
released this
2022-07-06 09:05:53 -04:00 | 1649 commits to main since this releaseWhat's Changed
- Fixes bug with downloading player data being skipped by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/45
- Fixes bug with update notifications always showing up by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/46
- Update dependency next-auth to v4.9.0 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/43
Full Changelog: https://github.com/Lukasdotcom/Bundesliga/compare/1.0.4...1.0.5
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.0.4 Stable
released this
2022-07-06 08:31:12 -04:00 | 1658 commits to main since this releaseWhat's Changed
- Update dependency sharp to v0.30.7 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/34
- Update dependency next-auth to v4.6.1 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/35
- Use the name that google gives as the default username instead of email by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/36
- Update nextjs monorepo to v12.2.0 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/38
- Update dependency next-auth to v4.7.0 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/37
- INSERT statements now show the column names by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/39
- Update dependency eslint to v8.19.0 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/41
- Shows when there is an update on main page by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/42
- Update dependency next-auth to v4.8.0 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/40
- Adds much more logging and analytics data by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/44
Full Changelog: https://github.com/Lukasdotcom/Bundesliga/compare/1.0.3...1.0.4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.0.3 Stable
released this
2022-06-18 11:12:09 -04:00 | 1681 commits to main since this releaseWhat's Changed
- I forgot to push a commit.
Full Changelog: https://github.com/Lukasdotcom/Bundesliga/compare/1.0.2...1.0.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.0.2 Stable
released this
2022-06-18 11:07:36 -04:00 | 1682 commits to main since this releaseWhat's Changed
- Update dependency eslint to v8.18.0 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/32
- Fixes analytics not working by building the container every time by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/33
Full Changelog: https://github.com/Lukasdotcom/Bundesliga/compare/1.0.1...1.0.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.0.1 Stable
released this
2022-06-17 12:17:19 -04:00 | 1687 commits to main since this releaseWhat's Changed
- Configure Renovate by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/22
- Adds matomo analytics by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/26
- Update Node.js to v18 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/24
- Pin dependencies by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/23
- Update docker/setup-qemu-action action to v2 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/29
- Update docker/setup-buildx-action action to v2 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/28
- Update actions/checkout action to v3 by @renovate in https://github.com/Lukasdotcom/Bundesliga/pull/27
- Fix login for password based login by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/30
- Improve leaderboard UI by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/31
Full Changelog: https://github.com/Lukasdotcom/Bundesliga/compare/1.0.0...1.0.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.0.0 Stable
released this
2022-06-16 19:01:32 -04:00 | 1708 commits to main since this releaseUpgrade Information
I would not recommend an upgrade from v0.1.6 due to the complexity and how short this program has existed.
What's Changed
- Fixes crash with users not logged in using player api by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/19
- Allows for signing in with a username and a password by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/20
- Allows you to use a custom database user by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/21
Full Changelog: https://github.com/Lukasdotcom/Bundesliga/compare/0.1.6...1.0.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.6 Stable
released this
2022-06-15 21:10:34 -04:00 | 1727 commits to main since this releaseWhat's Changed
- Fixes bug with creating league during matchday by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/14
- Cleans up database when league is deleted by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/15
- Adds sharp for next by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/16
- Removes DOMAIN enviromental variable by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/17
- Fixes bug with wrong number for last match points by @Lukasdotcom in https://github.com/Lukasdotcom/Bundesliga/pull/18
Full Changelog: https://github.com/Lukasdotcom/Bundesliga/compare/0.1.5...0.1.6
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.5 Stable
released this
2022-06-15 14:56:02 -04:00 | 1738 commits to main since this releaseWhat's Changed
- Uses live data instead of cached test data.
Full Changelog: https://github.com/Lukasdotcom/Bundesliga/compare/0.1.4...0.1.5
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.4 Stable
released this
2022-06-15 14:46:22 -04:00 | 1739 commits to main since this releaseWhat's Changed
- Fixed bug on first boot when the connection to the database hasn't succeeded at the start.
Full Changelog: https://github.com/Lukasdotcom/Bundesliga/compare/0.1.3...0.1.4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads