From: Someone Date: Fri, 26 Jun 2026 19:59:13 +0000 (+0200) Subject: RELEASE 2.1.0 - Initial compatibility with Factorio 2.1 X-Git-Url: https://git.somenet.org/factorio/some-zoom.git/commitdiff_plain RELEASE 2.1.0 - Initial compatibility with Factorio 2.1 --- diff --git a/changelog.txt b/changelog.txt index cd3d853..0e0893c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 2.1.0 +Date: 2026-06-26 + + Changed: + - Initial compatibility with Factorio 2.1 + --------------------------------------------------------------------------------------------------- Version: 2.0.5 Date: 2025-12-30 diff --git a/control.lua b/control.lua index 401246a..ec86811 100644 --- a/control.lua +++ b/control.lua @@ -20,9 +20,9 @@ function setplayerzoomlimit(player) furthest = { distance = defzoomlimit.furthest.distance*player.mod_settings["some-zoom-zoomlimitfactor"].value, max_distance = defzoomlimit.furthest.max_distance*player.mod_settings["some-zoom-zoomlimitfactor"].value}, furthest_game_view = { distance = defzoomlimit.furthest.distance*player.mod_settings["some-zoom-zoomlimitfactor"].value, max_distance = defzoomlimit.furthest.max_distance*player.mod_settings["some-zoom-zoomlimitfactor"].value} } - - build_gui(player) end + + build_gui(player) end diff --git a/info.json b/info.json index e8439cf..aeb445e 100644 --- a/info.json +++ b/info.json @@ -1,12 +1,12 @@ { "name": "some-zoom", - "version": "2.0.5", + "version": "2.1.0", "title": "Zoom (works again)", "author": "Someone", "homepage": "https://git.somenet.org/factorio/some-zoom.git", "description": "Increases the game's zoom limits by the zoomlimitfactor player-setting. By default by factor 4. The buttons remain for now for legacy reasons.", - "factorio_version": "2.0", + "factorio_version": "2.1", "dependencies": [ - "base>=2.0.0" + "base>=2.1.0" ] }