Skip to content

Commit 0a57772

Browse files
committed
Oppdater versjon til 2.7.0 og dokumentasjon
Oppdateringar: - Versjonsnummer: 2.6.0 → 2.7.0 i Info.plist (alle felt) - ChangeLog.txt: Lagt til seksjon for v2.7.0 med alle forbetringar - Readme.txt: Dokumentert Lexicalise missing-funksjonen og krav om Divvun-SEE-helper.app Versjon 2.7.0 inkluderer: - Divvun-SEE-helper.app for sandbox-omgåing - Bevaring av ord utan forslag - Fjerning av ekstra lineskift - Sjekk for helper-app-installasjon
1 parent a55db5b commit 0a57772

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

LexC.seemode/Contents/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>NSHumanReadableCopyright</key>
6-
<string>2.6.0, ©The Divvun Group at UiT 2007-2025, http://divvun.no/</string>
6+
<string>2.7.0, ©The Divvun Group at UiT 2007-2025, http://divvun.no/</string>
77
<key>CFBundleIdentifier</key>
88
<string>SEEMode.LexC</string>
99
<key>CFBundleInfoDictionaryVersion</key>
@@ -13,9 +13,9 @@
1313
<key>CFBundlePackageType</key>
1414
<string>BNDL</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.6.0</string>
16+
<string>2.7.0</string>
1717
<key>CFBundleVersion</key>
18-
<string>2.6.0</string>
18+
<string>2.7.0</string>
1919
<key>SEEMinimumEngineVersion</key>
2020
<string>4.0</string>
2121
</dict>

LexC.seemode/Contents/Resources/ChangeLog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Changes with Version 2.7.0
2+
*) Improvement: Lexicalise missing now uses external Divvun-SEE-helper.app to bypass sandbox restrictions
3+
*) Improvement: Words without suggestions are now preserved in the output
4+
*) Improvement: Extra blank lines are removed from suggestions (max one blank line between entries)
5+
*) New feature: Check for helper app installation and show helpful error message if missing
6+
17
Changes with Version 2.6.0
28
*) Add support for guessing lexc entries for a list of words
39

LexC.seemode/Contents/Resources/Readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ The mode makes heavy use of boldfacing, and is best viewed by turning on the syn
2020

2121
The mode also includes a number of built-in scripts to format lexc entries, and to sort them in various ways.
2222

23+
**Lexicalise missing function (⌃⌥⌘M):**
24+
This function analyzes a list of words and suggests lexc entries for them using the missing.py tool from giella-core. The function requires Divvun-SEE-helper.app to be installed in ~/Applications/ to bypass macOS sandbox restrictions. Words that don't get suggestions are preserved in the output.
25+
2326
There are a couple of known bugs, please see the Changelog.txt file for details.
2427

2528
Feedback welcome to feedback@divvun.no

0 commit comments

Comments
 (0)