From b5f353de6c1929e2eee86ca207c91a123780ad4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Thu, 13 May 2021 14:38:26 -0300 Subject: Preparing new release --- CHANGES | 25 ++++--------------------- src/version.h | 4 ++-- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/CHANGES b/CHANGES index 1e2e10b..7bfbf49 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ v0.8.2 Changes ------- -+ Improved yank and undo alloc'ing. Malloc as much we need from start in batches and avoid small mallocs. ++ Improved yank and undo alloc'ing. Malloc as much we need from start in a long batch and avoid small mallocs. + Changed the way lua scripts are referenced in formulas. Now they are input as any other string formula, like this: \"@lua("script_name.lua", 1) @@ -66,8 +66,7 @@ Renamed GRID_PAIR to GRID_EVEN in color.c. UNDO of :fsum is handled by let. - - +calc_offscr_rows/cols rewriten and renamed to calc_mobile_rows/cols Fixes @@ -88,24 +87,6 @@ handled issue #374 Ignore SIGWINCH outside ncurses. triggers: Avoid segfault when not being able to load module. Issue #325 - - - - -Pending for v0.8.2 release ----------------------------- - -+ Add GETENT in seval -+ remove old references to freezer / freezec / center_hidden_rows: cmds.c cmds_command freeze.c tui.c tui.h - - - -For v0.8.3 release -------------------- -create @counta, and modify @count to not count strings -Reeval of @lastrow @lastcol: check cells that uses @lastrow / @lastcol gets updated everytime it change -check all cmds movement functions after new frozen mods - -- Thanks to all that helped and created PR. Thanks to all who support and use this program. @@ -114,6 +95,8 @@ Andrés Martinelli andmarti1424 + + *********** v0.8.1 Released April 1st 2021 diff --git a/src/version.h b/src/version.h index 88d26df..bb59166 100644 --- a/src/version.h +++ b/src/version.h @@ -38,7 +38,7 @@ /** * \file version.h * \author Andrés Martinelli - * \date 2017-07-18 + * \date 2021-05-13 * \brief Header file containing the SC-IM version number */ @@ -46,4 +46,4 @@ * CODE REVISION NUMBER: */ -char * rev = "version 0.8.2-freeze"; +char * rev = "version 0.8.2"; -- cgit v1.2.3