Skip to content

Commit aba4d42

Browse files
committed
Update CHANGELOG.md
1 parent 8fe05dc commit aba4d42

1 file changed

Lines changed: 86 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 86 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,122 @@
1-
# ProgressHUD Changelog
1+
# Change Log
2+
3+
## [13.8.4](https://github.com/relatedcode/ProgressHUD/releases/tag/13.8.4)
4+
5+
Released on 2023-10-05.
6+
7+
#### Fixed
28

3-
## 13.8.4 - 2023-10-05
4-
### Fixed
59
- Corrected the window initialization issue where the `ProgressHUD` class was initialized before the 'main' window was created.
610
- Resolved the keyboard height discrepancy that occurred when the keyboard was already visible before displaying the HUD.
711

8-
## 13.8.3 - 2023-09-30
9-
### Removed
12+
## [13.8.3](https://github.com/relatedcode/ProgressHUD/releases/tag/13.8.3)
13+
14+
Released on 2023-09-30.
15+
16+
#### Removed
17+
1018
- Removed the `AlertIcon` feature. Please use the `symbol:` parameter for similar functionality.
1119

12-
### Changed
20+
#### Changed
21+
1322
- The `questionmark` symbol will be displayed when the specified symbol name does not exist.
1423

15-
## 13.8.2 - 2023-09-29
16-
### Changed
24+
## [13.8.2](https://github.com/relatedcode/ProgressHUD/releases/tag/13.8.2)
25+
26+
Released on 2023-09-29.
27+
28+
#### Changed
29+
1730
- Refactored internal code architecture.
1831

19-
## 13.8.1 - 2023-09-28
20-
### Added
32+
## [13.8.1](https://github.com/relatedcode/ProgressHUD/releases/tag/13.8.1)
33+
34+
Released on 2023-09-28.
35+
36+
#### Added
37+
2138
- Implemented custom delay option for Banners.
2239
- Fixed the Banner orientation resizing issue.
2340
- Added multi-window support: custom window can be defined now.
2441

25-
### Fixed
42+
#### Fixed
43+
2644
- Corrected the device orientation HUD positioning issue.
2745

28-
## 13.8.0 - 2023-09-27
29-
### Added
46+
## [13.8.0](https://github.com/relatedcode/ProgressHUD/releases/tag/13.8.0)
47+
48+
Released on 2023-09-27.
49+
50+
#### Added
51+
3052
- Introduced an incredibly straightforward notification Banner feature.
3153

32-
## 13.7.3 - 2023-09-27
33-
### Fixed
54+
## [13.7.3](https://github.com/relatedcode/ProgressHUD/releases/tag/13.7.3)
55+
56+
Released on 2023-09-27.
57+
58+
#### Fixed
59+
3460
- Fixed a bug where a thin line occasionally appeared on the right side of the HUD.
3561

36-
## 13.7.2 - 2023-07-09
37-
### Added
62+
## [13.7.2](https://github.com/relatedcode/ProgressHUD/releases/tag/13.7.2)
63+
64+
Released on 2023-07-09.
65+
66+
#### Added
67+
3868
- Display any SF Symbols by specifying their names, e.g., `ProgressHUD.show(symbol: "car.fill")`.
3969
- Enhanced `showFailed` and `showError` methods to accept optional `Error?` parameters. When provided, the `localizedDescription` will be shown.
40-
41-
### Fixed
70+
71+
#### Fixed
72+
4273
- Fixed `setupDelayTimer` method by incorporating `[weak self]` in the timer's closure to prevent potential retain cycles and mitigate memory leaks.
4374

44-
## 13.7.1 - 2023-06-30
45-
### Added
75+
## [13.7.1](https://github.com/relatedcode/ProgressHUD/releases/tag/13.7.1)
76+
77+
Released on 2023-06-30.
78+
79+
#### Added
80+
4681
- Added `mediaSize` and `marginSize` options for customizable HUD dimensions.
4782

48-
## 13.7.0 - 2023-06-29
49-
### Added
83+
## [13.7.0](https://github.com/relatedcode/ProgressHUD/releases/tag/13.7.0)
84+
85+
Released on 2023-06-29.
86+
87+
#### Added
88+
5089
- Introduced `AnimationType.none` for text display without animation.
5190

52-
## 13.6.2 - 2022-12-17
53-
### Added
91+
## [13.6.2](https://github.com/relatedcode/ProgressHUD/releases/tag/13.6.2)
92+
93+
Released on 2022-12-17.
94+
95+
#### Added
96+
5497
- Added optional `delay:` parameter for setting timeout.
5598
- Introduced `.remove()` function for immediate HUD dismissal.
5699

57-
## 13.6.1 - 2021-11-14
58-
### Changed
100+
## [13.6.1](https://github.com/relatedcode/ProgressHUD/releases/tag/13.6.1)
101+
102+
Released on 2021-11-14.
103+
104+
#### Changed
105+
59106
- Switched to semantic versioning for more consistent and understandable version management.
60107

61-
## 13.6 - 2021-04-05
62-
### Fixed
108+
## [13.6](https://github.com/relatedcode/ProgressHUD/releases/tag/13.6)
109+
110+
Released on 2021-04-05.
111+
112+
#### Fixed
113+
63114
- Fixed iPad split-screen related bug.
64115

65-
## 13.5 - 2021-03-23
66-
### Fixed
116+
## [13.5](https://github.com/relatedcode/ProgressHUD/releases/tag/13.5)
117+
118+
Released on 2021-03-23.
119+
120+
#### Fixed
121+
67122
- Resolved issue with `showProgress`.

0 commit comments

Comments
 (0)