File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### v0.5.0 - 2024-12-18
4
4
5
+ This version is compatible with indexes created by LexicMap v0.4.0, but rebuilding the index is recommended for more accurate results.
6
+
5
7
- New commands:
6
8
- ** ` lexicmap utils remerge ` : Rerun the merging step for an unfinished index** .
7
9
- ` lexicmap index ` :
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ Linux and MacOS (both x86 and arm CPUs) are supported.
92
92
| OS | Arch | File, 中国镜像 |
93
93
| :------| :---------| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
94
94
| FreeBSD| ** 64-bit** | [ ** lexicmap_freebsd_amd64.tar.gz** ] ( https://github.com/shenwei356/LexicMap/releases/download/v0.5.0/lexicmap_freebsd_amd64.tar.gz ) , [ 中国镜像] ( http://app.shenwei.me/data/lexicmap/lexicmap_freebsd_amd64.tar.gz ) |
95
- | FreeBSD| arm64 | [ ** lexicmap_freebsd_arm64.tar.gz** ] ( https://github.com/shenwei356/LexicMap/releases/download/v0.5.0/lexicmap_freebsd_arm64.tar.gz ) , [ 中国镜像] ( http://app.shenwei.me/data/lexicmap/lexicmap_freebsd_arm64.tar.gz ) |
96
95
97
96
{{< /tab >}}
98
97
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ weight: 30
18
18
19
19
[ v0.5.0] ( https://github.com/shenwei356/LexicMap/releases/tag/v0.5.0 ) - 2015-12-18 [ ![ Github Releases (by Release)] ( https://img.shields.io/github/downloads/shenwei356/LexicMap/v0.5.0/total.svg )] ( https://github.com/shenwei356/LexicMap/releases/tag/v0.5.0 )
20
20
21
+ This version is compatible with indexes created by LexicMap v0.4.0, but rebuilding the index is recommended for more accurate results.
22
+
21
23
- New commands:
22
24
- ** ` lexicmap utils remerge ` : Rerun the merging step for an unfinished index** .
23
25
- ` lexicmap index ` :
Original file line number Diff line number Diff line change 1
1
module github.com/shenwei356/LexicMap
2
2
3
- go 1.22
4
-
5
- toolchain go1.22.6
3
+ go 1.23
6
4
7
5
// replace github.com/shenwei356/lexichash => /home/shenwei/go/src/github.com/shenwei356/lexichash/
8
6
// replace github.com/shenwei356/wfa => /home/shenwei/go/src/github.com/shenwei356/wfa/
You can’t perform that action at this time.
0 commit comments