Skip to content

Commit 682cc21

Browse files
committed
push a release to fix the issue that cannot be compiled on MSVC
1 parent cfceb4a commit 682cc21

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and 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`

include/pgbar/details/core/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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 ) \

0 commit comments

Comments
 (0)