Skip to content

Releases: eniklas/gamatrix

1.4.7

01 Jan 00:34
Compare
Choose a tag to compare
  • increase the max DB size that can be uploaded from 100MB to 300MB
  • update the just run recipe
  • swap igdb_client_secret and igdb_client_id in the sample configs to avoid confusion per #126
  • bump dependency versions per #125

1.4.6

13 Feb 06:14
dfebea4
Compare
Choose a tag to compare

Improvements:

  • add justfile, including recipe to spin up the container for development (#123)
  • change base container from python:3.11-slim to python:3.11 to support development (#123)
  • update mypy dependencies (#122)
  • define version in a single place (#121)
  • doc updates (#118 #123)

1.4.4

11 Feb 21:41
d0fea36
Compare
Choose a tag to compare

Fixes an issue where some titles would crash gamatrix due to a recent DB schema change.

1.4.3

27 Nov 01:22
560fdbe
Compare
Choose a tag to compare

Switch to using the more modern project setup for Python.

  • Use pyproject.toml to define build/test/project metadata and dependencies.
    • Update source layout to work with setuptools src-layout scheme (as opposed to flat-layout).
  • Produce packages from a 'build' that can be used to deploy.
    • Update ci to generate deployable packages.
  • Alter docker build setup to use a whl package and to reduce image size.

1.4.2

10 Mar 06:10
324cdb9
Compare
Choose a tag to compare

New features:

  • added option to pick a random game from the game list

1.4.1

22 Jan 22:32
f0133df
Compare
Choose a tag to compare

This release updates gamatrix to be compatible with the new DB schema introduced in GOG Galaxy 2.0.44.

1.4.0

23 Dec 00:25
c6872ac
Compare
Choose a tag to compare

New features:

  • project renamed from gamatrix-gog to gamatrix (#102)

Bug fixes:

  • fixed failure to launch on Windows due to missing time.tzset() dependency (#94)
  • remove functionality of adding db in cmdline mode (#98)

Miscellaneous:

  • README updates

1.3.6

12 Jun 23:24
1e75f05
Compare
Choose a tag to compare

New features:

  • Tooltip added to user list on the main page showing the date of the user's DB file

1.3.5

07 Jun 18:23
11e4beb
Compare
Choose a tag to compare

Fixes a bug that was preventing file uploads from working.

1.3.4

05 Jun 23:09
2f59161
Compare
Choose a tag to compare

Improvements:

  • removed python-magic dependency
  • added logos for Battle.net and Bethesda

Bug fixes:

  • renewing IGDB access token now updates request headers properly