You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## 3.4.0 (2023-05-01)
4
+
5
+
- upgrade to bootstrap 4.6 (from alpha 4) (#66)<br>
6
+
*Caution:* Some CSS classes changed between Boostram Alpha 4 and 4.6. You might need to upgrade other mara packages as well, e.g. mara-pipelines and mara-app.
7
+
- add HttpRequest command #78 (#79)
8
+
- add WriteFile command (#89)
9
+
- add support for formats in file operations (#95)
10
+
- add typing (#91)
11
+
- add before/after task to ParallelTask only when not command list is not empty (#93)
12
+
- fix get_user_display_name on docker (#90)
13
+
- fix small issues (#91)
14
+
- fix SQLAlchemy warning about declarative_base moved in 2.0 (#99)
15
+
16
+
**required changes**
17
+
You might need to investigate your custom CSS styling, see boostram upgrade above.
0 commit comments