Nimf 2022.04.27 Released
Wed, Apr 27 2022 22:14:30 KSTHello.
Nimf 2022.04.27 is released.
Changes
- nimf-m17n: Fixed a memory bug.
--- a/modules/linguas/nimf-m17n/nimf-m17n.c
+++ b/modules/linguas/nimf-m17n/nimf-m17n.c
@@ -186,7 +186,7 @@ static void nimf_m17n_update_candidate (NimfLingua *lingua,
for (i = 0; i < len; i++)
{
- char item[4];
+ char item[5];
char *p = g_utf8_offset_to_pointer (items, i);
g_utf8_strncpy (item, p, 1);
nimf_candidatable_append (m17n->candidatable, item, NULL);
- nimf-korean
- Fixed a bug in some preedit attribute.
- Currently, it contains 3,345 Hanja characters and 3,255 headwords, and is still being added.
Known bugs
There are memory leaks in some libraries used by Nimf, but no practical
problems. I am constantly working to get rid of memory leaks, Nimf is using
GSettings
for the settings and I plan to change the settings to be
based on a .yaml
file.
The following are not supported.
There are currently no plans to support Gentoo®, Flatpak®, Snap, Wayland, multi-monitor environments, and HiDPI environments.
Download
You can download it from the Downloads page.
Thank you.