Update CHANGELOG for 2.3 release.

This commit is contained in:
Ernie Pasveer
2023-11-19 18:03:24 -06:00
parent a8f9262336
commit 12a00ec89f
4 changed files with 13 additions and 7 deletions
+8 -2
View File
@@ -1,8 +1,7 @@
# Seer Change Log
## [2.3beta] - 2023-XX-XX
* Perpare for the 2.3 release cycle.
## [2.3] - 2023-11-19
* In the margins of the source windows, allow CTRL+DoubleClick to do a quick RunToLine or RunToAddress.
* Add --gdb-program and --gdb-arguments to command line to override settings from Seer's config.
* Fixed a rare bug with blank lines from gdb causing a segv in GdbMonitor.
@@ -10,6 +9,13 @@
* Add option to reload source file if it changes.
* Tighten up the layout by removing some needless whitespace.
* Move gdb messages to a tab in the breakpoints window.
- Options to raise on every message, never, or important messages.
* Add C++ level (11 or 17) depending on qt5 or qt6 compile.
* Fixed up column resizing for the Variable logger (#173)
* Use monspace font, where it makes sense (#175)
* Allow copy to clipboard (#176)
* Fixed hovering a variable name and value (#179)
* Add nested struct viewing in "locals", "arguments", "logger", and "tracker" tabs. (#180)
## [2.2] - 2023-09-07
* Fixed infinite loop when starting with RR mode.
+3 -3
View File
@@ -1,6 +1,6 @@
seergdb (2.3beta) UNRELEASED; urgency=medium
seergdb (2.3) UNRELEASED; urgency=medium
* Prepare for the 2.3 release cycle.
* Release Seer version 2.3
-- Ernie Pasveer <epasveer@att.net> Thu, 7 Sep 2023 22:18:38 +0200
-- Ernie Pasveer <epasveer@att.net> Sun, 11 Nov 2023 22:18:38 +0200
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1.0)
project(seergdb VERSION 2.3.0 LANGUAGES CXX)
project(seergdb VERSION 2.3 LANGUAGES CXX)
set(PROJECT_NAME seergdb)
+1 -1
View File
@@ -9,7 +9,7 @@
// Increment this with every release on GitHub.
// See scripts/change_versionnumber
//
#define SEER_VERSION "2.3beta"
#define SEER_VERSION "2.3"
namespace Seer {