Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions programming/cplusplus/upgrade-instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Starting from 10.0, we have unified the API for setting licenses across differen

### Update Single Image Decoding APIs

The APIs for decoding single image has been adjusted as follows:
The APIs for decoding single image have been adjusted as follows:

| Old APIs | New APIs |
| :----------- | :------- |
Expand Down Expand Up @@ -186,7 +186,7 @@ The template-based APIs have been updated as follows:

The struct `PublicRuntimeSettings` has been refactored. It retains commonly used properties while removing the previously complex property settings, which are now exclusively supported through templates.

The APIs for accessing and updating `PublicRuntimeSettings` has been adjusted as follows:
The APIs for accessing and updating `PublicRuntimeSettings` have been adjusted as follows:

| Old APIs | New APIs |
| :----------- | :------- |
Expand Down
100 changes: 50 additions & 50 deletions programming/dotnet/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,53 +8,53 @@ needAutoGenerateSidebar: false

# Release Notes for .NET Edition

- [11.0.3000 (05/13/2025)](dotnet-11.md#1103000-05132025)
- [10.4.2000 (10/10/2024)](dotnet-10.md#1042000-10102024)
- [10.2.12 (06/19/2024)](dotnet-10.md#10212-06192024)
- [10.2.11 (06/12/2024)](dotnet-10.md#10211-06122024)
- [10.2.10 (05/30/2024)](dotnet-10.md#10210-05302024)
- [9.6.40 (03/14/2024)](dotnet-9.md#9640-03142024)
- [9.6.30 (08/29/2023)](dotnet-9.md#9630-08292023)
- [9.6.20 (03/16/2023)](dotnet-9.md#9620-03162023)
- [9.6.10 (01/10/2023)](dotnet-9.md#9610-01102023)
- [9.6.0 (11/29/2022)](dotnet-9.md#960-11292022)
- [9.4.0 (08/30/2022)](dotnet-9.md#940-08302022)
- [9.2.0 (06/07/2022)](dotnet-9.md#920-06072022)
- [9.0.0 (03/15/2022)](dotnet-9.md#900-03152022)
- [8.8.0 (10/12/2021)](dotnet-8.md#880-10122021)
- [8.6.0 (07/15/2021)](dotnet-8.md#860-07152021)
- [8.4.0 (06/08/2021)](dotnet-8.md#840-06082021)
- [8.2.0 (03/17/2021)](dotnet-8.md#820-03172021)
- [8.1.2 (01/22/2021)](dotnet-8.md#812-01222021)
- [8.1.0 (01/12/2021)](dotnet-8.md#810-01122021)
- [8.0.0 (11/17/2020)](dotnet-8.md#800-11172020)
- [7.6.0 (09/01/2020)](dotnet-7.md#760-09012020)
- [7.5.0 (07/22/2020)](dotnet-7.md#750-07222020)
- [7.4.0 (04/16/2020)](dotnet-7.md#740-04162020)
- [7.3.0 (01/02/2020)](dotnet-7.md#730-01022020)
- [7.2.2 (11/13/2019)](dotnet-7.md#722-11132019)
- [7.2.1 (11/12/2019)](dotnet-7.md#721-11122019)
- [7.2.0 (09/24/2019)](dotnet-7.md#720-09242019)
- [7.1.0 (08/15/2019)](dotnet-7.md#710-08152019)
- [7.0.0 (07/11/2019)](dotnet-7.md#700-07112019)
- [6.5.3 (07/03/2019)](dotnet-7.md#653-07032019)
- [6.5.2 (05/28/2019)](dotnet-7.md#652-05282019)
- [6.5.1 (04/16/2019)](dotnet-7.md#651-04162019)
- [6.5.0 (02/26/2019)](dotnet-7.md#650-02262019)
- [6.4.1 (11/22/2018)](dotnet-7.md#641-11222018)
- [6.4.0 (10/15/2018)](dotnet-7.md#640-10152018)
- [6.3.0 (08/16/2018)](dotnet-7.md#630-08162018)
- [6.2.0 (06/28/2018)](dotnet-7.md#620-06282018)
- [6.1.0 (05/14/2018)](dotnet-7.md#610-05142018)
- [6.0.0 (03/30/2018)](dotnet-7.md#600-03302018)
- [5.2.0 (09/08/2017)](dotnet-7.md#520-09082017)
- [5.1.0 (05/25/2017)](dotnet-7.md#510-05252017)
- [5.0.0 (03/07/2017)](dotnet-7.md#500-03072017)
- [4.3.0 (10/13/2016)](dotnet-7.md#430-10132016)
- [4.2.0 (04/08/2016)](dotnet-7.md#420-04082016)
- [4.1.0 (01/21/2016)](dotnet-7.md#410-01212016)
- [4.0.0 (11/03/2015)](dotnet-7.md#400-11032015)
- [3.0.0 (08/13/2015)](dotnet-7.md#300-08132015)
- [2.1.0 (06/23/2015)](dotnet-7.md#210-06232015)
- [2.0.0 (05/12/2015)](dotnet-7.md#200-05122015)
- [1.0.0 (01/20/2015)](dotnet-7.md#100-01202015)
- [11.0.3000 (05/13/2025)]({{ site.dbr_dotnet_release_notes}}dotnet-11.html#1103000-05132025)
- [10.4.2000 (10/10/2024)]({{ site.dbr_dotnet_release_notes}}dotnet-10.html#1042000-10102024)
- [10.2.12 (06/19/2024)]({{ site.dbr_dotnet_release_notes}}dotnet-10.html#10212-06192024)
- [10.2.11 (06/12/2024)]({{ site.dbr_dotnet_release_notes}}dotnet-10.html#10211-06122024)
- [10.2.10 (05/30/2024)]({{ site.dbr_dotnet_release_notes}}dotnet-10.html#10210-05302024)
- [9.6.40 (03/14/2024)]({{ site.dbr_dotnet_release_notes}}dotnet-9.html#9640-03142024)
- [9.6.30 (08/29/2023)]({{ site.dbr_dotnet_release_notes}}dotnet-9.html#9630-08292023)
- [9.6.20 (03/16/2023)]({{ site.dbr_dotnet_release_notes}}dotnet-9.html#9620-03162023)
- [9.6.10 (01/10/2023)]({{ site.dbr_dotnet_release_notes}}dotnet-9.html#9610-01102023)
- [9.6.0 (11/29/2022)]({{ site.dbr_dotnet_release_notes}}dotnet-9.html#960-11292022)
- [9.4.0 (08/30/2022)]({{ site.dbr_dotnet_release_notes}}dotnet-9.html#940-08302022)
- [9.2.0 (06/07/2022)]({{ site.dbr_dotnet_release_notes}}dotnet-9.html#920-06072022)
- [9.0.0 (03/15/2022)]({{ site.dbr_dotnet_release_notes}}dotnet-9.html#900-03152022)
- [8.8.0 (10/12/2021)]({{ site.dbr_dotnet_release_notes}}dotnet-8.html#880-10122021)
- [8.6.0 (07/15/2021)]({{ site.dbr_dotnet_release_notes}}dotnet-8.html#860-07152021)
- [8.4.0 (06/08/2021)]({{ site.dbr_dotnet_release_notes}}dotnet-8.html#840-06082021)
- [8.2.0 (03/17/2021)]({{ site.dbr_dotnet_release_notes}}dotnet-8.html#820-03172021)
- [8.1.2 (01/22/2021)]({{ site.dbr_dotnet_release_notes}}dotnet-8.html#812-01222021)
- [8.1.0 (01/12/2021)]({{ site.dbr_dotnet_release_notes}}dotnet-8.html#810-01122021)
- [8.0.0 (11/17/2020)]({{ site.dbr_dotnet_release_notes}}dotnet-8.html#800-11172020)
- [7.6.0 (09/01/2020)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#760-09012020)
- [7.5.0 (07/22/2020)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#750-07222020)
- [7.4.0 (04/16/2020)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#740-04162020)
- [7.3.0 (01/02/2020)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#730-01022020)
- [7.2.2 (11/13/2019)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#722-11132019)
- [7.2.1 (11/12/2019)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#721-11122019)
- [7.2.0 (09/24/2019)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#720-09242019)
- [7.1.0 (08/15/2019)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#710-08152019)
- [7.0.0 (07/11/2019)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#700-07112019)
- [6.5.3 (07/03/2019)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#653-07032019)
- [6.5.2 (05/28/2019)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#652-05282019)
- [6.5.1 (04/16/2019)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#651-04162019)
- [6.5.0 (02/26/2019)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#650-02262019)
- [6.4.1 (11/22/2018)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#641-11222018)
- [6.4.0 (10/15/2018)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#640-10152018)
- [6.3.0 (08/16/2018)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#630-08162018)
- [6.2.0 (06/28/2018)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#620-06282018)
- [6.1.0 (05/14/2018)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#610-05142018)
- [6.0.0 (03/30/2018)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#600-03302018)
- [5.2.0 (09/08/2017)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#520-09082017)
- [5.1.0 (05/25/2017)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#510-05252017)
- [5.0.0 (03/07/2017)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#500-03072017)
- [4.3.0 (10/13/2016)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#430-10132016)
- [4.2.0 (04/08/2016)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#420-04082016)
- [4.1.0 (01/21/2016)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#410-01212016)
- [4.0.0 (11/03/2015)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#400-11032015)
- [3.0.0 (08/13/2015)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#300-08132015)
- [2.1.0 (06/23/2015)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#210-06232015)
- [2.0.0 (05/12/2015)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#200-05122015)
- [1.0.0 (01/20/2015)]({{ site.dbr_dotnet_release_notes}}dotnet-7.html#100-01202015)
4 changes: 2 additions & 2 deletions programming/dotnet/upgrade-instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Starting from 10.0, we have unified the API for setting licenses across differen

### Update Single Image Decoding APIs

The APIs for decoding single image has been adjusted as follows:
The APIs for decoding single image have been adjusted as follows:

| Old APIs | New APIs |
| :----------- | :------- |
Expand Down Expand Up @@ -117,7 +117,7 @@ The template-based APIs have been updated as follows:

The struct `PublicRuntimeSettings` has been refactored. It retains commonly used properties via `SimplifiedCaptureVisionSettings` while removing the previously complex property settings, which are now exclusively supported through templates.

The APIs for accessing and updating `PublicRuntimeSettings` has been adjusted as follows:
The APIs for accessing and updating `PublicRuntimeSettings` have been adjusted as follows:

| Old APIs | New APIs |
| :----------- | :------- |
Expand Down
48 changes: 24 additions & 24 deletions programming/python/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ needAutoGenerateSidebar: false

# Release Notes for Python Edition

- [11.0.3000 (05/15/2025)](python-11.md#1103000-05152025)
- [11.0.2000 (04/09/2025)](python-11.md#1102000-04092025)
- [10.5.2100 (12/05/2024)](python-10.md#1052100-12052024)
- [10.4.2100 (11/07/2024)](python-10.md#1042100-11072024)
- [10.4.2000 (10/10/2024)](python-10.md#1042000-10102024)
- [9.6.40 (03/14/2024)](python-9.md#9640-03142024)
- [9.6.30 (08/29/2023)](python-9.md#9630-08292023)
- [9.6.20 (03/16/2023)](python-9.md#9620-03162023)
- [9.6.10 (01/10/2023)](python-9.md#9610-01102023)
- [9.6.0 (11/29/2022)](python-9.md#960-11292022)
- [9.4.0 (08/30/2022)](python-9.md#940-08302022)
- [9.2.0 (06/21/2022)](python-9.md#920-06212022)
- [9.0.0 (03/31/2022)](python-9.md#900-03312022)
- [8.8.0 (10/22/2021)](python-8.md#860-10222021)
- [8.6.0 (07/20/2021)](python-8.md#860-07202021)
- [8.4.0 (06/10/2021)](python-8.md#840-06102021)
- [8.2.0 (03/17/2021)](python-8.md#820-03172021)
- [8.1.2 (01/22/2021)](python-8.md#812-01222021)
- [8.1.0 (01/19/2021)](python-8.md#810-01192021)
- [8.0.0.1 (01/06/2021)](python-8.md#8001-01062021)
- [8.0.0 (11/26/2020)](python-8.md#800-11262020)
- [7.6.0 (09/01/2020)](python-7.md#760-09012020)
- [7.5.0 (07/22/2020)](python-7.md#750-07222020)
- [7.4.0 (04/16/2020)](python-7.md#740-04162020)
- [11.0.3000 (05/15/2025)]({{ site.dbr_python_release_notes }}python-11.html#1103000-05152025)
- [11.0.2000 (04/09/2025)]({{ site.dbr_python_release_notes }}python-11.html#1102000-04092025)
- [10.5.2100 (12/05/2024)]({{ site.dbr_python_release_notes }}python-10.html#1052100-12052024)
- [10.4.2100 (11/07/2024)]({{ site.dbr_python_release_notes }}python-10.html#1042100-11072024)
- [10.4.2000 (10/10/2024)]({{ site.dbr_python_release_notes }}python-10.html#1042000-10102024)
- [9.6.40 (03/14/2024)]({{ site.dbr_python_release_notes }}python-9.html#9640-03142024)
- [9.6.30 (08/29/2023)]({{ site.dbr_python_release_notes }}python-9.html#9630-08292023)
- [9.6.20 (03/16/2023)]({{ site.dbr_python_release_notes }}python-9.html#9620-03162023)
- [9.6.10 (01/10/2023)]({{ site.dbr_python_release_notes }}python-9.html#9610-01102023)
- [9.6.0 (11/29/2022)]({{ site.dbr_python_release_notes }}python-9.html#960-11292022)
- [9.4.0 (08/30/2022)]({{ site.dbr_python_release_notes }}python-9.html#940-08302022)
- [9.2.0 (06/21/2022)]({{ site.dbr_python_release_notes }}python-9.html#920-06212022)
- [9.0.0 (03/31/2022)]({{ site.dbr_python_release_notes }}python-9.html#900-03312022)
- [8.8.0 (10/22/2021)]({{ site.dbr_python_release_notes }}python-8.html#860-10222021)
- [8.6.0 (07/20/2021)]({{ site.dbr_python_release_notes }}python-8.html#860-07202021)
- [8.4.0 (06/10/2021)]({{ site.dbr_python_release_notes }}python-8.html#840-06102021)
- [8.2.0 (03/17/2021)]({{ site.dbr_python_release_notes }}python-8.html#820-03172021)
- [8.1.2 (01/22/2021)]({{ site.dbr_python_release_notes }}python-8.html#812-01222021)
- [8.1.0 (01/19/2021)]({{ site.dbr_python_release_notes }}python-8.html#810-01192021)
- [8.0.0.1 (01/06/2021)]({{ site.dbr_python_release_notes }}python-8.html#8001-01062021)
- [8.0.0 (11/26/2020)]({{ site.dbr_python_release_notes }}python-8.html#800-11262020)
- [7.6.0 (09/01/2020)]({{ site.dbr_python_release_notes }}python-7.html#760-09012020)
- [7.5.0 (07/22/2020)]({{ site.dbr_python_release_notes }}python-7.html#750-07222020)
- [7.4.0 (04/16/2020)]({{ site.dbr_python_release_notes }}python-7.html#740-04162020)
4 changes: 2 additions & 2 deletions programming/python/upgrade-instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Starting from 10.0, we have unified the API for setting licenses across differen

### Update Single Image Decoding APIs

The APIs for decoding single image has been adjusted as follows:
The APIs for decoding single image have been adjusted as follows:

| Old APIs | New APIs |
| :----------- | :------- |
Expand Down Expand Up @@ -112,7 +112,7 @@ The template-based APIs have been updated as follows:

The class `PublicRuntimeSetting` has been refactored. It retains commonly used properties via `SimplifiedCaptureVisionSettings` while removing the previously complex property settings, which are now exclusively supported through templates.

The APIs for accessing and updating runtime settings has been adjusted as follows:
The APIs for accessing and updating runtime settings have been adjusted as follows:

| Old APIs | New APIs |
| :----------- | :------- |
Expand Down