File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
8+ ## [3.2.0] - 2025-05-09
9+
10+ ### Added
11+ - Added new `dockerfile_templates/python.txt` template where all python related packages are defined. Now python is istalled by default
12+ - Added new oh-my-zsh plugins: zsh-autosuggestions, zsh-completions and zsh-syntax-highlighting
13+ - Added `git-lfs` to `dockerfile_templates/install_common_packages.txt`
14+
15+ ### Fixed
16+ - Fixed `zsh` autocompletion issue in ROS2
17+
18+ ### Changed
19+ - Introduced `dockerfile_templates/ros2_extra.txt` to explicitly define extra ROS packages and reduced scope of ros2.txt
20+
21+ ### Removed
22+ - Removed python installation from `dockerfile_templates/conan.txt` as python is installed by default now
23+ - Removed any pip upgrades from template files as pip is being upgraded by default at `dockerfile_templates/python.txt`
24+
825## [3.1.1] - 2025-03-21
926
1027### Fixed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " turludock"
3- version = " 3.1.1 "
3+ version = " 3.2.0 "
44description = " Builds ROS docker images that support GUI with either X11 or Wayland."
55authors = [
66
You can’t perform that action at this time.
0 commit comments