@@ -11,6 +11,7 @@ no entries
1111## Fixes
1212| Merge date | Title | PR |
1313| --- | --- | --- |
14+ | 2026-05-08 11:44:36 | fix(desktop/js): correct 11 DOM and logic bugs (dashboard, object, plan, replace, eqAnalyse, administration, update) | [ #3318 ] ( https://github.com/jeedom/core/pull/3318 ) |
1415| 2026-05-04 10:02:20 | Fix timeline folder field visibility on scenario page load | [ #3305 ] ( https://github.com/jeedom/core/pull/3305 ) |
1516| 2026-04-25 08:00:07 | Fix: translations string concatenation | [ #3289 ] ( https://github.com/jeedom/core/pull/3289 ) |
1617| 2026-04-21 11:24:20 | fix: prevent a possible SQL injection in archive process | [ #3268 ] ( https://github.com/jeedom/core/pull/3268 ) |
@@ -30,9 +31,16 @@ no entries
3031## Others
3132| Merge date | Title | PR |
3233| --- | --- | --- |
34+ | 2026-05-06 15:22:08 | Optimize Jeedom core version retrieval by caching the result | [ #3315 ] ( https://github.com/jeedom/core/pull/3315 ) |
35+ | 2026-05-06 10:00:20 | Refactor var to const/let in equipment and commands (2/4) | [ #3301 ] ( https://github.com/jeedom/core/pull/3301 ) |
36+ | 2026-05-06 09:19:39 | Refactor var to const/let in admin/system + log search multi-term (4/4) | [ #3303 ] ( https://github.com/jeedom/core/pull/3303 ) |
37+ | 2026-05-05 17:04:02 | Refactor var to const/let in core JS utilities (1/4) | [ #3300 ] ( https://github.com/jeedom/core/pull/3300 ) |
38+ | 2026-05-05 17:02:29 | Refactor var to const/let in UI rendering files (3/4) | [ #3302 ] ( https://github.com/jeedom/core/pull/3302 ) |
39+ | 2026-05-05 14:28:06 | add log in plugin autoloader | [ #3276 ] ( https://github.com/jeedom/core/pull/3276 ) |
3340| 2026-04-25 08:04:11 | Update translations | [ #3295 ] ( https://github.com/jeedom/core/pull/3295 ) |
3441| 2026-04-25 07:30:36 | Update translations | [ #3293 ] ( https://github.com/jeedom/core/pull/3293 ) |
3542| 2026-04-20 11:50:35 | Update translations | [ #3285 ] ( https://github.com/jeedom/core/pull/3285 ) |
43+ | 2026-04-13 08:16:53 | feat: improve "do not remove log" feature | [ #3245 ] ( https://github.com/jeedom/core/pull/3245 ) |
3644| 2026-04-08 09:16:23 | chore: Correction * aucun* script | [ #3246 ] ( https://github.com/jeedom/core/pull/3246 ) |
3745| 2026-04-04 07:56:05 | chore: typo Securité | [ #3241 ] ( https://github.com/jeedom/core/pull/3241 ) |
3846
@@ -44,12 +52,6 @@ no entries
4452## Developer
4553| Merge date | Title | PR |
4654| --- | --- | --- |
47- | 2026-05-06 15:22:08 | Optimize Jeedom core version retrieval by caching the result | [ #3315 ] ( https://github.com/jeedom/core/pull/3315 ) |
48- | 2026-05-06 10:00:20 | Refactor var to const/let in equipment and commands (2/4) | [ #3301 ] ( https://github.com/jeedom/core/pull/3301 ) |
49- | 2026-05-06 09:19:39 | Refactor var to const/let in admin/system + log search multi-term (4/4) | [ #3303 ] ( https://github.com/jeedom/core/pull/3303 ) |
50- | 2026-05-05 17:04:02 | Refactor var to const/let in core JS utilities (1/4) | [ #3300 ] ( https://github.com/jeedom/core/pull/3300 ) |
51- | 2026-05-05 17:02:29 | Refactor var to const/let in UI rendering files (3/4) | [ #3302 ] ( https://github.com/jeedom/core/pull/3302 ) |
52- | 2026-05-05 14:28:06 | add log in plugin autoloader | [ #3276 ] ( https://github.com/jeedom/core/pull/3276 ) |
5355| 2026-05-05 10:21:10 | Bump peter-evans/create-pull-request from 5 to 8 | [ #3307 ] ( https://github.com/jeedom/core/pull/3307 ) |
5456| 2026-05-05 10:20:50 | Bump actions/github-script from 7 to 9 | [ #3308 ] ( https://github.com/jeedom/core/pull/3308 ) |
5557| 2026-05-05 10:20:32 | Bump actions/checkout from 2 to 6 | [ #3309 ] ( https://github.com/jeedom/core/pull/3309 ) |
@@ -66,6 +68,5 @@ no entries
6668| 2026-04-17 21:11:17 | new workflow for translations | [ #3251 ] ( https://github.com/jeedom/core/pull/3251 ) |
6769| 2026-04-17 12:26:56 | Fix PHPStan workflow on branch deletion | [ #3263 ] ( https://github.com/jeedom/core/pull/3263 ) |
6870| 2026-04-16 22:32:24 | Use Composer dependency for PHPStan | [ #3256 ] ( https://github.com/jeedom/core/pull/3256 ) |
69- | 2026-04-13 08:16:53 | feat: improve "do not remove log" feature | [ #3245 ] ( https://github.com/jeedom/core/pull/3245 ) |
7071| 2026-04-03 15:27:29 | Update GitHub workflows to use 'develop' branch instead of 'alpha' and 'beta' | [ #3240 ] ( https://github.com/jeedom/core/pull/3240 ) |
7172
0 commit comments