Skip to content

Commit 226faed

Browse files
committedJan 20, 2018
Updated to 1.4.0 RELEASE
Signed-off-by: Joshua Gager <jlgager@jgcomptech.com>
1 parent 816a14c commit 226faed

File tree

367 files changed

+925
-3345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

367 files changed

+925
-3345
lines changed
 

‎Build.log

-337
This file was deleted.

‎Changelog.txt

+25-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,37 @@
1-
Version 1.3.1.0 changes (4/5/2017):
1+
Version 1.4.0 changes (1/19/2018):
2+
* Added User Management Classes (UserManager, UserAccount, UserRoleManager and UserRole)
3+
* Added Permission Management Classes (Permission Manager and Permission)
4+
* Added Session Management Classes (Session Manager, MultiSessionManager and Session)
5+
* Added Database Builder Classes For Building SQL Code
6+
* Added HyperSQL Database Support
7+
* Added Custom Event/Event Handler System
8+
* Added New Utilities Classes (StringUtils, NumberUtils and CollectionUtils)
9+
10+
NOTE: Some API changes have occurred:
11+
* Moved Database.Users class to UsersManager class
12+
* Made Database class constructor auto-connect to database
13+
* Deprecated DatabaseConnectionInfo fields and replaced with getters/setters
14+
* Made all utility classes final and have have private constructors
15+
* Made all method parameters and most existing classes final
16+
* Added period to first line of all javadoc comments
17+
* Updated SecurityTools.getFileHash to use Apache Commons Codec Library (Java 9 Fix)
18+
* Renamed ReInitalizeHW to ReInitializeHW
19+
* Renamed ReInitalizeOS to ReInitializeOS
20+
21+
Version 1.3.1 changes (4/5/2017):
222
* Added FXML Dialog Wrapper
323
* JavaDocs documentation is improved
424
* Pom file is improved and updated
525
* Now hosted on Maven Central
626

7-
Version 1.3.0.0 changes (3/31/2017):
27+
Version 1.3.0 changes (3/31/2017):
828
* Added MessageBox and Login dialog objects
929
* Added Static Class Instantiation Protection
1030
* Added Database Tools classes (Includes SQLite and H2 databases)
1131
* All dependencies are now included in jar file
1232
* JavaDocs documentation is improved
1333

14-
Version 1.2.0.0 changes (02/22/2017):
34+
Version 1.2.0 changes (02/22/2017):
1535
* Fixed ComputerNameActive and ComputerNamePending not returning accurate value
1636
* Added ComputerInfo Class
1737
* Fixed a naming bug since version 1.1 that caused an infinite loop
@@ -20,11 +40,11 @@ Version 1.2.0.0 changes (02/22/2017):
2040
* Fixed error with RSA generate key pair, it didn't check if save to files was true
2141
* Fixed error with ConvertBytes function not returning accurate value
2242

23-
Version 1.1.0.0 changes (02/18/2017):
43+
Version 1.1.0 changes (02/18/2017):
2444
* Created OSInfo, HWInfo, SecurityTools and WebTools classes instead of packages to improve importing.
2545
* Renamed StringExpanded2 to StringExpandedFromRegistry.
2646
* Moved tools.osinfo.Enums to just tools.Enums.
2747
* Finalized JavaDocs. Everything is documented correctly now.
2848

29-
Version 1.0.0.0 changes (02/13/2017):
49+
Version 1.0.0 changes (02/13/2017):
3050
* Initial Release

0 commit comments

Comments
 (0)
Please sign in to comment.