Skip to content

Commit

Permalink
update description, ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Feb 18, 2024
1 parent 7e096ba commit 88b857f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
2 changes: 2 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 88b857f

Please sign in to comment.