2026-02-03 02:43:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 3 01:37:49 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
|
|
|
|
|
|
- Upgrade to 0.2.0, Modernized API & New Truncation Features:
|
|
|
|
|
- BREAKING: utf8.width() and utf8.widthindex() parameter order
|
|
|
|
|
changed
|
|
|
|
|
- BREAKING: ambi_is_double (boolean) replaced with ambiwidth
|
|
|
|
|
(integer)
|
|
|
|
|
- NEW: utf8.widthlimit() for intelligent width-based truncation
|
|
|
|
|
- NEW: Byte range parameters i, j for width functions
|
|
|
|
|
- NEW: utf8.version constant
|
|
|
|
|
- IMPROVED: Complete documentation rewrite with examples
|
|
|
|
|
- IMPROVED: Comprehensive test coverage for all new features
|
|
|
|
|
- FIXED: Various grammar and formatting issues in documentation
|
|
|
|
|
|
2026-01-23 22:39:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 23 21:39:41 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
|
|
|
|
|
|
- Enable lua55 build.
|
|
|
|
|
|
2025-10-24 16:50:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 24 14:50:10 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
|
|
|
|
|
|
- Switch off building lua51 build of the package.
|
|
|
|
|
|
2025-10-12 09:52:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Oct 12 07:52:14 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
|
|
|
|
|
|
- Make the package buildable with LuaJIT.
|
|
|
|
|
- Add warnings-away.patch to remove compilation warnings.
|
|
|
|
|
|
2025-07-25 23:00:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 25 20:57:36 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
|
|
|
|
|
|
- Update to 0.1.6:
|
|
|
|
|
- Add 'normalize_nfc' and 'isnfc' functions
|
|
|
|
|
- Update to Unicode 15.1
|
|
|
|
|
- Add new 'grapheme_indices' function
|
|
|
|
|
- Improve grammar, spelling, and formatting of README.md
|
|
|
|
|
- Fix bugs in NFC normalization code
|
|
|
|
|
- Explicitly include limits.h instead of transitively assuming
|
|
|
|
|
it
|
|
|
|
|
|
2024-03-29 20:29:20 +00:00
|
|
|
-------------------------------------------------------------------
|
2024-04-01 02:01:59 +00:00
|
|
|
Mon Apr 1 02:00:36 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
2024-03-29 20:29:20 +00:00
|
|
|
|
2024-04-01 02:01:59 +00:00
|
|
|
- Update to 0.1.5+git6
|
|
|
|
|
* Update to Unicode 15.1
|
|
|
|
|
- Switch from xz compression to zstd
|
2024-03-29 20:29:20 +00:00
|
|
|
|
2023-01-25 21:14:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
|
|
|
|
|
|
|
|
|
- Fix missing dependency on lua-macros (boo#1205612)
|
|
|
|
|
|
2022-12-03 00:28:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 3 00:26:27 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.1.5:
|
|
|
|
|
* add clean, isvalid, invalidposition functions
|
|
|
|
|
|
2022-11-19 20:14:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Nov 19 18:58:54 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.1.4:
|
|
|
|
|
* Update to Unicode 15
|
|
|
|
|
|
2022-09-02 15:16:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 2 15:15:21 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Use new luarocks macros
|
|
|
|
|
- Keep luarocks data in the correct place
|
|
|
|
|
|
2022-08-31 17:35:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 24 01:38:15 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
|
|
|
|
|
|
|
|
|
|
- initial commit
|