File tree Expand file tree Collapse file tree 7 files changed +36
-10
lines changed Expand file tree Collapse file tree 7 files changed +36
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.0] - 2025-10-17
11+
12+ ### Added
13+
14+ - Group alias (#881 )
15+ - Option to set landscape description (#879 )
16+ - Option to select multiple categories and subcategories on embed (#876 , #880 )
17+ - Display message of the day in header (#873 )
18+ - Flag to hide organization section in projects (#871 )
19+ - First commit date to projects summary table (#852 )
20+
21+ ### Changed
22+
23+ - Settings logos can now use local paths (#846 )
24+ - Extend API item type with some more fields (#837 )
25+ - Upgrade CLI tool dependencies
26+ - Upgrade web application and embed dependencies
27+
28+ ### Fixed
29+
30+ - Issue with category filter (#875 )
31+ - Issue with multiple tags (#874 )
32+ - Issue normalizing names with non-ascii chars (#838 )
33+ - Issue with hardware acceleration on Windows (#823 )
34+ - Some minor UI issues (#825 )
35+
1036## [ 1.0.0] - 2025-05-16
1137
1238### Added
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ members = [
88]
99
1010[workspace .package ]
11- version = " 1.0 .0"
11+ version = " 1.1 .0"
1212license = " Apache-2.0"
1313edition = " 2024"
1414rust-version = " 1.90.0"
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ brew install cncf/landscape2/landscape2
5757#### Install via shell script
5858
5959``` text
60- curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v1.0 .0/landscape2-installer.sh | sh
60+ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v1.1 .0/landscape2-installer.sh | sh
6161```
6262
6363#### Install via powershell script
6464
6565``` text
66- irm https://github.com/cncf/landscape2/releases/download/v1.0 .0/landscape2-installer.ps1 | iex
66+ irm https://github.com/cncf/landscape2/releases/download/v1.1 .0/landscape2-installer.ps1 | iex
6767```
6868
6969### Container image
Original file line number Diff line number Diff line change 11{
22 "name" : " embed-item" ,
33 "private" : true ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "type" : " module" ,
66 "scripts" : {
77 "build" : " tsc && vite build" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " embed" ,
33 "private" : true ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "type" : " module" ,
66 "scripts" : {
77 "build" : " tsc && vite build" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " landscape" ,
33 "private" : true ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "type" : " module" ,
66 "scripts" : {
77 "build" : " tsc && vite build" ,
You can’t perform that action at this time.
0 commit comments