From 07a1d61a5e308e8b7a1f7be9b79bce47a176ee38 Mon Sep 17 00:00:00 2001 From: Alexander Chibrikin Date: Tue, 19 Jul 2022 23:50:08 +0300 Subject: [PATCH] 'bump version. Release 2022.07' --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0855a6c06..cf4195780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,45 @@ # Change Log +## [2022.07](https://github.com/lord-server/lord/releases/tag/2022.07) + - Добавлен новый блок: зелёный мрамор. Доступен только на официальных прилавках (#571) + - Новая иконка игры L.O.R.D. #518 (#604) + - Обновление текстур: + - Брусчатки (#567) + - Кристалов и драг. камней (#577) + - Руд в инвентаре (#570) + - Бумаги, бумаги с текстом, лицензии магазина (#618) + - Обновления модов: + - `MTG/flowers` #278 (#488) + - `MTG/carts` #273 (#531) + #642 (#645) + - `MTG/sethome` #573 (#580) + - `MTG/default`: upd nodes.lua, functions.lua & trees.lua #267 (#563) + #631 (#632) + #636 (#644) + - `MTG/farming` #276 (#453) + #630 (#655, #643) + - Добавлен `MTG/sfinv` #634 (#635) + - Исправление ошибок: + - Восстановлен декоративный кактус #488 (#566) + - Fix Mount-gen fill: Place dirt where air or plantlike #607 (#608) + - Fix warnings in logs #362 (#612) + - Доработка работы формы рабочего стола (#622) + - `lottmobs`: add previously skipped tnt texture. fix (#372) (#616) + - Fix crash when player leaves after drinking wine (fixes #291) (#649) + - Fix sound & textures for ice. Closes #626 (#633) + - Use `default.chest.get_chest_formspec()` in LOTT chests (fixes #653) (#654) + - А также: + - Removing temporary changes in `MTG/stairs`. Fixes #510 (#603) + - Add nodes_dump as a submodule #588 (Closes #586) + - New PR template (#638, #639, #641) + - Move luacheck from Travis CI to GitHub Actions (fixes #526) (#648) + + ## [2022.02.p4](https://github.com/lord-server/lord/releases/tag/2022.02.p4) -- Check nodes for their existence in areas (#617) + - Check nodes for their existence in areas (#617) ## [2022.02.p3](https://github.com/lord-server/lord/releases/tag/2022.02.p3) -- New coal and charcoal textures (#591) -- Classic textures (#592) -- marble texture (#593) -- Fixes mountain tool (#537, Closes #425) -- Update mount tool (#606, relates to #547) + - New coal and charcoal textures (#591) + - Classic textures (#592) + - marble texture (#593) + - Fixes mountain tool (#537, Closes #425) + - Update mount tool (#606, relates to #547) ## [2022.02.p2](https://github.com/lord-server/lord/releases/tag/2022.02.p2) - Fix LuaCheck build. (Fixes #578)