File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.3.0.0 changes (3/31/2017):
2
+ * Added MessageBox and Login dialog objects
3
+ * Added Static Class Instantiation Protection
4
+ * Added Database Tools classes (Includes SQLite and H2 databases)
5
+ * All dependencies are now included in jar file
6
+ * JavaDocs documentation is improved
7
+
8
+ Version 1.2.0.0 changes (02/22/2017):
9
+ * Fixed ComputerNameActive and ComputerNamePending not returning accurate value
10
+ * Added ComputerInfo Class
11
+ * Fixed a naming bug since version 1.1 that caused an infinite loop
12
+ * Fixed the java.IO.File.delete calls to now use the java.nio.file.Files.delete
13
+ * Created a demo if the library is run directly
14
+ * Fixed error with RSA generate key pair, it didn't check if save to files was true
15
+ * Fixed error with ConvertBytes function not returning accurate value
16
+
17
+ Version 1.1.0.0 changes (02/18/2017):
18
+ * Created OSInfo, HWInfo, SecurityTools and WebTools classes instead of packages to improve importing.
19
+ * Renamed StringExpanded2 to StringExpandedFromRegistry.
20
+ * Moved tools.osinfo.Enums to just tools.Enums.
21
+ * Finalized JavaDocs. Everything is documented correctly now.
22
+
23
+ Version 1.0.0.0 changes (02/13/2017):
24
+ * Initial Release
You can’t perform that action at this time.
0 commit comments