Releases: OpenBAS-Platform/openbas
Version 1.7.0
Hello dear community! The OpenBAS 1.7.0 is out ! Hope you will enjoy it! 🚀
In this release, we’ve focused on addressing key community pains and squashing bugs to enhance your overall experience.
Improve the readability in our platform logs for more efficient debugging
For better readability, efficiency in troubleshooting and allowing compatibility with an observability platform such as Grafana (filtering, graphs), we changed our logs from Java to JSON.🔍
Command Details in execution traces
Need to see your command information to follow what will be executed? It’s now possible to see what command lines have been executed in your inject details or atomic testing page. 📖
Self-signed certificate
Great news! Following a request from our community, our HTTP client now supports self-signed certificates, making it easier to authorize and connect securely in custom environments. 🚘
Customizable expiration time settings
Introducing customizable expiration settings! Now, you can manage the expiration time of your expectations in their setting and at platform level through your config file. Take full control and fine-tune your workflow like never before! 💥
Clearer insights for expectation score and validation
Say hello to clearer insights! We’ve refined our UI to clarify expectation scores settings and validation screens giving you instant clarity at a glance! 🧹
And we also solved a lot of bugs and made some UI improvements.
Enhancements:
- #1418 Better readability for platform logs: from java default stack traces to JSON
- #1218 Authorized platform self-signed ssl certificate
- #1171 For expectations, add the ability to customize the expiration time used by the expiration manager
- #1232 Command Details in execution traces
- #1198 Improve UI of score settings/validation
Bug Fixes:
- #1550 Error message of Caldera executor not responding when there is no Caldera config
- #1516 Delete a team from simulation works but generates an error in the interface
- #1508 open agent windows 10 invalid peer certificate unknown issuer
- #1503 in animation page, selecting a tag doesn't impact the graphs
- #1496 obas a gent on win11 arm
- #1482 Notify success & error from network requests are not translated
- #1476 When adding a team with multiple players, it can lead to duplicate inserted in database which generate an error
- #1471 bulk deletion of inject only delete the first one of the list
- #1456 Sorting on "executor" in "Endpoints" section triggers "Internal error"
- #1452 UI inconsistency: space separators in simulation list + height of the lines
- #1435 Mitre Attack Coverage is partially hidden on firefox
- #1371 Scenario result should not be interactive and show clearly that they have no data when no simulation has been played
- #1028 In some cases, IMAP store of sent message can fail
- #1425 Inject expectation is missing on atomic testing
- #1431 Consistent wording for UI in asset groups: Dynamic asset filter or rule
Pull Requests:
- Update dependency swagger-typescript-api to v13.0.22 by @renovate in #1444
- Update dependency @playwright/test to v1.47.1 by @renovate in #1439
- Update dependency uuid to v10 by @renovate in #1446
- Update dependency jsdom to v25 by @renovate in #1445
- Update dependency mdi-material-ui to v7.9.2 by @renovate in #1443
- Update dependency html-react-parser to v5.1.16 by @renovate in #1442
- Update dependency axios to v1.7.7 by @renovate in #1441
- Update dependency qs to v6.13.0 by @renovate in #1440
- [backend/frontend] Add possibility to launch openbas agent on docker and linux image by @RomuDeuxfois in #1417
- Update dependency express to v4.20.0 [SECURITY] by @renovate in #1426
- [Frontend | Backend | Database] Improve UI of score settings/validation by @johanah29 in #1420
- Update Node.js to v20.17.0 by @renovate in #1437
- Update Yarn to v4.5.0 by @renovate in #1438
- [backend] Add payload elevation required by @savacano28 in #1410
- Update dependency vite to v5.3.6 [SECURITY] by @renovate in #1467
- [backend/frontend] fix trigger now injects by @savacano28 in #1424
- Bump vite from 5.3.6 to 5.4.6 in /openbas-front by @dependabot in #1469
- [backend/frontend] Improv filters UI by @RomuDeuxfois in #1462
- [frontend] can done and trigger inject only in animation tab by @MarineLeM in #1428
- [frontend] change wording for dynamic asset filter by @MarineLeM in #1472
- [backend] Add tracing with OpenTelemetry by @RomuDeuxfois in #1404
- [frontend] Add teams in a scenario for multiple injects (#1464) by @damgouj in #1474
- [backend] Fix expectations in injects (#1425) by @damgouj in #1463
- [backend/frontend] Command Details in execution traces (#1232) by @damgouj in #1449
- [frontend] Fix abnormal space and height in lists by @johanah29 in #1479
- [backend/frontend] add exercise report by @MarineLeM in #1419
- [frontend] Keep commands lines shown if another element is updated in atomic testing page by @damgouj in #1493
- [frontend] Fix Mitre Att&ck Coverage display on Firefox by @isselparra in #1484
- [frontend/backend] remove updateAttributes and isListened from api-ty… by @MarineLeM in #1510
- [frontend] fix translation in network success or fail messages (#1482) by @guillaumejparis in #1483
- Update dependency typescript to v5.6.2 by @renovate in #1288
- [frontend/backend] add isListened in api-types file by @MarineLeM in #1511
- Update dependency @types/qs to v6.9.16 by @renovate in #1526
- Update dependency @types/node to v20.16.6 by @renovate in #1525
- Update dependency @playwright/test to v1.47.2 by @renovate in #1524
- Update dependency @emotion/react to v11.13.3 by @renovate in #1523
- Update dependency @dagrejs/dagre to v1.1.4 by @renovate in #1522
- [backend/frontend] Sorting on "executor" in "Endpoints" section triggers "Internal error" by @isselparra in #1514
- [backend] Add retry on imap connexion by @RomuDeuxfois in #1497
- [backend] Fix wrong count for pagination by @RomuDeuxfois in #1529
- [frontend]Fix the display of the result of injects bulk deletion by @johanah29 in #1481
- Bump rollup from 4.13.0 to 4.22.4 in /openbas-front by @dependabot in #1520
- Update dependency vite to v5.4.7 [SECURITY] by @renovate in #1535
- Update dependency commons-io:commons-io to v2.17.0 by @renovate in #1541
- Update dependency com.rabbitmq:amqp-client to v5.22.0 by @renovate in #1540
- Update dependency @xyflow/react to v12.3.0 by @renovate in #1538
- [frontend] update teamsIds state by @savacano28 in https://githu...
Version 1.6.1
Bug Fixes:
- #1466 Creating challenges or media pressure inject does not work
- #1465 Broken variable in media pressure inject
- #1464 Add teams in a scenario for multiple injects not working
Full Changelog: 1.6.0...1.6.1
Version 1.6.0
Hello dear community! The OpenBAS 1.6.0 is out ! Hope you will enjoy it! 🚀
Interactive Timeline Display for injects
Our brand-new timeline is getting fancier ! On top of being able to create and modify your injects more intuitively, you can now chain your injects, opening the way to our future exciting feature: conditional inject launch ! 🛤️
Filters implementation
Find More, Faster: unleash the Power of Filters for a Seamless Experience! You can now leverage filtering on the most important lists of OpenBAS to better understand various kinds of situation for your scenarios, simulations, atomic testing etc. 👀
Test emails and SMS related injects
Not sure if your email or SMS was sent ? You can replay a test for a single inject or do it in bulk. 📬
Launch a scenario now as we do in simulation
No time to waste ? Feeling like launching your scenario right away without scheduling ? It’s now possible with the start now button on the scenario level. ⛷️
Caldera is removed from the default OpenBAS stack
Caldera was complicated to use for the community. We’ve heard you! OpenBAS has reached a good level of maturity by integrating atomic red team so we decided to remove it from our default stack. 👏
Enhancements:
- #1421 Remove Caldera from default stack
- #1368 Ability to launch a scenario - same as we do for simulations - with a start now
- #1336 Be able to replay test for sms and email injects
- #1294 Implement filters on atomic testing, inject and payload lists
- #1194 Chaining injects logically
- #124 Implement filters on injector contract, scenario & simulation lists
Bug Fixes:
- #1400 In scenario tab, anormal spaces between overlay and separators
- #1397 Lessons learned survey are never received
- #1361 Avoid deadlocks during Flyway migrations (>9.0.)
- #1350 When updating an expectation score, the expectation status doesn't change
- #859 Login UI should be iso with OCTI
- #844 404 errors are not correctly handles, leading to spinning forever
Pull Requests:
- [backend/frontend] fix expectation status when updating score by @MarineLeM in #1379
- [github] Adding a way to have the labels automatically set by @Dimfacion in #1372
- [github] Fixing the branch name by @Dimfacion in #1381
- [frontend/backend] align login page with octi (#859) by @guillaumejparis in #1373
- [frontend] add a warning instead of loading indefinitely on 404 for s… by @guillaumejparis in #1369
- Add quick filters on scenarios, simulations and atomic testing by @RomuDeuxfois in #1352
- [backend] fix deadlock flyway migration on 9.22.3 by @savacano28 in #1358
- [frontend] Fix on moving an inject deletes it's content by @Dimfacion in #1393
- [backend] fix obas injector for linux & mac (#1388) by @guillaumejparis in #1391
- [backend] Add sortable property to team_name by @savacano28 in #1399
- [backend/frontend] Add missing sortable by @RomuDeuxfois in #1401
- [frontend/backend] Be able to replay test by @johanah29 in #1364
- [backend/frontend] Fix team creation by @RomuDeuxfois in #1402
- Atomic testing list is slow on demo environment by @RomuDeuxfois in #1389
- [backend/frontend] Add quick filters on scenarios injects & simulations injects by @RomuDeuxfois in #1383
- [Frontend] Fix spaces between overlay and separators in scenario tab by @johanah29 in #1406
- [readme] fix readme screenshot and links by @guillaumejparis in #1407
- [backend/frontend] Add quick filters on assets & asset groups when inject creation by @RomuDeuxfois in #1394
- [frontend] Fix inject action update in inject list by @RomuDeuxfois in #1411
- [frontend/backend] add a start now for scenario (#1368) by @guillaumejparis in #1405
- [frontend/backend] Chaining injects logically by @Dimfacion in #1380
- [backend/frontend] Filters options should not be limit to 10 by @RomuDeuxfois in #1430
- [frontend] Error display when a survey is send by @RomuDeuxfois in #1429
- [frontend] Fix missing filter on dynamic asset group by @RomuDeuxfois in #1434
- [frontend] Change some wordings by @RomuDeuxfois in #1432
- [frontend] Improv filter style by @RomuDeuxfois in #1433
- [frontend] Small fix on chaining UI by @Dimfacion in #1448
- [backend] Fix inject status delete cascading by @RomuDeuxfois in #1447
Full Changelog: 1.5.1...1.6.0
Version 1.5.1
Bug Fixes:
- #1398 Teams creation does not work
- #1392 Moving an inject deletes it's content
- #1388 Launching payload with Atomic Testing on Linux is not working
Full Changelog: 1.5.0...1.5.1
Version 1.5.0
Hello dear community! The OpenBAS 1.5.0 is out ! Hope you will enjoy it! 🚀
Interactive Timeline Display
We have a brand-new timeline that will let you create and modify your injects more intuitively. More importantly, this is the first brick of a new feature that will let you chain your injects together. Stay tuned for the next step 💖
Be able to test emails and sms related injects
Don’t you feel so much more secured when you can double-check your work ? You can now test your emails and SMS to your own account before sending it to everyone. 💌
Bring lessons learned settings at scenario level
We all hate repetitive tasks, let’s agree to less setup. You can now set up your lessons learned page setting at the scenario level, and it will be applied to all simulations generated. 🙆♂️
XLS mapper improvement
We made our XLS mapper even more awesome by adding minor features such as being able to target all audiences or duplicate your mappers that will help you on your every day OBAS journey ✌️😎
Enhancements:
- #1195 Interactive Timeline Display
- #1109 Bring lessons learned setting at scenario level
- #1250 Duplicate an XLS mapper
- #1247 Ability to import XLS and use XLS mapper into Simulation
- #1248 In XLS mapper, having a way to map "All teams" as targets of injects
- #1107 Be able to test emails and sms related injects in Bul
- #1340 switch steps on agent instalation documentation
- #1340 Be able to test emails and sms related injects
Bug Fixes:
- #1348 Display problem not updated on Groups
- #1318 Lessons Learned page height is not properly set
- #1308 Loosing focus on the selected endpoint in atomic testing result when auto reload is happening
- #1303 Contextual group still linked after scenario duplication
- #1259 Atomic testing list: columns headers not aligned
- #1151 OpenBAS agent failed to install on windows machine
Pull Requests:
- Update dependency axios to v1.7.4 [SECURITY] by @renovate in #1322
- [Frontend|Backend]Be able to troubleshoot a failed email/sms inject test by @johanah29 in #1311
- Update dependency react-hook-form to v7.52.2 by @renovate in #1329
- Update material-ui monorepo to v5.16.7 by @renovate in #1332
- Update dependency esbuild to v0.23.1 by @renovate in #1327
- Update Yarn to v4.4.0 by @renovate in #1325
- Update dependency react-router-dom to v6.26.1 by @renovate in #1330
- Update dependency apexcharts to v3.52.0 by @renovate in #1326
- [frontend] Add chinese language option by @RomuDeuxfois in #1266
- [backend/frontend] Align DB constraint to api-types by @RomuDeuxfois in #1306
- Update dependency io.minio:minio to v8.5.12 by @renovate in #1328
- Update fontsource monorepo by @renovate in #1331
- Update dependency nyc to v17 by @renovate in #1333
- Update dependency @mui/x-date-pickers to v7 by @renovate in #696
- [backend/frontend] Add new filters on inject contract panel & persist choice in local storage by @RomuDeuxfois in #1258
- [frontend] aligned list columns headers #1259 by @MarineLeM in #1334
- [frontend] Switch steps on agent installation documentation (#1340) by @RomuDeuxfois in #1342
- [backend] fix contextual team while duplicating scenario #1303 by @MarineLeM in #1343
- [backend/frontend] Add filters on payloads by @RomuDeuxfois in #1341
- [backend/frontend]Test sms and emails in bulk by @johanah29 in #1337
- [frontend] Remove double fetch by @RomuDeuxfois in #1345
- [frontend] reselect the last endpoint selected after after a data rel… by @guillaumejparis in #1353
- [frontend/backend] In XLS mapper, having a way to map "All teams" as targets of injects by @Dimfacion in #1349
- Fixed obas url for dev deploy and template id in AWX by @troll-os in #1355
- Bump micromatch from 4.0.5 to 4.0.8 in /openbas-front by @dependabot in #1357
- Bump webpack from 5.91.0 to 5.94.0 in /openbas-front by @dependabot in #1356
- [backend/frontend] Ability to import XLS and use XLS mapper into Simulation by @RomuDeuxfois in #1335
- [backend/frontend] duplicate XLS mapper (#1250) by @MarineLeM in #1354
- [frontend] add lessons into scenarios by @savacano28 in #1323
- [frontend] fix simulation start time validation (#1360) by @guillaumejparis in #1362
- [frontend] fix simulation start time display by @guillaumejparis in #1367
- [frontend/backend] Interactive Timeline Display by @Dimfacion in #1268
- Improvement/feature branch docker digest by @troll-os in #1365
- [frontend] Display problem not updated on Groups (#1348) by @damgouj in #1359
- [frontend] Feature flag for filters V2 (#1294) by @RomuDeuxfois in #1363
- [backend] Fix executors by @RomuDeuxfois in #1370
- [frontend] Fix url for exercise by @Dimfacion in #1374
- [backend/frontend] Fix inject test condition by @RomuDeuxfois in #1377
New Contributors:
- @MarineLeM made their first contribution in #1334
- @damgouj made their first contribution in #1359
Full Changelog: 1.4.1...1.5.0
Version 1.4.1
Version 1.4.0
Hello dear community! We are happy to announce a new version for OpenBAS! The OpenBAS 1.4.0! Hope you will enjoy it! 🚀
Be able to choose if expectation must be individually validated
For more granularity to manual expectations: you can now rate the performance of your players, the individual performances will impact automatically your team score based on the following expectations: a team is successful if one member of a team is successful OR if all members of a team are successful. 🫸🫷
Ability to import / export XLS mappers
Repeating the same configurations are never fun. To save you precious time on repetitive tasks, you can now import/export your XLS mappers ✌️
At XLS import, allow user to configure a launch time for the Scenario/Simulation
Scheduling means that you need to know when to start, in your XLS file you can now configure a launch time ! 📅
Emails UX improvement
We noticed some small UX issues that could lead to error in your emails injects. The overall experience have been improved to help you make sure that Filigran’s postal service always the right address to deliver to. 💌
Enhancements:
- #1260 Ability to import / export XLS mappers
- #1246 At XLS import, allow user to configure a launch time for the Scenario/Simulation
- #1220 Add a comprehensive error message when email addresses are not well formated
- #1219 triming email addresses of their starting and ending spaces
- #1205 Delete an item from a list (inject, atomic testing, scenario, simlation)
- #184 Be able to choose if expectation must be individually validated
Bug Fixes:
- #1313 Cancel button doesn't work for "export a scenario"
- #1310 Icons in circles in result are not aligned anymore
- #1307 Expectations are not properly set when creating inject based on a contract that contain some
- #1304 fields randomly deleted
- #1234 Lessons learned can't be submit with 0
- #1231 Translations En->Fr
- #1181 In atomic testing, update the manual set expectation, the security platform is not filled after full reload (and crashes if removed)
- #1138 Drawer effect is not correct when opening an inject from the list
Pull Requests:
- Delete an item from a list (inject, atomic testing, scenario, simlation) by @RomuDeuxfois in #1254
- Update typescript-eslint monorepo to v7.18.0 by @renovate in #1300
- Update dependency react-hook-form to v7.52.1 by @renovate in #1297
- Update dependency globals to v15.9.0 by @renovate in #1296
- Update dependency react-router-dom to v6.26.0 by @renovate in #1298
- Update springdoc.version to v2.6.0 by @renovate in #1299
- In atomic testing, update the manual set expectation, the security platform is not filled after full reload (and crashes if removed) by @RomuDeuxfois in #1270
- [backend/frontend] Fix on player not properly displayed by @Dimfacion in #1312
- Drawer effect is not correct when opening an inject from the list by @johanah29 in #1301
- [frontend] Fix on email adresses by @Dimfacion in #1314
- [backend/frontend] Allow user to configure a launch time during import if needed by @Dimfacion in #1249
- [backend] Fix expectations are not properly set (#1307) by @savacano28 in #1315
- [frontend] add translations by @savacano28 in #1317
- [frontend/backend]Adding the ability to import/export mappers by @Dimfacion in #1263
- [backend/frontend] Fix score in learned lessons by @savacano28 in #1316
- [frontend] Add validation mode to manual expectations by @savacano28 in #1245
- [frontend] Add info message of starting date mandatory on scenario by @savacano28 in #1319
Full Changelog: 1.3.1...1.4.0
Version 1.3.1
Enhancements:
- #1106 Be able to test emails and sms related injects
Bug Fixes:
- #1286 Scenario with filled email create simulation without email content
- #1269 If IMAP is enabled and IMAP is down or misconfigured, the platform should NOT fail to start
- #1261 Trigger time with some letters in it might lead to the date being not correctly set
- #1209 Wrong title and breadcrumb for inject details in a simultaion
- #1143 Payload form attack patterns / tags fields not correctly displayed
- #1141 After deleting a payload, atomic testing is throwing an error when accessing
Pull Requests:
- [frontend] Change header on inject details by @RomuDeuxfois in #1239
- [frontend] Manage screens when a payload is deleted by @savacano28 in #1193
- [Frontend|Backend]Rewriting payloadForm by @johanah29 in #1251
- Add multi-language&simplified chinese translation by @yolylight in #1265
- Update Node.js to v20.16.0 by @renovate in #1271
- Update dependency apexcharts to v3.51.0 by @renovate in #1274
- Update dependency @playwright/test to v1.45.3 by @renovate in #1273
- Update dependency esbuild to v0.23.0 by @renovate in #1276
- Update dependency eslint-plugin-playwright to v1.6.2 by @renovate in #1277
- Update dependency @hookform/resolvers to v3.9.0 by @renovate in #1272
- Update dependency commons-validator:commons-validator to v1.9.0 by @renovate in #1275
- Update dependency reactflow to v11.11.4 by @renovate in #1283
- Update dependency jsdom to v24.1.1 - autoclosed by @renovate in #1282
- Update dependency io.minio:minio to v8.5.11 by @renovate in #1281
- Update dependency html-react-parser to v5.1.12 by @renovate in #1280
- Update dependency eslint-plugin-i18next to v6.0.9 by @renovate in #1279
- Update dependency dompurify to v3.1.6 by @renovate in #1278
- [frontend/backend] Adding platform messages if imap is not reachable by @Dimfacion in #1284
- Update Yarn to v4.3.1 by @renovate in #1292
- Update material-ui monorepo by @renovate in #1291
- Update emotion monorepo to v11.13.0 by @renovate in #1290
- Update dependency vite to v5.3.5 by @renovate in #1289
- Update dependency react-router-dom to v6.25.1 by @renovate in #1287
- [backend] Fix inject content when create simulation from scenario by @RomuDeuxfois in #1293
- Adding Test inject in scenario and simulations by @johanah29 in #1267
- [backend] Fix on date being incorrectly set as relative by @Dimfacion in #1262
New Contributors:
- @yolylight made their first contribution in #1265
Full Changelog: 1.3.0...1.3.1
Version 1.3.0
Hello dear community! We are happy to announce a new version for OpenBAS! The OpenBAS 1.3.0! Hope you will enjoy it! 🚀
Import a timeline of Injects from an XLS file
With OpenBAS 1.3.0, you can now save a tremendous amount of your time when building your Scenario in the platform. Let’s say you are preparing a tabletop exercice in the context of a big event, something related to cyber incident in the context of a massive sport event in a beautiful city for example… 😉 The chronology of events your exercice planning team has prepared is massive: hundred of events to simulate! Everything has been prepared and is stored in an Excel. With OpenBAS, you can create a specific mapper that will automatically ingest the content of the file and populate immediately the Scenario for you! Injects, their time of execution, the expectations! 🔥
Duplicate things!
This release focuses on saving time for users. With this new version, you can duplicate Scenarios, Simulations, Atomic testing, Injects and Payloads to help you create new things slightly different from previous ones in a matter of seconds! 🥳
Custom Lessons Learned template
In a Simulation, you can apply a template of survey to send to players and collect their feedback. Until now, only one template was available. It is now possible to create your own survey! You simply have to go to the left menu of the platform in a new section called Lessons Learned, under Components. 🛠️
Delete injects in bulk
To ease your Scenario creation (after duplicating a previous one for example), we just add a way to delete multiple injects you do not need anymore. You only need to select them and use the bottom toolbar to delete them! How convenient! ❤️
And we also solved a lot of bugs and made some UI improvements!
Here the complete list of enhancements and bug fixes
Enhancements:
- #1157 Delete injects in bulk in scenario and simulation
- #1081 Bring back custom lesson learned templates
- #290 Import a xls chronogram as a scenario
- #1161 Enhance the files field in Payloads and Security Platforms
- #1057 Duplicate an Inject, Scenario, Simulation & Atomic testing
Bug Fixes:
- #1233 Issue with Duplication of Payload
- #1208 Wrong format when exporting injects in XLS
- #1203 timelines is not clickable anymore
- #1185 List of inject is pretty slow on demo environment
- #1140 Icons are not vertically aligned when creating an inject
- #1135 The score field should be deactivated after a validation
- #1131 Impossible to load a document from the Documents list
- #1034 If Caldera executor is enabled and Caldera is down, the platform should fail to start
Pull Requests:
- [dev] Add testing DB by @RomuDeuxfois in #1147
- [frontend] Fix spacing for tags (#1112) by @savacano28 in #1166
- [Frontend]Fix alignment of platform icons in add assets to inject by @johanah29 in #1117
- [frontend] 1111 - Full reload of the endpoints list, no tags displayed by @Christian-DONGMO in #1202
- [frontend] Lint by @RomuDeuxfois in #1204
- [frontend] Enable AI button on media pressure article (#1128) by @savacano28 in #1175
- [Frontend][Backend] duplicate an exercise by @Christian-DONGMO in #1159
- [frontend] Change pagination row per page options by @RomuDeuxfois in #1214
- [frontend] Fix form update expectation by @RomuDeuxfois in #1213
- [backend] Change trace level when store message in imap by @RomuDeuxfois in #1212
- [frontend] add DocumentLoader composant by @savacano28 in #1199
- [frontend] Fix result on challenge flag by @RomuDeuxfois in #1227
- Wrong format when exporting injects in XLS by @RomuDeuxfois in #1215
- If Caldera executor is enabled and Caldera is down, the platform should fail to start by @RomuDeuxfois in #1201
- [Frontend]Correcting inject icons alignment in inject creation by @johanah29 in #1228
- [backend/frontend] Improv performance on injector contract list (#1185) by @RomuDeuxfois in #1207
- [frontend/backend] Import a xls chronogram as a scenario by @Dimfacion in #1229
- [backend] Fixing an error when column is empty on expectations by @Dimfacion in #1235
- Bring back custom lesson learned templates by @RomuDeuxfois in #1230
- Bugfix/import xls fix by @Dimfacion in #1236
- [backend/frontend] import xls fix by @Dimfacion in #1237
- [frontend] add delete option for scenarios/exercises by @savacano28 in #1216
- [backend/frontend] Last fixes on import by @Dimfacion in #1243
- Bugfix/release 1.3.0 by @RomuDeuxfois in #1238
- [frontend] Fix timelines is not clickable anymore by @RomuDeuxfois in #1242
- [backend/frontend] Fix duplicate payload by @RomuDeuxfois in #1241
- [frontend] Remove formatter mention & fix icon by @RomuDeuxfois in #1244
Full Changelog: 1.2.2...1.3.0