File tree Expand file tree Collapse file tree 1 file changed +41
-1
lines changed Expand file tree Collapse file tree 1 file changed +41
-1
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,48 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
46
## [ 1.0.0]
9
47
10
48
Initial version
11
49
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
You can’t perform that action at this time.
0 commit comments