You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ All notable changes will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## Unreleased
8
+
## [0.2.0] - 2025-03-06
9
9
10
-
### Added
10
+
### Added in v0.2.0
11
11
12
12
- The index now supports whitespace and punctuation folding ([#25](https://github.com/ianlewis/go-stardict/issues/25)).
13
13
- The synonym index (.syn) file is now supported ([#2](https://github.com/ianlewis/go-stardict/issues/2)).
14
14
-`Stardict.Search` and `Idx.Search` now support queries in glob format ([#21](https://github.com/ianlewis/go-stardict/issues/21)).
15
15
16
-
### Changed
16
+
### Changed in v0.2.0
17
17
18
18
- The minimum supported Go version is now 1.23.
19
19
-`stardict.Open` and `stardict.OpenAll` now take an `options` argument which allows for specifying options for opening dictionaries ([#87](https://github.com/ianlewis/go-stardict/issues/87)).
@@ -25,3 +25,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,7 @@ A stardict dictionary library for Go.
9
9
10
10
## Status
11
11
12
-
The API is currently _unstable_ and will change. This package will use [module
13
-
version numbering](https://golang.org/doc/modules/version-numbers) to manage
14
-
versions and compatibility.
12
+
The API is currently _unstable_ and will change. This package will use [module version numbering](https://golang.org/doc/modules/version-numbers) to manage versions and compatibility.
0 commit comments