Skip to content

Commit

Permalink
Preparing new release
Browse files Browse the repository at this point in the history
  • Loading branch information
andmarti1424 committed May 13, 2021
1 parent 85a10e0 commit b5f353d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
25 changes: 4 additions & 21 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -114,6 +95,8 @@ Andrés Martinelli
andmarti1424




***********
v0.8.1
Released April 1st 2021
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
/**
* \file version.h
* \author Andrés Martinelli <[email protected]>
* \date 2017-07-18
* \date 2021-05-13
* \brief Header file containing the SC-IM version number
*/

/*
* CODE REVISION NUMBER:
*/

char * rev = "version 0.8.2-freeze";
char * rev = "version 0.8.2";

0 comments on commit b5f353d

Please sign in to comment.