diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f4c5c79..dcfc0922 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,5 +38,5 @@ endif() if(MSVC) target_compile_options(${PROJECT_NAME} PRIVATE /W4) else() - target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra -Wpedantic) + target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra -Wpedantic -Wno-dollar-in-identifier-extension) endif() diff --git a/about.md b/about.md index 01e19965..62de403e 100644 --- a/about.md +++ b/about.md @@ -9,6 +9,8 @@ The ultimate editor improvement mod. * Better color selection menu * Better font selection menu * Scroll wheel improvements + * Manually change the Grid size + * Set offset for Group IDs in Next Free * Pinch to zoom on mobile * Custom UI scaling * Lots of new, fully customizable editor keybinds (only on Windows for now)