Skip to content

Commit 0295208

Browse files
committed
Changelog updated
1 parent e39607f commit 0295208

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,48 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.1]
9+
10+
### Fixed
11+
12+
- Resources folder creation at startup
13+
14+
---
15+
16+
## [1.1.0]
17+
18+
### Added
19+
20+
- All error checks for font creation
21+
- Warning when the material or font settings already exists
22+
- Local options popup
23+
- Warn before replacing current settings
24+
- Warn on replace profile preference
25+
- Rollback button
26+
- Setting readonly editor - to avoid changing settings directly in the file and creating inconsistencies
27+
28+
### Changed
29+
30+
- Loading selected profile on open
31+
32+
### Removed
33+
34+
- Unecessary example folder
35+
36+
### Fixed
37+
38+
- Prefereces creation
39+
- Specific data for examples
40+
- Canceling settings override doesn't swap profile anymore
41+
- When changing to no profile, no setting changes, thus no dialog should be displayed
42+
- Error when checking settings for the first time
43+
44+
---
45+
846
## [1.0.0]
947

1048
Initial version
1149

12-
[1.0.0]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.0.0
50+
[1.1.1]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.1.1
51+
[1.1.0]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.1.0
52+
[1.0.0]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.0.0

0 commit comments

Comments
 (0)