Skip to content

Releases: bratkartoffel/blm2

v1.13.2

20 Feb 17:13
v1.13.2
ea8c219
Compare
Choose a tag to compare

See https://github.com/bratkartoffel/blm2/blob/v1.13.2/CHANGELOG.md

Fixed

  • (vertraege) keep receiver name when applying amount / price for new contracts
  • (admin) fix filter forms wrong target urls for various admin pages
  • (various) fix double slash in pagination urls
  • (various) fix invalid escaping of usernames when inserted as part of an url

Full Changelog: v1.13.1...v1.13.2

v1.13.1

18 Feb 06:29
v1.13.1
cbf7659
Compare
Choose a tag to compare

See https://github.com/bratkartoffel/blm2/blob/v1.13.1/CHANGELOG.md

Changed

  • (balancing) mafia requires more points to be enabled
    • mafia.min_points: 4000 -> 20000
  • (balancing) increase production amount boost for each researched level
    • research_lab.production_amount_per_level: 30 -> 75
    • research_lab.production_cost_per_level: 25 -> 100

Fixed

  • (plantage) the textfield for hour-production is larger now
    • previously the textfield content was cut off when a value larger than 9 was selected
  • (plantage) the "produce all" button is now correctly disabled if 0 is selected
  • fix test containers setup when using podman-compose

New Contributors

  • @RTX2070 made their first contribution in #101

Full Changelog: v1.13.0...v1.13.1

v1.13.0

19 Jan 17:11
v1.13.0
7245a7c
Compare
Choose a tag to compare

See https://github.com/bratkartoffel/blm2/blob/v1.13.0/CHANGELOG.md

Changed

  • enhance documentation when running on XAMPP and windows
  • installing the game into the document root is no longer required
  • (mailing) upgrade PHPMailer to 6.9.1

Fixed

  • fix connection setup when database server does not support timezone names

v1.12.2

13 Sep 04:44
v1.12.2
05ec9d0
Compare
Choose a tag to compare

See https://github.com/bratkartoffel/blm2/blob/v1.12.2/CHANGELOG.md

Fixed

  • fix cronjob not being run due to latest refactorings

v1.12.1

08 Apr 08:16
v1.12.1
2d554f4
Compare
Choose a tag to compare

See https://github.com/bratkartoffel/blm2/blob/v1.12.1/CHANGELOG.md

Changed

  • cleanup sources
  • document minimum supported mariadb version (10.1 -> 10.2)
  • run tests against the minimum supported php and mariadb versions
  • (balancing) change interest rates for bank
    • interest_debit_rate_min: 0.011 -> 0.008
    • interest_debit_rate_max: 0.015 -> 0.013
    • interest_credit_rate_min: 0.017 -> 0.008
    • interest_credit_rate_max: 0.023 -> 0.013

Fixed

  • (reset) also reset research levels for the items added in 1.11.5
  • (reset) calculate final points prior resetting
  • (bank) correctly calculate reset amount
    • description allowed up to 96h prior reset, but the calculated value was reached after 48h

v1.12.0

05 Apr 20:15
v1.12.0
e40c0a7
Compare
Choose a tag to compare

See https://github.com/bratkartoffel/blm2/blob/v1.12.0/CHANGELOG.md

Added

  • (mailing) add PHPMailer for sending mails, allow manual configuration

Changed

  • (passwort_vergessen) generated passwords now only contains lowercase chars, uppercase chars and digits

Fixed

  • (reset) reset player stock for the items added in 1.11.5
  • (reset) send out mails on round end
  • (bank) allow larger values for bank and money (needed for bank level 10+)

v1.11.9

31 Mar 15:43
v1.11.9
ea52774
Compare
Choose a tag to compare

See https://github.com/bratkartoffel/blm2/blob/v1.11.9/CHANGELOG.md

Fixed

  • (rangliste) also consider malus points from mafia actions and wars in calculation

v1.11.8

17 Mar 21:43
v1.11.8
aa6dbd6
Compare
Choose a tag to compare

See https://github.com/bratkartoffel/blm2/blob/v1.11.8/CHANGELOG.md

Changed

  • (nachrichten_liste) delete messages using async ajax
    • this should make it easier to delete many messages at once, e.g. when using a mobile
  • (nachrichten_schreiben) replace link to toggle admin roundmail by checkbox
  • (jobs) increase maximum amount of cost for jobs to 999,999,999 (from 99,999,999)

v1.11.7

25 Feb 10:02
v1.11.7
7afc2c5
Compare
Choose a tag to compare

See https://github.com/bratkartoffel/blm2/blob/v1.11.7/CHANGELOG.md

Added

  • (admin) add import function for gdpr exports
    • this allows an administrator to restore deleted accounts or
      developers to copy accounts from one environment to another

Fixed

  • the refactoring of the javascript parts broke some functionality (chefbox, characters left in textfields)

Security

  • (einstellungen) GDPR exports are now cryptographically signed

v1.11.6

25 Feb 10:01
v1.11.6
e54a1df
Compare
Choose a tag to compare

See https://github.com/bratkartoffel/blm2/blob/v1.11.6/CHANGELOG.md

Changed

  • redirects now send a 303 instead of a 302 status code
  • (vertraege) accepting / rejecting contracts now show a confirmation dialogue
  • many small refactorings under the hood

Fixed

  • (bank) fix wrong limit calculation for resetting accounts due to insolvency