diff --git a/4ed.cpp b/4ed.cpp index 6eb8259a..8d8feda5 100644 --- a/4ed.cpp +++ b/4ed.cpp @@ -15,7 +15,15 @@ global_const char messages[] = "Welcome to " VERSION "\n" "If you're new to 4coder there are some tutorials at http://4coder.net/tutorials.html\n" "\n" -"Newest features:\n" +"New in alpha 4.0.22:\n" +"-The rendering layer is cleaned up and faster\n" +"-4coder can now ship with multiple built in command bindings\n" +" New built in binding \"mac-default\": For the mac version of 4coder - similar to most Mac applications\n" +" New built in binding \"mac-4coder-like\": For the mac version of 4coder - similar to 4coder on other OSes\n" +"-Fullscreen now works on Windows without the '-S' flag\n" +"-Set up a single 4coder project for Windows/Linux/Mac in one command: -> \"new project\"\n" +"\n" +"New in alpha 4.0.21:\n" "-Color schemes are now loaded in theme files from the \"themes\" folder\n" "-After loading a project sets the hot directory to the project directory\n" "-The flag -L enables a logging system that will collect information in case more information is needed while debugging a problem\n" @@ -34,7 +42,7 @@ global_const char messages[] = "New in alpha 4.0.19:\n" "-Lexer now handles string literal prefixes and is more optimized\n" "-Fixes for lingering unicode bugs\n" -"-Power users have an experimental new jump to error that positions through edits (coming to all tiers soon)\n" +"-Power users have an experimental new jump to error that keeps correct positions through edits (coming to all tiers soon)\n" "\n" "New in alpha 4.0.18:\n" "-Support for rendering unicode characters\n"