update version number and NEWS.md
This commit is contained in:
parent
764c8cce8c
commit
556e5fad96
6
NEWS.md
6
NEWS.md
|
@ -1,3 +1,9 @@
|
||||||
|
Red Panda C++ Version 2.27
|
||||||
|
|
||||||
|
- enhancement: New chinese translation for invalid filename messagebox. (by XY0797@github.com)
|
||||||
|
- enhancement: Limit the minimum font size in options dialog to 5. (by XY0797@github.com)
|
||||||
|
- enhancement: After a new file is created in filesystem panel, auto select and rename it. (by XY0797@github.com)
|
||||||
|
|
||||||
Red Panda C++ Version 2.26
|
Red Panda C++ Version 2.26
|
||||||
- enhancement: Code suggestion for embedded std::vectors.
|
- enhancement: Code suggestion for embedded std::vectors.
|
||||||
- change: Use ctrl+mouseMove event to highlight jumpable symbols (instead of ctrl+tooltip).
|
- change: Use ctrl+mouseMove event to highlight jumpable symbols (instead of ctrl+tooltip).
|
||||||
|
|
|
@ -15,7 +15,7 @@ CONFIG += ENABLE_SDCC
|
||||||
|
|
||||||
APP_NAME = RedPandaCPP
|
APP_NAME = RedPandaCPP
|
||||||
|
|
||||||
APP_VERSION = 2.26
|
APP_VERSION = 2.27
|
||||||
|
|
||||||
# TEST_VERSION = beta2
|
# TEST_VERSION = beta2
|
||||||
system(git rev-list HEAD --count): TEST_VERSION = $$system(git rev-list HEAD --count)
|
system(git rev-list HEAD --count): TEST_VERSION = $$system(git rev-list HEAD --count)
|
||||||
|
|
|
@ -21,7 +21,7 @@ qsynedit.depends = redpanda_qt_utils
|
||||||
|
|
||||||
APP_NAME = RedPandaCPP
|
APP_NAME = RedPandaCPP
|
||||||
|
|
||||||
APP_VERSION = 2.26
|
APP_VERSION = 2.27
|
||||||
|
|
||||||
win32: {
|
win32: {
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
|
|
Loading…
Reference in New Issue