From 1280475d0f3297aa32b214896587401da7681e02 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 29 Apr 2025 17:50:09 -0500 Subject: [PATCH] Update: Changes to News - 2025 / 04 / 30 - FLL 0.6.13 and FLL 0.7.1 Releases. --- news.html | 4 +++- news/2025.html | 4 +++- news/2025/2025_04_30-fll_0_6_13_and_0_7_1_releases.html | 11 +++++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/news.html b/news.html index 718b38b..b869db4 100644 --- a/news.html +++ b/news.html @@ -105,6 +105,8 @@

The stable version 0.6.13 has primarily seen improvements in the IKI Read program. Several program parameters have had their behavior changed due to consistency problems with other programs. +

+

The --total parameter now prints the total number of IKI Variables. The --whole parameter now prints the total number of lines rather than the total number of IKI Variables. The --whole parameter may now be specified along with the --at parameter. @@ -115,7 +117,7 @@

The IKI related and Time related specifications have been updated to address concerns and points of confusion. Additional documentation regarding the backslashes similar to how the FSS backslashes are handled. - The Time specification has had incorrect examples that are now fixed. + The Time specification has incorrect examples that are now fixed. The language in the Time specification has been changed to better allow for more flexibility in its application.

diff --git a/news/2025.html b/news/2025.html index 76da9e1..ee2f569 100644 --- a/news/2025.html +++ b/news/2025.html @@ -86,6 +86,8 @@

The stable version 0.6.13 has primarily seen improvements in the IKI Read program. Several program parameters have had their behavior changed due to consistency problems with other programs. +

+

The --total parameter now prints the total number of IKI Variables. The --whole parameter now prints the total number of lines rather than the total number of IKI Variables. The --whole parameter may now be specified along with the --at parameter. @@ -96,7 +98,7 @@

The IKI related and Time related specifications have been updated to address concerns and points of confusion. Additional documentation regarding the backslashes similar to how the FSS backslashes are handled. - The Time specification has had incorrect examples that are now fixed. + The Time specification has incorrect examples that are now fixed. The language in the Time specification has been changed to better allow for more flexibility in its application.

diff --git a/news/2025/2025_04_30-fll_0_6_13_and_0_7_1_releases.html b/news/2025/2025_04_30-fll_0_6_13_and_0_7_1_releases.html index a27a006..af5f2d7 100644 --- a/news/2025/2025_04_30-fll_0_6_13_and_0_7_1_releases.html +++ b/news/2025/2025_04_30-fll_0_6_13_and_0_7_1_releases.html @@ -77,6 +77,8 @@

The stable version 0.6.13 has primarily seen improvements in the IKI Read program. Several program parameters have had their behavior changed due to consistency problems with other programs. +

+

The --total parameter now prints the total number of IKI Variables. The --whole parameter now prints the total number of lines rather than the total number of IKI Variables. The --whole parameter may now be specified along with the --at parameter. @@ -106,8 +108,8 @@ This also allows for multiple contexts to be added such as might be the case when it comes to accessibility needs.

- An example EKI is bold:italic:"My example". - The order is not required but is preserved and so the following is also valid and potentially different due to the order: italic:bold:"My example". + An example EKI is bold:italic:"My Example". + The order is not required but is preserved and so the following is also valid and potentially different due to the order: italic:bold:"My Example".

The 0.6.13 does not implement an EKI program and instead the newer 0.7.1 should be used. @@ -158,7 +160,7 @@

The Kevux-Tools provides multiple programs. The tacocat program is far from complete but might experimentally work (mileage will vary). - The remove program and its related programs rm, rmdir, and unlink have been tested and should be ready to work. These remove programs, however, are not well tested. + The remove program and its related programs rm, rmdir, and unlink have been tested and should be ready to use. These remove programs, however, are not well tested. Other Kevux-Tools programs that might exist in the future are about, change, create, and during.

@@ -174,7 +176,7 @@ Security Fixes:

Features: @@ -205,6 +207,7 @@

  • IKI Read: The IKI Read --total restrictions are not needed anymore.
  • IKI Read: Fix handling of --line when not using --whole.
  • IKI Read: Fix bug in generate.sh script parameters and fix spacing style.
  • +
  • IKI Read: The f_string_dynamic_partial_append_nulless() and f_string_dynamic_seek_line() are required.

    Refactors: -- 1.8.3.1