From c9308f46d42c32692152b7f3cd9f828621c8a8a2 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 8 Dec 2024 22:48:18 +0100 Subject: [PATCH 01/19] New translations releasenotes.md (Romanian) --- docs/CROWDIN/ro/Maintenance/ReleaseNotes.md | 49 +-------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/docs/CROWDIN/ro/Maintenance/ReleaseNotes.md b/docs/CROWDIN/ro/Maintenance/ReleaseNotes.md index 9ca924ed6e93..b2f928777ea0 100644 --- a/docs/CROWDIN/ro/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/ro/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Important hints - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Changes - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul From f07474d65f6db1070202e4e312cc22f47b4f6f7a Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 8 Dec 2024 22:56:12 +0100 Subject: [PATCH 02/19] New translations releasenotes.md (French) --- docs/CROWDIN/fr/Maintenance/ReleaseNotes.md | 53 ++------------------- 1 file changed, 4 insertions(+), 49 deletions(-) diff --git a/docs/CROWDIN/fr/Maintenance/ReleaseNotes.md b/docs/CROWDIN/fr/Maintenance/ReleaseNotes.md index 7cbd4ca3e2aa..679ae6207f93 100644 --- a/docs/CROWDIN/fr/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/fr/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Conseils importants - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Modifications - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Ouvrir le menu de langue](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul @@ -636,7 +591,7 @@ Date de sortie : 03-03-2019 - Support des sources de GLY G6, Poctech, Tomato, Eversense (Tebbe Ubben et Milos Kozak) - Correctifs désactivation des SMB à partir des préférences (Johannes Mockenhaupt) -### Divers +### Misc - Si vous n'utilisez pas la valeur par défaut de `smbmaxminutes` vous devez configurer à nouveau cette valeur @@ -688,7 +643,7 @@ Date de sortie : 03-11-2018 - Application Dexcom patchée en tant que source GLY - plugin de sensibilité oref1 -### Divers +### Misc - L'application utilise maintenant des tiroirs pour afficher tous les plugins; les plugins sélectionnés comme visibles dans le générateur de configuration sont affichés en tant qu'onglet en haut de l'écran (favoris) - Remplacement des onglets de la Configuration et des objectifs, ajout de descriptions From 697de4e4844573e6e057a4a53ac207a9f833c80d Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 8 Dec 2024 23:04:14 +0100 Subject: [PATCH 03/19] New translations releasenotes.md (Spanish) --- docs/CROWDIN/es/Maintenance/ReleaseNotes.md | 53 ++------------------- 1 file changed, 4 insertions(+), 49 deletions(-) diff --git a/docs/CROWDIN/es/Maintenance/ReleaseNotes.md b/docs/CROWDIN/es/Maintenance/ReleaseNotes.md index e01466c457b7..92b498a246e3 100644 --- a/docs/CROWDIN/es/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/es/Maintenance/ReleaseNotes.md @@ -64,54 +64,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Notas importantes - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Cambios - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicada a @Philoul @@ -634,7 +589,7 @@ Fecha de lanzamiento: 03-03-2019 - G6, Poctech, Tomato, Eversense BG source support (Tebbe Ubben and Milos Kozak) - Fixed disabling SMB from preferences (Johannes Mockenhaupt) -### Misceláneo +### Misc - If you are using non default `smbmaxminutes` value you have to setup this value again @@ -686,7 +641,7 @@ Fecha de lanzamiento: 03-11-2018 - Dexcom patched app as BG source - oref1 sensitivity plugin -### Misceláneo +### Misc - App now uses drawer to show all plugins; plugins selected as visible in config builder are shown as tabs on top (favourites) - Overhaul for config builder and objectives tabs, adding descriptions From e6344b54c013e84f80d92a0290c265c70e09823f Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 8 Dec 2024 23:12:52 +0100 Subject: [PATCH 04/19] New translations releasenotes.md (Czech) --- docs/CROWDIN/cs/Maintenance/ReleaseNotes.md | 53 ++------------------- 1 file changed, 4 insertions(+), 49 deletions(-) diff --git a/docs/CROWDIN/cs/Maintenance/ReleaseNotes.md b/docs/CROWDIN/cs/Maintenance/ReleaseNotes.md index 7591c37a3667..a23ca46d236f 100644 --- a/docs/CROWDIN/cs/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/cs/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Důležitá poznámky - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Změny - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Verze 3.2.0.0 věnována @Philoul @@ -636,7 +591,7 @@ Podpora Accu-Chek <0>Insight (od Tebbe Ubben a JamOrHam) - Podpora zdrojů glykémie G6, Poctech, Tomato, Eversense (Tebbe Ubben a Milos Kozak) - Oprava zakázání SMB z nastavení (Johannes Mockenhaupt) -### Různé +### Misc - Pokud nepoužíváte výchozí hodnotu `smbmaxminutes`, musíte ji nastavit znovu @@ -688,7 +643,7 @@ Datum vydání: 03. 11. 2018 - Upravená Dexcom aplikace jako zdroj glykémie - Oref1 plugin citlivosti -### Různé +### Misc - Nové výsuvné okno k zobrazení všech pluginů. Pluginy označené jako viditelné jsou nadále ve vrchním pruhu - Přepracovaná Konfigurace a Cíle, přídány popisky From c2dd0217a3a53649f293db264f65ce81e3a8acbd Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 8 Dec 2024 23:17:23 +0100 Subject: [PATCH 05/19] New translations aapsscreens.md (German) --- docs/CROWDIN/de/DailyLifeWithAaps/AapsScreens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CROWDIN/de/DailyLifeWithAaps/AapsScreens.md b/docs/CROWDIN/de/DailyLifeWithAaps/AapsScreens.md index cd1210d90c11..e8f90191ce0c 100644 --- a/docs/CROWDIN/de/DailyLifeWithAaps/AapsScreens.md +++ b/docs/CROWDIN/de/DailyLifeWithAaps/AapsScreens.md @@ -115,7 +115,7 @@ The red warning sign is signaling you to get active immediately: You are receivi ![Rotes BG-Warndreieck](../images/bg_warn_red.png) -Du musst herausfinden, warum du doppelte BG-Daten erhältst: +Du musst herausfinden, warum Du doppelte Glukosewert-Daten erhältst: * Is Dexcom bridge enabled on your Nightscout site? Disable the bridge by going to the administration panel of your Nightscout instance, edit the "enable" variable and remove the "bridge" part there. (Details zu heroku [findest Du hier](https://nightscout.github.io/troubleshoot/troublehoot/#heroku-settings).) * Do multiple sources upload your BG to Nightscout? If you use the BYODA app, enable the upload in **AAPS** but do not enable it in xDrip+, if you use that. From 4e254c13afcb2c2321b40ae52f6e7e3978b74081 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 8 Dec 2024 23:21:08 +0100 Subject: [PATCH 06/19] New translations releasenotes.md (German) --- docs/CROWDIN/de/Maintenance/ReleaseNotes.md | 53 ++------------------- 1 file changed, 4 insertions(+), 49 deletions(-) diff --git a/docs/CROWDIN/de/Maintenance/ReleaseNotes.md b/docs/CROWDIN/de/Maintenance/ReleaseNotes.md index 73dcf5211014..9a67285779b0 100644 --- a/docs/CROWDIN/de/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/de/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Wichtige Hinweise - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Änderungen - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 ist @Philoul gewidmet @@ -636,7 +591,7 @@ Erscheinungsdatum: 03.03.2019 - G6, Poctech, Tomato, Eversense als BZ-Quelle (Tebbe Ubben und Milos Kozak) - Korrektur deaktivieren SMB Präferenzen (Johannes Mockenhaupt) -### Verschiedenes +### Misc - Falls Du ein vom Standard abweichenden `smbmaxminutes` Wert nutzt, musst Du diesen erneut eingeben. @@ -688,7 +643,7 @@ Erscheinungsdatum: 03.11.2018 - Dexcom App (patched) als BZ-Quelle - Oref1 Empfindlichkeitserkennung -### Verschiedenes +### Misc - Die App verwendet jetzt “drawer”, um alle Plugins zu zeigen. Alle Plugins, die im Konfigurations-Generator als sichtbar markiert sind, werden als Reiter im oberen Bereich (Abschnitt A) angezeigt (Favoriten). - Überarbeitung des Konfigurations-Generators und des Objectives-Reiters. Beschreibungen hinzugefügt. From 9ad65637a4ba540d7e460dfed09428681fc0270e Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 8 Dec 2024 23:29:04 +0100 Subject: [PATCH 07/19] New translations releasenotes.md (Greek) --- docs/CROWDIN/el/Maintenance/ReleaseNotes.md | 49 +-------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/docs/CROWDIN/el/Maintenance/ReleaseNotes.md b/docs/CROWDIN/el/Maintenance/ReleaseNotes.md index 2618c9bfb930..9a43f60f2789 100644 --- a/docs/CROWDIN/el/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/el/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Important hints - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Changes - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul From 1b75b6c611969102ac3307efacadecf9fb2dd9b8 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 8 Dec 2024 23:38:53 +0100 Subject: [PATCH 08/19] New translations releasenotes.md (Hebrew) --- docs/CROWDIN/he/Maintenance/ReleaseNotes.md | 49 +-------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/docs/CROWDIN/he/Maintenance/ReleaseNotes.md b/docs/CROWDIN/he/Maintenance/ReleaseNotes.md index a6cc66a0134a..0d214c5b203e 100644 --- a/docs/CROWDIN/he/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/he/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Important hints - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Changes - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul From c819091dc6009dafe14065f9325120cd299cb10f Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 8 Dec 2024 23:47:00 +0100 Subject: [PATCH 09/19] New translations releasenotes.md (Korean) --- docs/CROWDIN/ko/Maintenance/ReleaseNotes.md | 49 +-------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/docs/CROWDIN/ko/Maintenance/ReleaseNotes.md b/docs/CROWDIN/ko/Maintenance/ReleaseNotes.md index 1bb1462fb0ea..d07c0a31320d 100644 --- a/docs/CROWDIN/ko/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/ko/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Important hints - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Changes - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul From c79eee1a40be0f4b252928a6fd2e38fd511c7d7a Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sun, 8 Dec 2024 23:54:55 +0100 Subject: [PATCH 10/19] New translations releasenotes.md (Lithuanian) --- docs/CROWDIN/lt/Maintenance/ReleaseNotes.md | 49 +-------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/docs/CROWDIN/lt/Maintenance/ReleaseNotes.md b/docs/CROWDIN/lt/Maintenance/ReleaseNotes.md index 0f86cf883b78..f26e269599f3 100644 --- a/docs/CROWDIN/lt/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/lt/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Important hints - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Changes - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul From bc788699d9a4801d0d4da858841016aa9302bab8 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Mon, 9 Dec 2024 00:02:54 +0100 Subject: [PATCH 11/19] New translations releasenotes.md (Dutch) --- docs/CROWDIN/nl/Maintenance/ReleaseNotes.md | 53 ++------------------- 1 file changed, 4 insertions(+), 49 deletions(-) diff --git a/docs/CROWDIN/nl/Maintenance/ReleaseNotes.md b/docs/CROWDIN/nl/Maintenance/ReleaseNotes.md index 5e000d3a91da..e354e8da1445 100644 --- a/docs/CROWDIN/nl/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/nl/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Important hints - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Changes - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul @@ -636,7 +591,7 @@ Release datum: 03-03-2019 - G6, Poctech, Tomato, Eversense BG source support (Tebbe Ubben and Milos Kozak) - Fixed disabling SMB from preferences (Johannes Mockenhaupt) -### Overig +### Misc - If you are using non default `smbmaxminutes` value you have to setup this value again @@ -688,7 +643,7 @@ Release datum: 03-11-2018 - Dexcom patched app as BG source - oref1 sensitivity plugin -### Overig +### Misc - App now uses drawer to show all plugins; plugins selected as visible in config builder are shown as tabs on top (favourites) - Overhaul for config builder and objectives tabs, adding descriptions From 7603a3d21df7a1ce09f186d0d05b34cf4599f299 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Mon, 9 Dec 2024 00:10:54 +0100 Subject: [PATCH 12/19] New translations releasenotes.md (Polish) --- docs/CROWDIN/pl/Maintenance/ReleaseNotes.md | 49 +-------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/docs/CROWDIN/pl/Maintenance/ReleaseNotes.md b/docs/CROWDIN/pl/Maintenance/ReleaseNotes.md index 13568209b6c7..5cb944f68b37 100644 --- a/docs/CROWDIN/pl/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/pl/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Important hints - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Changes - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul From f38d8ec35327d4631a3cfaf3ae29f4ef35685cef Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Mon, 9 Dec 2024 00:21:30 +0100 Subject: [PATCH 13/19] New translations releasenotes.md (Portuguese) --- docs/CROWDIN/pt/Maintenance/ReleaseNotes.md | 49 +-------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/docs/CROWDIN/pt/Maintenance/ReleaseNotes.md b/docs/CROWDIN/pt/Maintenance/ReleaseNotes.md index 627a8b31b231..edbd5d481182 100644 --- a/docs/CROWDIN/pt/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/pt/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Notas importantes - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Alterações - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul From 1db78776b34ec3398ddce981bd772837f45b0b24 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Mon, 9 Dec 2024 00:31:30 +0100 Subject: [PATCH 14/19] New translations releasenotes.md (Russian) --- docs/CROWDIN/ru/Maintenance/ReleaseNotes.md | 53 ++------------------- 1 file changed, 4 insertions(+), 49 deletions(-) diff --git a/docs/CROWDIN/ru/Maintenance/ReleaseNotes.md b/docs/CROWDIN/ru/Maintenance/ReleaseNotes.md index 13509c8b3867..9926fc6e9733 100644 --- a/docs/CROWDIN/ru/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/ru/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Важные Примечания - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Изменения - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Открыть меню языка](../images/documentation_language_menu.png) (version3200)= ## Версия 3.2.0.0, посвященная @Philoul @@ -636,7 +591,7 @@ Please note the [important notes](#Releasenotes-version-2-5-0) and [limitations] - Поддержка G6, Poctech, Tomato, Eversense (Tebbe Ubben и Milos Kozak) - Исправлено отключение SMB в настройках (Johannes Mockenhaupt) -### Разное +### Misc - Если вы задавали собственное значение `smbmaxminutes` нужно заново его настроить @@ -688,7 +643,7 @@ Please note the [important notes](#Releasenotes-version-2-5-0) and [limitations] - Измененное приложение Dexcom как источник ГК - плагин чувствительности oref1 -### Разное +### Misc - Приложение теперь использует меню для отображения расширений; плагины, выбранные как видимые в конфигураторе, показаны как вкладки сверху (избранное) - Переработан конфигуратор и вкладки целей, добавлены описания From e0dbab621972d9d3e80c782c7bc409c77cfbc802 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Mon, 9 Dec 2024 00:39:12 +0100 Subject: [PATCH 15/19] New translations releasenotes.md (Slovak) --- docs/CROWDIN/sk/Maintenance/ReleaseNotes.md | 49 +-------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/docs/CROWDIN/sk/Maintenance/ReleaseNotes.md b/docs/CROWDIN/sk/Maintenance/ReleaseNotes.md index 1bb1462fb0ea..d07c0a31320d 100644 --- a/docs/CROWDIN/sk/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/sk/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Important hints - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Changes - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul From e887bef6f9241307d3bf53175b394ebdf5782946 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Mon, 9 Dec 2024 00:47:15 +0100 Subject: [PATCH 16/19] New translations releasenotes.md (Turkish) --- docs/CROWDIN/tr/Maintenance/ReleaseNotes.md | 53 ++------------------- 1 file changed, 4 insertions(+), 49 deletions(-) diff --git a/docs/CROWDIN/tr/Maintenance/ReleaseNotes.md b/docs/CROWDIN/tr/Maintenance/ReleaseNotes.md index 1b42dddf5891..ad950cb7e931 100644 --- a/docs/CROWDIN/tr/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/tr/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Önemli ipuçları - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Değişiklikler - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul @@ -636,7 +591,7 @@ Yayınlanma tarihi: 03-03-2019 - G6, Poctech, Tomato, Eversense KŞ kaynağı desteği (Tebbe Ubben ve Milos Kozak) - Tercihlerden SMB'nin devre dışı bırakılması düzeltmesi (Johannes Mockenhaupt) -### Diğer +### Misc - Varsayılan olmayan `smbmaxminutes` değeri kullanıyorsanız, bu değeri tekrar ayarlamanız gerekir @@ -688,7 +643,7 @@ Yayınlanma tarihi: 03-11-2018 - KŞ kaynağı olarak Dexcom yamalı uygulama - oref1 duyarlılık eklentisi -### Diğer +### Misc - Uygulama artık tüm eklentileri göstermek için çekmeceyi kullanıyor; konfigürasyon ayarlarında görünür olarak seçilen eklentiler üstte sekmeler olarak gösterilir (favoriler) - Konfigürasyon ayarları ve Görevler sekmeleri için elden geçirme, açıklamalar ekleme From c99ea18aa7b02b8586434580c8e7ffbbb14c58ac Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Mon, 9 Dec 2024 00:55:01 +0100 Subject: [PATCH 17/19] New translations releasenotes.md (Chinese Simplified) --- .../CROWDIN/zh_CN/Maintenance/ReleaseNotes.md | 49 +------------------ 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/docs/CROWDIN/zh_CN/Maintenance/ReleaseNotes.md b/docs/CROWDIN/zh_CN/Maintenance/ReleaseNotes.md index 1bb1462fb0ea..d07c0a31320d 100644 --- a/docs/CROWDIN/zh_CN/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/zh_CN/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Important hints - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Changes - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul From 7bb5547a9413ebb1a8cbd62ba34d4bb8ad7ec894 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Mon, 9 Dec 2024 01:02:54 +0100 Subject: [PATCH 18/19] New translations releasenotes.md (Chinese Traditional) --- .../CROWDIN/zh_TW/Maintenance/ReleaseNotes.md | 53 ++----------------- 1 file changed, 4 insertions(+), 49 deletions(-) diff --git a/docs/CROWDIN/zh_TW/Maintenance/ReleaseNotes.md b/docs/CROWDIN/zh_TW/Maintenance/ReleaseNotes.md index 9c883185ab32..92ca097d00b0 100644 --- a/docs/CROWDIN/zh_TW/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/zh_TW/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API 等級 34 (Android 14) 有[限制](#BuildingAapsWearOs-WearOS5)。 (版本3300)= ## 版本 3.3.0.0 -發佈日期:XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### 重要提示 - -- 需要 Android 11 以上才能執行此版本。 -- 在更新前將舊的 ruffy 進行移轉到新的原生 Combo 驅動程式 -- 個人設置切換百分比現在將計入動態敏感度強度中 -- 對於 DynamicISF,過去 24 小時的平均 ISF 被計算出並用於注射嚮導的 COB 計算。 設定檔中的 ISF 值完全未被使用(除非在歷史資料不可用時作為備用) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### 變更 - -- Equil 幫浦驅動程式 @EquilHack -- Insight 驅動程式重新編寫為 kotlin @Philoul -- Ottai CGM 來源 @ottai-developer -- SMB 始終支援 Libre2 和 Libre3(並非所有血糖來源都能正確識別 L2 和 L3) -- 移除舊的 ruffy 依賴的 Combo 驅動程式 -- 新的內部模組結構 @MilosKozak -- 將持久性層與主程式碼分離 @MilosKozak -- 新的 QuickWizard 選項 @radicalb -- 建置檔案重新編寫為 kts @MilosKozak -- 算法重新編寫為 kotlin 以改善效能 @MilosKozak -- 大量新的單元測試 @MilosKozak 和其他人 -- 更多的程式碼轉換為 kotlin @MilosKozak -- 簡易模式 @MilosKozak -- 新的偏好設定管理,xml -> kotlin @MilosKozak -- 新的 CI 配置,在自己的伺服器上運行 CI @MilosKozak -- 穿戴裝置和錶盤的改善 @Philoul @MilosKozak @olorinmaia -- 測試模式下的隨機碳水化合物 @MilosKozak -- 函式庫更新至最新版本,toml @MilosKozak -- 在 AAPS 客戶端中顯示可變敏感度 -- 修正 TDD 計算中的錯誤 @MilosKozak -- BolusWizard 使用者介面改善 @kenzo44 -- 更新目標 @MilosKozak -- 在幫浦暫停模式中不同的胰島素按鈕顏色 @jbr77rr -- 更多顏色主題設計 @jbr77rr -- 新的自動化觸發 @jbr77rr -- Medtrum 驅動程式改善 @jbr77rr -- 新的圖表比例選單 @Philoul -- 移轉至 kotlin 2.0,java 21 @MilosKozak -- 允許輸入負碳水化合物 @MilosKozak -- 無人值守匯出 @vanelsberg -- 從自動化操作中檢視功能塊 @Philoul -- 結合來自 AAPS、AAPSClient 和 AAPSClient2 的手錶錶盤,以監控更多患者 @Philoul @MilosKozak -- 附註:僅在手錶上顯示用戶操作 @MilosKozak -- 組態建置工具介面改良 @MilosKozak +![打開語系選單](../images/documentation_language_menu.png) (version3200)= ## 3.2.0.0 版本獻給 @Philoul @@ -636,7 +591,7 @@ v3 是新的協議。 更加安全和高效 - G6、Poctech、Tomato、Eversense血糖資料來源支援(Tebbe Ubben 和 Milos Kozak) - 修復偏好設置中停用 SMB 的問題(Johannes Mockenhaupt) -### 其他事項 +### Misc - 如果你使用非預設的 `smbmaxminutes` 值,則必須再次設置此值 @@ -688,7 +643,7 @@ v3 是新的協議。 更加安全和高效 - Dexcom 修補版應用作為血糖資料來源 - oref1 敏感性外掛 -### 其他事項 +### Misc - 應用現在使用抽屜顯示所有外掛;在組態建置工具中選擇為可見的外掛將顯示為頂部的標籤(收藏夾) - 組態建置工具和目標標籤的全面檢查,新增描述 From 5ce877c723207ec1d0676c3b174b143a75ea41e2 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Mon, 9 Dec 2024 01:11:14 +0100 Subject: [PATCH 19/19] New translations releasenotes.md (Portuguese, Brazilian) --- docs/CROWDIN/pb/Maintenance/ReleaseNotes.md | 49 +-------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/docs/CROWDIN/pb/Maintenance/ReleaseNotes.md b/docs/CROWDIN/pb/Maintenance/ReleaseNotes.md index 1bb1462fb0ea..d07c0a31320d 100644 --- a/docs/CROWDIN/pb/Maintenance/ReleaseNotes.md +++ b/docs/CROWDIN/pb/Maintenance/ReleaseNotes.md @@ -66,54 +66,9 @@ WearOS 5, API level 34 (Android 14) has [limitations](#BuildingAapsWearOs-WearOS (version3300)= ## Version 3.3.0.0 -Release date: XX-XX-202X +Version 3.3 is close ! Use the version switcher at the bottom right of your screen to see what's new. -### Important hints - -- Android 11 is needed to run this version -- migrate to new native Combo driver from ruffy before update -- profile switch percentage is now taken into a count for dynamic sensitivity strengthness -- For DynamicISF average ISF of last 24h is calculated and this value is used for bolus wizard a COB calculation. Profile ISF value is not used at all (except fallback when history data is not available) -- If you use dynamic sensitivity and you have automation setting profile % in relation to BG turn it off. This is already part of dynamic sensitivity algorithm -- ***** AGAIN: Turn off all automation setting profile % in relation to BG because it will multiply the effect too much !!!!! ***** -- Do not use non 100% for a long time. If you determine that your profile has changed, create new profile by cloning the one with % - -### Changes - -- Equil pump driver @EquilHack -- Insight driver rewitten to kotlin @Philoul -- Ottai CGM source @ottai-developer -- SMB always supported on Libre2 & Libre3 (Not all BG sources can properly identify L2 & L3) -- removed old ruffy dependent Combo driver -- new internal modules stucture @MilosKozak -- split persistence layer from main code @MilosKozak -- new QuickWizard options @radicalb -- build files rewritten to kts @MilosKozak -- algorithms rewritten to kotlin for better performance @MilosKozak -- tons of new unit tests @MilosKozak and others -- more code converted to kotlin @MilosKozak -- Simple mode @MilosKozak -- new preferences management, xml -> kotlin @MilosKozak -- new CI configuration, run CI on own servers @MilosKozak -- wear and watchfaces improvement @Philoul @MilosKozak @olorinmaia -- Random carbs in test mode @MilosKozak -- libraries updated to latest version, toml @MilosKozak -- variable sensitivity visible in AAPS client -- fixed bug in TDD calculation @MilosKozak -- BolusWizard UI improvements @kenzo44 -- updated Objectives @MilosKozak -- different insulin button colors in pump suspended mode @jbr77rr -- more color theming @jbr77rr -- new Automation triggers @jbr77rr -- Medtrum driver improvements @jbr77rr -- New graph scale menu @Philoul -- migration to kotlin 2.0, java 21 @MilosKozak -- Allowing negative carbs entry @MilosKozak -- Unattended exports @vanelsberg -- Watch tiles from Automation actions @Philoul -- Combined watchfaces from AAPS, AAPSClient and AAPSClient2 to monitor more patients @Philoul @MilosKozak -- EXTRA: show_user_actions_on_watch_only @MilosKozak -- ConfigBuilder layout improvent @MilosKozak +![Open language menu](../images/documentation_language_menu.png) (version3200)= ## Version 3.2.0.0 dedicated to @Philoul