Skip to content

Commit

Permalink
Fix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Oct 1, 2022
1 parent ebc222e commit a69b47d
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## [Table of Contents]
- [Unreleased](#unreleased)
- [2.1.2](#212---2022-10-01)
- [2.1.1](#211---2022-06-05)
- [2.1.1](#211---2022-10-01)
- [2.1.0](#210---2022-05-19)
- [2.0.1](#201---2021-12-23)
- [2.0.0](#200---2021-10-14)
Expand All @@ -19,7 +18,7 @@
### Removed
### Fixed

## [2.1.2] - 2022-10-01
## [2.1.1] - 2022-10-01
### Added
### Changed
- Reworked separator identification with regexp instead of string matching in all instances, case insensitive.
Expand All @@ -29,14 +28,6 @@
### Fixed
- Crash on btn_up() when multiple submenus with same name where added using newMenu(). Now warns about it when calling newMenu() and aborts the addition to avoid later crashing.


## [2.1.1] - 2022-06-05
### Added
### Changed
- Code cleanup.
### Removed
### Fixed

## [2.1.0] - 2022-05-19
### Added
- iMaxTabLen: similar to 'iMaxEntryLen' menu can be initialized with a fixed entry text length for displaying purposes. This variable will cut anything found after '\t', usually used to display additional values or tips on menus. Menu entry names are now split by '\t' before applying iMaxMenuLen and iMaxTabLen max length to both parts. Default value is Infinity, i.e. it will use the full entry name. For ex: 'Allows only these tags on the pool...\tRock, Folk, Blues, Opera' -> 'Allows only these tags on the pool...\tRock, ...'
Expand Down Expand Up @@ -117,8 +108,7 @@
### Removed
### Fixed

[Unreleased]: https://github.com/regorxxx/Menu-Framework-SMP/compare/v2.1.2...HEAD
[2.1.2]: https://github.com/regorxxx/Menu-Framework-SMP/compare/v2.1.1...v2.1.2
[Unreleased]: https://github.com/regorxxx/Menu-Framework-SMP/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/regorxxx/Menu-Framework-SMP/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/regorxxx/Menu-Framework-SMP/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/regorxxx/Menu-Framework-SMP/compare/v2.0.0...v2.0.1
Expand Down

0 comments on commit a69b47d

Please sign in to comment.