Skip to content

Commit

Permalink
Preparing v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andmarti1424 committed Jan 12, 2023
1 parent 391d2d6 commit 8a39e14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
22 changes: 10 additions & 12 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
CHANGES FILE

Preparing v0.8.3
----------------
Here are the details of this release:
***********
v0.8.3

New stuff
---------
Expand Down Expand Up @@ -30,8 +29,8 @@ C command in EDIT MODE

PR 725: added 'default_open_file_under_cursor_cmd' configuration value that can be set at runtime

Changes:
--------
Changes
-------
+ added more detailed error in gram.y:yyerror
+ Adapt string and number search for multisheet
+ marks now considers sheet. We could have mark A in Sheet 1, and mark B on Sheet 2..
Expand All @@ -58,7 +57,6 @@ ESC in EDIT_MODE also confirm changes.
Reeval when pasting from clipboard and autocalc is set
Adjust Makefile to have logic for clipboard commands on MacOS


Fixes
-----
** fixed building warnings
Expand Down Expand Up @@ -89,15 +87,11 @@ fix #694: csv import and export / LaTex export
fix #700: '{' '}' normal mode commands reset cmd_multiplier


Pending to make v0.8.3 release
-------------------
Add is_deleted flag on sheets that are deleted. So ents have a chance to update its references to that sheet.
Then rebuild graph.



Ideas for v0.8.4
----------------
+ Add is_deleted flag on sheets that are deleted. So ents have a chance to update its references to that sheet.
Then rebuild graph.
+ arv should have priority over scimrc.
+ rethink overlap. it shows incorrectly if text does not fit in the current LINE
+ user customizable UI header (bar)
Expand All @@ -106,9 +100,13 @@ Ideas for v0.8.4
this could allow future use of registers to copy to and paste from.
+ registers for yanking
+ use yanklist for added/removed in undo?
+ restore transpose

Please open a discussion on GitHub to comment on these and other feature requests.




***********
v0.8.2

Expand Down
2 changes: 1 addition & 1 deletion src/help.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,4 +597,4 @@ void show_usage_and_quit(){
put(user_conf_d, "quit_afterload", "1");
}

char * rev = "version 0.8.3-main";
char * rev = "version 0.8.3";

0 comments on commit 8a39e14

Please sign in to comment.