Skip to content

Commit 072cf84

Browse files
Merge pull request #762 from dynamsoft-docs/preview
update to internal commit 8e46d793
2 parents b4d3b08 + dcd238a commit 072cf84

File tree

5 files changed

+49
-52
lines changed

5 files changed

+49
-52
lines changed

_layouts/search-page.html

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -178,58 +178,6 @@ <h1>Search</h1>
178178
$('.productMenu').css({'top': 'unset'});
179179
}
180180
}
181-
182-
183-
$("body").delegate("#searchResult .gsc-resultsRoot a.gs-title", "click", function(e) {
184-
e.preventDefault();
185-
186-
var link = $(this).eq(0).data("ctorig")
187-
if (link.indexOf("capture-vision/docs") > 0) {
188-
var repoType = getRepoType("core", link);
189-
if (link.indexOf("?") > 0) {
190-
var arr = link.split("?")
191-
if(arr[1].indexOf("#") > 0) {
192-
var subArr = arr[1].split("#")
193-
link = link +"?product=dbr&repoType="+ repoType +"&" + arr[1]
194-
} else {
195-
link = link + "&product=dbr&repoType=" + repoType
196-
}
197-
} else {
198-
link = link + "?product=dbr&repoType=" + repoType
199-
}
200-
}
201-
window.location.href = link
202-
});
203-
204-
function getRepoType(defaultValue, link) {
205-
var lang = getCurrentUrlLang(link, true)
206-
var repoType = defaultValue
207-
if (lang) {
208-
if (lang == 'android' || lang == 'objectivec-swift') {
209-
repoType = "mobile"
210-
} else if (lang == 'javascript') {
211-
repoType = "web"
212-
} else if (lang == 'cplusplus' || lang == 'c' || lang == 'java' || lang == 'dotnet') {
213-
repoType = "server"
214-
} else {
215-
repoType = "core"
216-
}
217-
} else {
218-
if(link.indexOf("/docs/server/") > 0) {
219-
repoType = "server"
220-
}
221-
if (link.indexOf("/docs/core/") > 0) {
222-
repoType = "core"
223-
}
224-
if (link.indexOf("/docs/mobile") > 0) {
225-
repoType = "mobile"
226-
}
227-
if (link.indexOf("/docs/web/") > 0) {
228-
repoType = "web"
229-
}
230-
}
231-
return repoType
232-
}
233181
</script>
234182

235183
{%- include livehelp.html -%}

assets/img/add-on-barcodes.png

15.4 KB
Loading

assets/js/dbrCoreVersionSearch.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
[
2+
{
3+
"version": "10.4.10",
4+
"matchList": {
5+
"dcvRepoCore": [
6+
{
7+
"path": "/parameters/reference/capture-vision-template",
8+
"version": "2.2.40"
9+
},{
10+
"path": "/parameters/reference/target-roi-def",
11+
"version": "2.2.40"
12+
},{
13+
"path": "/parameters/reference/barcode-reader-task-settings",
14+
"version": "10.4.10"
15+
},{
16+
"path": "/parameters/reference/image-parameter",
17+
"version": "2.2.40"
18+
},{
19+
"path": "/parameters/reference/barcode-format-specification",
20+
"version": "10.4.10"
21+
},{
22+
"path": "/parameters/reference/image-source-options",
23+
"version": "2.2.40"
24+
},{
25+
"path": "/parameters/reference/global-parameter",
26+
"version": "2.2.40"
27+
}
28+
]
29+
}
30+
},
231
{
332
"version": "10.2.10",
433
"matchList": {

release-notes/dbr-rn-10.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@ noTitleIndex: true
1010

1111
# Release Notes for Dynamsoft Barcode Reader - 10.x
1212

13+
## 10.4
14+
15+
> First released: 07-23-2024
16+
17+
### Highlights
18+
19+
- Improved the read rate and speed of the following barcode formats:
20+
- EAN-13
21+
- DotCode
22+
- Added support for decoding add-on codes (also known as Extension Codes) for UPC-A, UPC-E, EAN-8 and EAN-13 codes.
23+
24+
<div align="center">
25+
<p><img src="../assets/img/add-on-barcodes.png" width="60%" alt="add-on-barcodes"></p>
26+
</div>
27+
28+
| Versions | Available Editions |
29+
| -------- | --------------------------------------------------------------------------------------- |
30+
| 10.4.10 | [C++]({{ site.cpp_release_notes}}cpp-10.html#10410-07232024){:target="_blank"} |
31+
1332
## 10.2
1433

1534
> First released: 01-16-2024

release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permalink: /release-notes/index.html
99

1010
# Dynamsoft Barcode Reader SDK - Release Notes
1111

12+
- [Version 10.4 (07-23-2024)](dbr-rn-10.md#104)
1213
- [Version 10.2 (01-16-2024)](dbr-rn-10.md#102)
1314
- [Version 10.0 (07-04-2023)](dbr-rn-10.md#100)
1415
- [Version 9.6 (11-29-2022)](dbr-rn-9.md#96)

0 commit comments

Comments
 (0)