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
+35
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,40 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [9.9.0] - 2025-03-24
6
+
7
+
### Added
8
+
9
+
- Choose to show word picture by frequency or LMI [#433](https://github.com/spraakbanken/korp-frontend/issues/433)
10
+
- Word picture help texts
11
+
12
+
### Changed
13
+
14
+
- Display options in Simple search as a form [#357](https://github.com/spraakbanken/korp-frontend/issues/357)
15
+
- Load corpus timespan data in parallel when loading app [#437](https://github.com/spraakbanken/korp-frontend/issues/437)
16
+
- Instead of `settings.time_data`, use `import { timeData } from "./timedata"`
17
+
- Await `getTimeData()` before using `timeData` or `corpus.time`/`corpus.non_time`. The function is memoized, so repeated calls will not affect performance
18
+
- Load Statistics and Word picture result when the tab is selected [#442](https://github.com/spraakbanken/korp-frontend/issues/442)
19
+
- The "medial part" search option is logically linked to initial and final part [#443](https://github.com/spraakbanken/korp-frontend/issues/443)
20
+
- The display options (hits per page, sort within corpora, compile based on) were moved into the KWIC and Statistics tab correspondingly
21
+
- When these are changed, the search is re-triggered automatically
22
+
- The "compile based on" input was relabeled as "group by"
23
+
- The "word" group-by option no longer gets disabled if it's the only selected option
24
+
- Moved "Show context" option to the new display options location and changed to checkbox
25
+
- Better readability for hit counts in lemgram autocomplete
26
+
- More space in word picture tables [#102](https://github.com/spraakbanken/korp-frontend/issues/102)
27
+
28
+
### Fixed
29
+
30
+
- Selecting a search history item used to reset params that were not part of the search
31
+
- Trend diagram legend missing
32
+
- Internal search links in sidebar does not activate relevant search/result tabs [#450](https://github.com/spraakbanken/korp-frontend/issues/450)
33
+
- Comparison result not showing if a search is not done first [#413](https://github.com/spraakbanken/korp-frontend/issues/413)
34
+
- Extended search: do not cache operator options across corpora [#409](https://github.com/spraakbanken/korp-frontend/issues/409)
35
+
- Error when logging out while protected corpora are selected [#440](https://github.com/spraakbanken/korp-frontend/issues/440)
36
+
- Error when loading with restricted corpora selected and then dismissing login dialog [#399](https://github.com/spraakbanken/korp-frontend/issues/399)
37
+
- Cached translation files cause broken UI after releases [#435](https://github.com/spraakbanken/korp-frontend/issues/435)
0 commit comments