Skip to content

Commit 7037f41

Browse files
committed
Release 0.3.0
Hovudendring: LexC mode 2.7.0 med støtte for Divvun-SEE-helper Lagt til: - CHANGELOG.md for å dokumentere versjonsendringar - Oppdatert README.md med info om nye funksjonar Sjå CHANGELOG.md for fullstendig oversikt over endringar.
1 parent 0874063 commit 7037f41

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.3.0] - 2026-02-04
9+
10+
### Changed
11+
- **LexC mode**: Updated to version 2.7.0 with major improvements to lexicalise-missing function
12+
13+
### Added
14+
- **LexC mode**: External Divvun-SEE-helper.app for bypassing macOS sandbox restrictions
15+
- **LexC mode**: Words without suggestions are now preserved in output
16+
- **LexC mode**: Installation check for Divvun-SEE-helper.app with helpful error message
17+
- **LexC mode**: Automatic cleanup of extra blank lines (max one blank line between entries)
18+
19+
### Fixed
20+
- **LexC mode**: Sandbox permission errors when running external tools (hfst-lookup, missing.py)
21+
- **LexC mode**: UTF-8 handling for Sámi languages with special characters
22+
- **LexC mode**: Missing words were lost when no suggestions were found
23+
24+
### Technical
25+
- Introduced clipboard-based IPC with base64-encoded JSON for sandbox communication
26+
- Helper app uses original missing.py from giella-core (no code duplication)
27+
- Proper UTF-8 locale settings (`LANG=en_US.UTF-8`) throughout the pipeline
28+
29+
## [0.2.3] - 2024-08-29
30+
31+
Previous releases - see git history for details.
32+
33+
[0.3.0]: https://github.com/divvun/see-modes/compare/v0.2.3...v0.3.0
34+
[0.2.3]: https://github.com/divvun/see-modes/releases/tag/v0.2.3

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ They are a.o. used in the development of language resources in the [GiellaLT inf
1515

1616
**Typos** files are simple TAB separated, two column files containing real typos and their corrections. These files are used for testing spelling checkers, and the syntax colouring helps us check that the content is entered correctly.
1717

18+
# What's New in 0.3.0
19+
20+
**LexC mode 2.7.0** with major improvements:
21+
- 🆕 External [Divvun-SEE-helper](https://github.com/divvun/divvun-see-helper) bypasses macOS sandbox restrictions
22+
- ✨ Words without suggestions are now preserved in output
23+
- 🧹 Automatic cleanup of extra blank lines
24+
- 🔧 Fixed UTF-8 handling for Sámi special characters
25+
26+
See [CHANGELOG.md](CHANGELOG.md) for full details.
27+
1828
# Install
1929

2030
1. Download the [latest release](https://github.com/divvun/see-modes/releases)

0 commit comments

Comments
 (0)