Skip to content

Release v2.1.1.0-BETA

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 16:49
· 0 commits to beb21c8daa0472172e5fa63ae239421daf004cd8 since this release

Changes in this Release:

  • 4f33f06 - support building of standalone binaries
  • e4c6e4b - set version to 2.0.0
  • 350576c - Update README.md
  • 9496e03 - small readme change
  • 54aed86 - Update README.md
  • 05eb2ab - small readme change
  • 4e0e5ee - resturcture build.xml a little bit
  • 87a925a - mention server shutdown in README
  • 067481b - enable aimbot
  • 927ab44 - Replace Ant with Maven
  • 6651c0a - Further remove MongoDB functionality
  • 015fab1 - Replace Travis with Github Actions
  • 09cbad5 - Update README.md
  • 003cbe9 - Fix image resource fetching for client to work with exec:java
  • 1eacd3a - Merge pull request #36 from pehala/maven
  • 1e68ab3 - Add maven and Idea stuff to .gitignore
  • b62f6b9 - Remove .idea folder from git
  • 39eaa3b - Change badge in README.md
  • 82cd88d - Update Test Build to also trigger on push to master
  • 9e270c6 - Merge pull request #41 from pehala/remove_idea_files
  • f9d58b9 - Merge pull request #42 from pehala/build_badge
  • cbc9421 - Remove legacy code and resources
  • 8951b3a - Reorganize code
  • 36eb436 - Merge pull request #44 from pehala/reorganize
  • 527049f - upgrade launch4j maven plugin to v1.7.25
  • 82c03e6 - Add command line argument parsing to server and client
  • e0279d2 - Update README.md
  • 88d3a90 - Bump version to 2.1.0.0-BETA
  • 700def3 - Merge pull request #40 from pehala/cli
  • 896dc99 - Merge pull request #47 from pehala/bump_version
  • 0c27878 - Update README.md
  • f641fb2 - Add changelog to release notes
  • 7396b2b - FIX: add missing icon file
  • b297ab0 - Remove res as a resource folder from .iml files
  • 43ec325 - Small improvements to the CLI
  • edf1380 - Add maven dependency caching to the CI
  • 75e0bb4 - Update Netty version to the latest 3.x release
  • f60348f - Add basic tests
  • 18f30d4 - Add statement to client pom.xml to download OSX jre before packaging
  • 405dfb0 - Merge pull request #51 from pehala/ci_cache_maven
  • 086f444 - Merge pull request #52 from pehala/update_netty
  • 46f610f - Merge pull request #49 from PhilippvK/osx-dl-jre
  • 4e0e8c9 - Merge pull request #50 from pehala/tests
  • 269d66f - Hotfix: Quit Launcher when CANCEL button pressed
  • af22afd - try out github codespaces
  • d57c8c1 - install genisoimage in Dockerfile
  • 6d4e1f4 - Codespaces: add setting importOnFirstTimeStartup
  • 3d295d7 - Codespaces: remove whitespace from devcontainer.json
  • e5ad1a4 - configure maven in devcontainer.json
  • 59d4930 - Merge branch 'master' of https://github.com/PhilippvK/playforia-minigolf into master
  • adc8d60 - hopefully fix typo in devcontainer.json
  • ef44cfa - play around with port forwarding in devcontainer.json
  • 3a5eb35 - fix track categories by removing custom tracks option
  • e4d2520 - Merge pull request #56 from PhilippvK/fix-categories
  • 64c2d3c - Fix chat visibility problem (See #57)
  • 613aae5 - Merge pull request #58 from PhilippvK/fix_chat
  • 289c376 - Add Dockerfile for server docker image
  • f33a4e0 - Merge pull request #60 from pehala/server_docker
  • 9bf1d10 - Use same netty version as for the server
  • 52cb336 - Merge pull request #67 from pehala/bump_client_netty
  • b60f847 - Rework Track/TrackSet management
  • 22b5355 - Merge pull request #65 from pehala/track_handling
  • 1509460 - Add Categories into track files
  • 4e701ba - Rework tests to use mock() instead of spy()
  • 5a93f51 - Add doc containing info about file formats
  • c03ce5d - Merge pull request #68 from pehala/add_categories_to_track
  • f839f62 - start making Connection.java more readable
  • c92f0ba - Resolve Issue #73 by renaming 6 track files
  • 8436611 - fix typo (see #74)
  • 474c645 - Trigger CI Docker Build
  • d433ffb - Mention Dockerfile and Image in Readme
  • 1ebc773 - Add quay.io badge to README
  • dd2c2b6 - Fixup badge urls
  • 1c991ac - remove older asset files
  • c63235b - add .DS_Store and Thumbs.db to gitignore
  • 19e5fd6 - increase server timeout for the moment (TODO: revert)
  • ee8eea5 - Merge remote-tracking branch 'origin/master'
  • 0d808f3 - update version to v2.1.1.0-BETA
  • beb21c8 - quick fix for broken release workflow