mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Prepare for version 2.2 development cycle.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
|
||||
# Seer Change Log
|
||||
|
||||
## [2.2beta] - 2023-XX-XX
|
||||
* Fixed infinit loop when starting with RR mode.
|
||||
* Fixed Source handling in source browser. Qt5 mode was broken.
|
||||
Qt6 works. Directory paths need a tailing "/*"
|
||||
|
||||
## [2.1] - 2023-08-23
|
||||
* Add Execution dialog to record breakpoint events. This solves the problem
|
||||
of too many break/error dialogs to "swat away" as the program is debugged.
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
seergdb (2.1) UNRELEASED; urgency=medium
|
||||
seergdb (2.2beta) UNRELEASED; urgency=medium
|
||||
|
||||
* Seer is Qt6 based. Still can compile with Qt5.
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.1.0)
|
||||
|
||||
project(seergdb VERSION 2.1 LANGUAGES CXX)
|
||||
project(seergdb VERSION 2.2.0 LANGUAGES CXX)
|
||||
|
||||
set(PROJECT_NAME seergdb)
|
||||
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
// Increment this with every release on GitHub.
|
||||
// See scripts/change_versionnumber
|
||||
//
|
||||
#define SEER_VERSION "2.1"
|
||||
#define SEER_VERSION "2.2beta"
|
||||
|
||||
namespace Seer {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user