-
Notifications
You must be signed in to change notification settings - Fork 140
/
CHANGELOG.txt
56 lines (39 loc) · 1.64 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
-- Branch for Spring Boot 2.x:
2.1.6 Concurrency fixes
Fix concurrency issues
Fix encoding bug in resouce bundles
(Thanks to pycnik <[email protected]>)
2.1.5 Code improvements
2.1.4 Revert breaking changes
Mark launchApp as deprecated only
2.1.3 Improved app icon and splash screen handling
and major test coverage improvements
(clalleme <[email protected]>)
2.1.2 Initial release for Spring Boot 2.x
-- Branch for Spring Boot 1.5:
(Will be deprecated after final release of Spring Boot 2)
1.4.4 Improved app icon and splash screen handling
and major test coverage improvements
(clalleme <[email protected]>)
1.4.3 Correct bundles handling
1.4.1 Proper error handling when icon load fails (#29)
1.4.0 Add beforeInitialView() lifecycle method.
- Override this to add special code (initially meant to
manipulate the platform's system tray).
- Added getSystemTray in GUIState.
1.3.30 Added showView(View, Modality) for multiple windows
1.3.25 Show error dialog on failed start
1.3.22 Interaction with other JVM languages
- Make launchApp public.
1.3.21 Add HostServices:
- Make HostServices available in GUIState.
1.3.9 Add splash screen:
- Add a configurable splash screen while app starts app.
1.2.x Add application icons:
- Add a standard app icon set.
- Initial window size and title is configurable by properties.
1.1.0 Introduce Abstract Classes and annotations:
- Use Adam Bien's and Thomas Darimont's abstract class for view.
- Add annotations to configure view and controller classes.
1.0.0 Spring Framework Integration:
- Simple starter class to use spring CDI in JavaFX projects.