forked from angryip/ipscan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE-NOTES
119 lines (103 loc) · 4.77 KB
/
RELEASE-NOTES
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Changes in 3.6.2:
- New launcher for Windows that respects JAVA_HOME and PATH environment variables and thus works with AdoptOpenJDK
- Improve detection of 32/64-bit JVM in Windows installer. Assume 64-bit if detection fails (was 32-bit before)
- Checkbox allowing opt-out of crash reports to Google Analytics to Getting Started dialog
- Mac vendors updates
Changes in 3.6.1:
- Fix exporting for Mac
- Improve display of unexpected errors on Mac
- Mac vendors updated
Changes in 3.6.0:
- HTTP Proxy is now available
- Java 8 is now the minimum required
- Experimental (and incomplete yet) IPv6 support
- Try to select the real network interface by default on launch
- KDE launching support & other small fixes
- Windows Java detection has an improved error message
- Translation updates, added Chinese traditional and simplified
- Mac vendors updated
Changes in 3.5.5:
- Translation updates, added Brazilian Portuguese
- Small bugfixes
- Mac vendor updates
- JDK 11 support in Windows exe
- Linux version will now use GTK 3 by default, enabling touch screen support
- New build system using gradle and proguard
- This is the last release to support running under Java 7
Changes in 3.5.4:
- Was a broken release, replaced by 3.5.5
Changes in 3.5.3:
- Translation updates
- Ping Packet Loss fetcher
- Mac vendor updates
- Debian packages have updated licensing and Java 10 support
Changes in 3.5.2:
- Support for Java 9 in Windows installer and executable as well as deb packages
- Easier testing of new translations by putting the messages* file to the same directory as executable
- Support for lang_COUNTRY locales, e.g. pt_BR
- Some common error cases improved (using gathered data from GA)
- Increased maximum number of addresses generated by Random Feeder
- Added Russian translation, updated other languages
Changes in 3.5.1:
- Restore support for Java 7
- Allow editing of preferences even of deselected fetchers
- Improve detection of IPs/hostnames in file import and file feeder
- New HTTPProxyFetcher that checks for working HTTP proxies
- Remove scanning progress from Dock on MacOS X, as it reverts to an incorrect icon
- Improve fetchers prefs icon for MacOS X
Changes in 3.5:
- HiDPI/retina display support
- Flatter icons
- Select fetchers added to columns menu for easier discoverability
- Show scanning progress in the system taskbar (no Linux support due to SWT)
- Details window size is really persisted now
- Mac vendors updated and are no longer cut to 8 characters
- Smaller bugfixes
- Java 6 support dropped due to SWT update
Changes in 3.4.2:
- Launch4J upgraded to fix finding the 1.8.0b101 JRE on Windows
- Show version check dialog only if it was requested by the user
- Italian translation added
- Rename IP List file feeder to Text File for clarity
- Mac vendors updated
Changes in 3.4.1:
- Favorites saving bug fixed
- More forgiving importing of previously saved scanning results
- IP details and some other functions now work properly for imported results
- Mac vendors updated
- Other small stability improvements
Changes in 3.4:
- Openers can open several IPs at once
- More bugfixes in opener editor + OK/Cancel buttons
- File Feeder now supports extracting of hostnames in addition to IP addresses
- Loading of exported files will no longer try to rescan the last loaded IP
- User is asked whether to resume the loaded scan if it seems unfinished
- Fixed MAC address fetcher for Mac OS
- MAC vendors updated
- Check for new version automatically once per month
- Internal and plugins: Dagger is now used instead of PicoContainer for dependency injection
- New translations: Turkish, German
Changes in 3.3.3:
- Fixed a bug in opener editor when switching between openers could overwrite them
- Bind comments to MAC addresses if possible, making comments for local hosts persist even for dynamic IPs
Changes in 3.3.2:
- Much smarter HostnameFetcher, which queries mDNS and NetBIOS in case standart DNS reverse lookup doesn't provide results
- Packaging fix for Windows, which could prevent "display alive only" from working
- Fixed prepopulation of feeder from command-line
- Fixed dimensions on command-line usage dialog
- Updated MAC vendors
Changes in 3.3.1:
- Fix Linux 64-bit (and probably 32-bit as well) build - add missing swt native libraries
- Quicker hostname lookups
- Small optimizations in UDP/TCP pingers
Changes in 3.3:
- IP range now defaults to the current netmask on start to make it easier to start scanning the current network
- Can load previously saved .txt file with incomplete scanning results and resume the scan
- IP range can now be scanned in reverse
- Language can now be selected in preferences
- Hungarian translation added
- Fixed links in the Help menu
- SWT upgraded to 4.3
- Use 64-bit SWT on Mac, supporting Oracle Java 1.7+
- Use sheets instead of some dialogs on Mac
(thanks to contributors)