diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a4be37..15b00b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.4.1] - 2024-12-16 +### Fixed +- Fixed a bug which lead to an error when trying to change the command line font + on Windows. Thanks @SeanZhang99! + ## [3.4.0] - 2023-09-03 ### Added - Support for nested loops where the inner one is a parallel `parfor` loop. Thanks diff --git a/LICENSE b/LICENSE index 1071665..4baaa1f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause -Copyright (c) 2023, Jens-Alrik Adrian +Copyright (c) 2024, Jens-Alrik Adrian All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/ProgressBar.m b/ProgressBar.m index 43cdf2c..07a9b55 100644 --- a/ProgressBar.m +++ b/ProgressBar.m @@ -45,7 +45,7 @@ properties (Constant) % Tag every timer with this to find it properly TIMER_TAG_NAME = 'ProgressBar'; - VERSION = '3.4.0'; + VERSION = '3.4.1'; end properties (Nontunable)