Skip to content

Releases: nekocari/miniTCG

Version 1.3.1 beta

06 Oct 12:09
Compare
Choose a tag to compare

Adding own (JavaScript) games made easier

  • Modified Games Controller
  • added new database table games_custom
  • add game and edit game views updated
  • added view templates for custom games
  • (GitHub wiki updated)

Update from previous versions:

  • upload and import new sql files from import folder first via the app administration
  • upload the other updated files

Full Changelog: v1.3.0-beta...v1.3.1-beta

Version 1.3.0 beta

04 Aug 14:53
Compare
Choose a tag to compare

(Design) Breaking Change!

  • upgraded from Bootstrap 4 to Bootstrap 5
  • removed color themes in favor of design folder setting

Further Changes:

  • setup reworked again
  • 2nd design template
  • dark mode support added to both default design templates
  • game hangman added
  • simple code editing option from within the app, for files in pages folder
  • optional support of multiple installations in different folders on same host
  • some minor bug fixes (mostly date related)

Update from previous versions:

  • upload and import new sql files from import folder first via the app administration
  • upload the other updated files

Full Changelog: v1.2.1-beta...v1.3.0-beta

Version 1.2.1 beta

17 May 09:53
Compare
Choose a tag to compare
  • setup file adjusted, so errors get logged into error log file
  • slimmed down bootstrap css files
  • prefix constant for session (multiple subfolder installations)
  • card manager added to main member nav
  • membercard upload path bug fixed

Update from previous versions

  • import new sql files from import folder first via the app administration
  • upload the other updated files

Full Changelog: v1.2.0-beta...v1.2.1beta

Version 1.2.0 beta

07 May 14:26
Compare
Choose a tag to compare

New features:

  • when making a trade offer, cards will now be pre sorted by need type
  • Membercards (upload images via app or ftp)
  • Level Badges (upload images via app or ftp)
  • Rock-Paper- Scissors javascript game added
  • games can now be deactivated by changing their status to 'offline' in the settings
  • PagesController got a new action, and a Route was added, to render any view put in the app/views/(lang)/pages/ folder without the need to add your own Route (see Wiki for more info on that)

Full Changelog: v1.1.0-beta...v1.2.0-beta

Version 1.1.0 beta

05 May 09:44
Compare
Choose a tag to compare

This new minor release adds the ability to switch the color theme of the default layout.

It also includes some bug fixes.
Most importantly:

  • Cards are now sorted correctly by name, when deck sizes are larger than 9.
  • Dates related to carddeck entries should now be saved correctly. For existing decks you might have to go to deck edit mode and hit save to update the db entry.

upgrade from v1.0 to v1.1

  • upload the updated files to your server.
  • go to Administration -> SQL Import on the website and import the included SQL file to update your database.

Version 1.0.0 beta

03 May 21:12
Compare
Choose a tag to compare

Fully working beta version of the TCG management application.

New features include:

  • wishlist
  • vote for upcoming decks
  • easy to edit lucky games
  • multiple and customizable deck types
  • fully customizable card categories

Final release of Version 0.1

20 Apr 14:52
3e10df2
Compare
Choose a tag to compare
Pre-release

This is the first version with very basic features.
This is a pre-release version!