diff --git a/README.md b/README.md index 2e5152c9..4826604f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # LAMW Manager -[![Version](https://img.shields.io/badge/Release-v0.6.11-blue)](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/release_notes.md#latest) [![Build-status](https://img.shields.io/github/actions/workflow/status/dosza/LAMWManager-linux/main.yml?branch=v0.6.x)](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.11/lamw_manager_setup.sh) [![license](https://img.shields.io/github/license/dosza/LAMWManager-linux)](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/LICENSE) [![Stars](https://img.shields.io/github/stars/dosza/LAMWManager-linux?style=default)](https://github.com/dosza/LAMWManager-linux/stargazers) +[![Version](https://img.shields.io/badge/Release-v0.6.12-blue)](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/release_notes.md#latest) [![Build-status](https://img.shields.io/github/actions/workflow/status/dosza/LAMWManager-linux/main.yml?branch=v0.6.x)](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.12/lamw_manager_setup.sh) [![license](https://img.shields.io/github/license/dosza/LAMWManager-linux)](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/LICENSE) [![Stars](https://img.shields.io/github/stars/dosza/LAMWManager-linux?style=default)](https://github.com/dosza/LAMWManager-linux/stargazers) LAMW Manager is a command line tool,like *APT*, to automate the **installation**, **configuration** and **upgrade**
the framework [LAMW - Lazarus Android Module Wizard](https://github.com/jmpessoa/lazandroidmodulewizard) @@ -58,7 +58,7 @@ LAMW Manager install the following [dependencies] tools: Getting Started!! --- **How to use LAMW Manager:** -+ Click here to download [*LAMW Manager Setup*](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.11/lamw_manager_setup.sh) ++ Click here to download [*LAMW Manager Setup*](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.12/lamw_manager_setup.sh) + Go to download directory and right click *Open in Terminal* + Run command : *bash lamw_manager_setup.sh*ยน @@ -105,5 +105,5 @@ Congratulations!! --- You are now a Lazarus for Android developer!
[Building Android application with **LAMW** is **RAD**!](https://drive.google.com/open?id=1CeDDpuDfRwYrKpN7VHbossH6GfZUfqjm) -For more info read [**LAMW Manager v0.6.11 Manual**](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/man.md) +For more info read [**LAMW Manager v0.6.12 Manual**](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/man.md) diff --git a/lamw_manager/assets/build-lamw-setup b/lamw_manager/assets/build-lamw-setup index 28f75f7e..24265fe6 100755 --- a/lamw_manager/assets/build-lamw-setup +++ b/lamw_manager/assets/build-lamw-setup @@ -2,8 +2,8 @@ #-------------------------------------------------------------------------------------------------# #Universidade federal de Mato Grosso (Alma Mater) #Course: Science Computer -#Version: 0.6.11 -#Date: 08/12/2025 +#Version: 0.6.12 +#Date: 11/11/2025 #Description: This script generates compiles LAMW Manager source code into an executable installer. #Note: This script requires makeself, read more in https://makeself.io/ #-------------------------------------------------------------------------------------------------# diff --git a/lamw_manager/core/cross-builder/cross-builder.sh b/lamw_manager/core/cross-builder/cross-builder.sh index aa073cfa..3202daaa 100644 --- a/lamw_manager/core/cross-builder/cross-builder.sh +++ b/lamw_manager/core/cross-builder/cross-builder.sh @@ -2,8 +2,8 @@ #-------------------------------------------------------------------------------------------------# #Universidade federal de Mato Grosso (Alma Mater) #Course: Science Computer -#Version: 0.6.11 -#Date: 08/12/2025 +#Version: 0.6.12 +#Date: 11/11/2025 #Description:The "cross-builder.sh" is part of the core of LAMW Manager. This script contains crosscompile compiler generation routines for ARMv7 / AARCH64- Android #-------------------------------------------------------------------------------------------------# diff --git a/lamw_manager/core/headers/.init_lamw_manager.sh b/lamw_manager/core/headers/.init_lamw_manager.sh index 4fa15f85..9bfa4bda 100644 --- a/lamw_manager/core/headers/.init_lamw_manager.sh +++ b/lamw_manager/core/headers/.init_lamw_manager.sh @@ -2,8 +2,8 @@ #-------------------------------------------------------------------------------------------------# #Universidade federal de Mato Grosso (Alma Mater) #Course: Science Computer -#Version: 0.6.11 -#Date: 08/12/2025 +#Version: 0.6.12 +#Date: 11/11/2025 #Description: The ".init_lamw_manager.sh" is part of the core of LAMW Manager. This script check conditions to init LAMW Manager #-------------------------------------------------------------------------------------------------# diff --git a/lamw_manager/core/headers/.lamw_comple.sh b/lamw_manager/core/headers/.lamw_comple.sh index 21d23ba8..79e1e567 100755 --- a/lamw_manager/core/headers/.lamw_comple.sh +++ b/lamw_manager/core/headers/.lamw_comple.sh @@ -2,7 +2,7 @@ #-------------------------------------------------------------------------------------------------# #Universidade federal de Mato Grosso (Alma Mater) #Course: Science Computer -#Version: 0.6.11 +#Version: 0.6.12 #Description: This script contains routines for completing LAMW Manager arguments. #Ref:https://www.vivaolinux.com.br/dica/Shell-script-autocompletion-Como-implementar #-------------------------------------------------------------------------------------------------# diff --git a/lamw_manager/core/headers/lamw4linux_env.sh b/lamw_manager/core/headers/lamw4linux_env.sh index 6c69db84..ded3b850 100644 --- a/lamw_manager/core/headers/lamw4linux_env.sh +++ b/lamw_manager/core/headers/lamw4linux_env.sh @@ -2,8 +2,8 @@ #-------------------------------------------------------------------------------------------------# #Universidade federal de Mato Grosso (Alma Mater) #Course: Science Computer -#Version: 0.6.11 -#Date: 08/12/2025 +#Version: 0.6.12 +#Date: 11/11/2025 #Description: The "lamw_headers" is part of the core of LAMW Manager. This script contains LAMW Manager variables. #-------------------------------------------------------------------------------------------------# LAMW_IDE_HOME_CFG="$LAMW_USER_HOME/.lamw4linux" diff --git a/lamw_manager/core/headers/lamw_headers b/lamw_manager/core/headers/lamw_headers index 2ea67bee..35c4e2ac 100644 --- a/lamw_manager/core/headers/lamw_headers +++ b/lamw_manager/core/headers/lamw_headers @@ -2,8 +2,8 @@ #-------------------------------------------------------------------------------------------------# #Universidade federal de Mato Grosso (Alma Mater) #Course: Science Computer -#Version: 0.6.11 -#Date: 08/12/2025 +#Version: 0.6.12 +#Date: 11/11/2025 #Description: The "lamw_headers" is part of the core of LAMW Manager. This script contains LAMW Manager variables. #-------------------------------------------------------------------------------------------------# @@ -11,11 +11,11 @@ # Section Version Variables #-------------------------------------------------------------------------------------------------- -LAMW_INSTALL_VERSION="0.6.11" +LAMW_INSTALL_VERSION="0.6.12" ANT_VERSION_STABLE='1.10.11' CMD_SDK_TOOLS_VERSION="11076708" CMD_SDK_TOOLS_VERSION_STR="12.0" -LAZARUS_STABLE_VERSION="3.8" +LAZARUS_STABLE_VERSION="4.4" FPC_TRUNK_VERSION="3.2.2" FPC_LAZ_DEB_VERSION="2.0.12" FPC_DEB_VERSION="3.2.0-1" @@ -51,7 +51,7 @@ OLD_LAZARUS_STABLE_VERSION=( ) OLD_LAMW_INSTALL_VERSION=( - 0.6.{10..0} + 0.6.{11..0} 0.5.9{.{2..1},} 0.5.{8..0} 0.4.{8..4} diff --git a/lamw_manager/core/installer/installer.sh b/lamw_manager/core/installer/installer.sh index a36ea046..75f43e73 100644 --- a/lamw_manager/core/installer/installer.sh +++ b/lamw_manager/core/installer/installer.sh @@ -2,8 +2,8 @@ #-------------------------------------------------------------------------------------------------# #Universidade federal de Mato Grosso (Alma Mater) #Course: Science Computer -#Version: 0.6.11 -#Date: 08/12/2025 +#Version: 0.6.12 +#Date: 11/11/2025 #Description: "installer.sh" is part of the core of LAMW Manager. Contains routines for installing LAMW development environment #-------------------------------------------------------------------------------------------------# diff --git a/lamw_manager/core/settings-editor/lamw-settings-editor.sh b/lamw_manager/core/settings-editor/lamw-settings-editor.sh index 44fc1ae0..03dc08fd 100644 --- a/lamw_manager/core/settings-editor/lamw-settings-editor.sh +++ b/lamw_manager/core/settings-editor/lamw-settings-editor.sh @@ -2,8 +2,8 @@ #-------------------------------------------------------------------------------------------------# #Universidade federal de Mato Grosso (mater-alma) #Course: Science Computer -#Version: 0.6.11 -#Date: 08/12/2025 +#Version: 0.6.12 +#Date: 11/11/2025 #Description: The "lamw-manager-settings-editor.sh" is part of the core of LAMW Manager. Responsible for managing LAMW Manager / LAMW configuration files.. #-----------------------------------------------------------------------f--------------------------# @@ -694,12 +694,13 @@ createLazarusEnvCfgFile(){ " " " " " " - ' ' - ' ' - ' ' - " " - ' ' - " " + '' + ' ' + ' ' + " " + ' ' + '' + '' " " "" ) diff --git a/lamw_manager/docs/release_notes.md b/lamw_manager/docs/release_notes.md index fc8ed389..850dbb32 100644 --- a/lamw_manager/docs/release_notes.md +++ b/lamw_manager/docs/release_notes.md @@ -3,6 +3,12 @@ This page contains information about new features and bug fixes. Latest +--- + +### v0.6.12 - 12 Nov, 2025 ### + +**News** ++ Migrate Lazarus from 3.8 to 4.4 --- ### v0.6.11 - 12 Ago, 2025 ### diff --git a/lamw_manager/lamw_manager b/lamw_manager/lamw_manager index 22e42022..2bb25947 100755 --- a/lamw_manager/lamw_manager +++ b/lamw_manager/lamw_manager @@ -2,8 +2,8 @@ #-------------------------------------------------------------------------------------------------# #Universidade federal de Mato Grosso (Alma Mater) #Course: Science Computer -#Version: 0.6.11 -#Date: 08/12/2025 +#Version: 0.6.12 +#Date: 11/11/2025 #Description: The "lamw-install.sh" is part of the core of LAMW Manager. This script configures the development environment for LAMW #-------------------------------------------------------------------------------------------------#