File tree Expand file tree Collapse file tree
include/pgbar/details/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.0.0-alpha.3] - 2026-01-03
8+ ### Added
9+ - None
10+
11+ ### Changed
12+ - Renamed an internal method
13+ - Now the return value of ` terminal_witdth() ` is 0 instead of 100 when the platform neither Windows nor unix-like
14+ - Modified the synchronization method of the atomic state machine in the renderer
15+
16+ ### Fixed
17+ - Fixed a potential data race issue in the ` Renderer `
18+ - Fixed the compilation errors on MSVC pointed out in Issue #8
19+ - Corrected some iterator categories
20+
21+ ### Removed
22+ - None
23+
24+ - - -
25+
726## [ 1.0.0-alpha.2] - 2025-12-24
827### Added
928- Marked ` tick() ` as a pure virtual function in ` Indicator `
Original file line number Diff line number Diff line change 33# define PGBAR_MAJOR 1
44# define PGBAR_MINOR 0
55# define PGBAR_PATCH 0
6- # define PGBAR_STAGE " nightly "
6+ # define PGBAR_STAGE " alpha.3 "
77
88# define PGBAR__STR ( x ) #x
99# define PGBAR__GEN_VER ( major, minor, patch ) \
You can’t perform that action at this time.
0 commit comments