diff --git a/NEWS.md b/NEWS.md index a0b0c2f..268c3db 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,17 @@ Changelog ========= +Version 1.0.0 - May 24, 2024 +----------------------------- +Enhancement: Migrated to Qt6, which is now the default build option +Enhancement: Updated Scintilla to 5.5.0 +Qt5 and NO_GUI remain additional build options +Qt4 and 32-bit Windows support removed + Version 0.27.0 - Jan 25, 2024 ----------------------------- -Enhancement: Compressed cscope.out (built without -c) supported experimentally. -Enhancement: CodeQuery database file can be opened by CodeQuery GUI through command line argument. +Enhancement: Compressed cscope.out (built without -c) supported experimentally +Enhancement: CodeQuery database file can be opened by CodeQuery GUI through command line argument Version 0.26.0 - Dec 19, 2022 ----------------------------- diff --git a/README.md b/README.md index 56e576e..7acf883 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The CodeQuery database file can be viewed and queried using the *codequery* GUI [![Build Status](https://github.com/ruben2020/codequery/actions/workflows/cmake.yml/badge.svg?branch=master)](https://github.com/ruben2020/codequery/actions) [![Coverity Status](https://scan.coverity.com/projects/10066/badge.svg)](https://scan.coverity.com/projects/ruben2020-codequery) -## Latest version = 0.27.0 +## Latest version = 1.0.0 Windows binaries available here for download: [CodeQuery@sourceforge downloads](https://sourceforge.net/projects/codequery/files/) @@ -115,7 +115,7 @@ Yes. However, donations are welcomed. ## Which platforms are supported? -It has been tested on Windows 10 64-bit, Windows XP 32-bit (until version 0.27.0 only), Mac OS X, Ubuntu and Arch Linux 64-bit. +It has been tested on Windows 10 64-bit, Mac OS X, Ubuntu and Arch Linux 64-bit. Contributions are welcomed to attempt ports to other operating systems. diff --git a/makedb/swver.h b/makedb/swver.h index 0632206..1f447f4 100644 --- a/makedb/swver.h +++ b/makedb/swver.h @@ -13,7 +13,7 @@ #ifndef SWVER_H_CQ #define SWVER_H_CQ -#define CODEQUERY_SW_VERSION "CodeQuery 0.27.0" +#define CODEQUERY_SW_VERSION "CodeQuery 1.0.0" #define CODEQUERY_SW_VERSION_WEBSITE "

"\ CODEQUERY_SW_VERSION \ "

"\ diff --git a/release.json b/release.json index 15f25d0..180bc92 100644 --- a/release.json +++ b/release.json @@ -1,8 +1,8 @@ { - "version": "0.27.0", + "version": "1.0.0", "state": "stable", "scope": "minor feature", - "changes": "compressed cscope.out supported experimentally and command line opening of db by GUI", + "changes": "Migrated to Qt6", "download": "https://sourceforge.net/projects/codequery/files/" } diff --git a/windows-install/qt5/codequeryqt5.wxs b/windows-install/qt5/codequeryqt5.wxs index d90f611..5dcc877 100644 --- a/windows-install/qt5/codequeryqt5.wxs +++ b/windows-install/qt5/codequeryqt5.wxs @@ -1,10 +1,10 @@ - - + @@ -37,7 +37,7 @@ - + - + @@ -171,7 +171,7 @@ - + diff --git a/windows-install/qt6/codequeryqt661.wxs b/windows-install/qt6/codequeryqt661.wxs index 47d5821..d6c4ffc 100644 --- a/windows-install/qt6/codequeryqt661.wxs +++ b/windows-install/qt6/codequeryqt661.wxs @@ -1,10 +1,10 @@ - - + @@ -37,7 +37,7 @@ - + - + @@ -182,7 +182,7 @@ - + diff --git a/windows-install/qt6/codequeryqt671.wxs b/windows-install/qt6/codequeryqt671.wxs index 8f7ef82..043116b 100644 --- a/windows-install/qt6/codequeryqt671.wxs +++ b/windows-install/qt6/codequeryqt671.wxs @@ -1,10 +1,10 @@ - - + @@ -37,7 +37,7 @@ - + - + @@ -182,7 +182,7 @@ - +