• 2.1.1 e4b5766523

    Release 2.1.1 Stable

    Griefed released this 2021-09-29 18:33:07 +02:00 | 395 commits to main since this release

    Automatic release of version: 2.1.1
    Changes in this release:

    Chores

    • Update Collaborators, Contributors etc. in README (85194ea1)
    • Update Collaborators, Contributors etc. in package.json (634e9360)

    Continuous Integration

    • Fix names of new workflows... (d684661c)
    • Split package.json und readme updates of contributors etc. into separate workflows (0ac5f0a5)
    • Update package.json and README with collaborators, contributors, sponsors etc. (773875d0)

    Refactors

    • Set default map size to 50x30 and default viewRadius to 5x5 (e17e1675)
    Downloads
  • 2.1.0 76bbe49932

    Release 2.1.0 Stable

    Griefed released this 2021-09-28 20:33:46 +02:00 | 402 commits to main since this release

    Automatic release of version: 2.1.0
    Changes in this release:

    Chores

    • Update README to reflect latest changes (4e3ed0e1)
    • Update README and remove a TODO (53a5a290)

    Continuous Integration

    • Simplify archive creation in hopes of fixing #17 (76bbe499)

    New Features

    • Generate random maps for a given number-seed. (e7983f65)
    Downloads
  • 2.0.0 3105b3fef9

    Release 2.0.0 Stable

    Griefed released this 2021-09-28 13:38:39 +02:00 | 411 commits to main since this release

    Automatic release of version: 2.0.0
    Changes in this release:

    Features

    • Load maps (62d1a3d)
    • Custom map size and allowing of even map sized (68f5d44)
    • Electron build added (fb8ff4b)
    • displaying viewCenter and viewRadius (a4b2686)

    Fixes

    • fix for not loading of images in prod (42bc2b3)

    Build System

    • Bump version to 2.0.0 (3105b3fe)
    • Misc changes in Dockerfiles and package.json (56f5db99)
    • deps:
      • Bump core-js from 3.18.0 to 3.18.1 (dca796ed)
      • Bump actions/setup-node from 2.4.0 to 2.4.1 (af7cb083)
      • Bump @quasar/extras from 1.11.0 to 1.11.1 (a7dbecc5)
      • Bump node from 16.9.1-alpine3.13 to 16.10.0-alpine3.13 (582e17ba)
      • Bump core-js from 3.17.3 to 3.18.0 (667fb1ad)
    • deps-dev:
      • Bump electron from 14.0.1 to 15.0.0 (d9305a61)

    Chores

    • Update about-button in menubar to be less self-centered, lol (ccf9a987)
    • Add usual images, style, headers and stuff to README (2bfc9da4)

    Continuous Integration

    • Move gh-pages workflow into release workflow. Setup matrix for Electron build and upload archives to release (3b496deb)
    • Echo os we are running on (77dc7de8)
    • Specifically list files in dist/electron (09a5c35d)
    • Set electron job to need test job (7dc96a04)
    • ls command should now work in windows-latest (0f30955c)
    • Run electron tests on all three major OS` (df373572)
    • Add electron build to test workflow (4a88b68d)
    • Reactivate gh-pages deploy after Trungel's fixes to paths of tiles. (f8ae139c)
    • Workflows for generating major/minor/patch tags and releases on workflow dispatch (44f53617)

    Documentation Changes

    • Add CommunityMaps folder, README and explanation on how to add your own map to the list (f382726b)

    Other Changes

    Refactors

    • Wrap dialog for new map generation and center on screen (c7bc0dda)
    Downloads
  • 1.2.0 fb8ff4b3ca

    Release 1.2.0 Stable

    Griefed released this 2021-09-19 15:49:41 +02:00 | 464 commits to main since this release

    Automatic release of version: 1.2.0
    Changes in this release:

    Bug Fixes

    • Fix order of tiles to reflect that of Let Them Trade. Whoops. (a8d22047)

    Chores

    • Add some todos to the README (72136bab)

    Continuous Integration

    • Push to Dockerhub as well when building a release (318443e0)

    New Features

    • Allow setting of initialViewRadius and initialViewCenter, color and opacity of scrollthumbs, Add button with about info (3bddfb0a)

    Other Changes

    Downloads
  • 1.1.0 0da5ab6330

    Release 1.1.0 Stable

    Griefed released this 2021-09-18 20:09:51 +02:00 | 470 commits to main since this release

    Automatic release of version: 1.1.0
    Changes in this release:

    Chores

    • Fix some typos referencing the previous name, editor, instead of maker (9bc15b63)
    • Update preview image in README (2d45519f)
    • Replace default favicons (2f04c6ad)
    • Bump version (ea47aabe)
    • Add license (72959f5c)

    Continuous Integration

    • Disable gh-pages for the time being (aa686e1d)

    New Features

    • Wrap 404 in MainLayout (655c47e9)
    • Tile images! Instead of colours, we now display an image of what the tiles actually look like in-game! (418a71e2)
    Downloads
  • 1.0.0 cb91c80258

    Release 1.0.0 Stable

    Griefed released this 2021-09-18 13:48:33 +02:00 | 484 commits to main since this release

    Automatic release of version: 1.0.0
    Changes in this release:

    Build System

    • Update package-lock.json (e9d51510)
    • Add some more parameters to build section (d1b2f3c4)
    • Add Docker container configuration for NGINX and Dockerfile (0fc07c37)
    • Update and deploy to GitHub Pages on push to master or workflow dispatch (ee5b32e6)
    • deps:
      • Bump node from 16.6.1-alpine3.13 to 16.9.1-alpine3.13 (e07ced96)

    Chores

    • Update README with build, change and deploy instructions and some other fluff (0a261af6)
    • Remove no longer needed file (6e779a36)
    • Expand gitignore (4a9b735d)

    Continuous Integration

    • Fix release workflow ids (acffa8bd)
    • Add Dependabot configuration for automatic dependency update checks (2c30f75d)
    • Create release with assets after tag push (e7640a87)
    • Create dev-builds on push to develop branch (52cdfcb0)

    Refactors

    • Change name to ltt-mapmaker (229c2d2e)

    Tests

    • Run test builds on push to master or develop (b8008e9b)
    Downloads