|
1 | 1 | <idea-plugin version="2">
|
2 | 2 | <name>Perforce IDEA Community Integration</name>
|
3 | 3 | <id>PerforceIC</id>
|
4 |
| - <version>0.7.8</version> |
| 4 | + <version>0.7.9</version> |
5 | 5 | <idea-version since-build="IC-135.1286"/>
|
6 | 6 | <category>VCS Integration</category>
|
7 | 7 | <change-notes><![CDATA[
|
8 | 8 | <ol>
|
| 9 | + <li><em>0.7.9</em> |
| 10 | + <ol> |
| 11 | + <li>Android Studio and other non-JRE 8 IDEs can |
| 12 | + fail to load the plugin. Now, all the class |
| 13 | + loading errors should be caught when loading the |
| 14 | + compatibility libraries.</li> |
| 15 | + </ol> |
| 16 | + </li> |
9 | 17 | <li><em>0.7.8</em>
|
10 | 18 | <ol>
|
11 | 19 | <li>Initial project VCS setup no longer
|
|
17 | 25 | reported by the server.</li>
|
18 | 26 | </ol>
|
19 | 27 | </li>
|
20 |
| - <li><em>0.7.7</em> |
21 |
| - <ol> |
22 |
| - <li>Fixed an issue where the user may be |
23 |
| - told repeatedly that their password is wrong, |
24 |
| - even though it's correct.</li> |
25 |
| - </ol> |
26 |
| - </li> |
27 |
| - <li><em>0.7.6</em> |
28 |
| - <ol> |
29 |
| - <li>Switched to using MD5 hash codes when comparing if a file is actually |
30 |
| - edited but not checked out.</li> |
31 |
| - <li>Added user preference to disable server-side file comparison when checking |
32 |
| - for edited but not checked out status.</li> |
33 |
| - <li>Added user preference for switching between showing revision numbers and |
34 |
| - changelist numbers.</li> |
35 |
| - <li>Fixed compilation errors against the latest IDEA version of the |
36 |
| - primary plugin. This may result in you needing to reload your |
37 |
| - Perforce configuration.</li> |
38 |
| - <li>Should now always authenticate once the server reports that the |
39 |
| - user requires authentication. This should also fix the |
40 |
| - issue where the plugin can continuously ask for the password; |
41 |
| - this could happen if you use the configuration file without |
42 |
| - specifying an authentication ticket or a password.</li> |
43 |
| - <li>Fixed a deadlock associated with initial startup when asking the |
44 |
| - user for the master IDEA password.</li> |
45 |
| - <li>Fixed submit issue where only the error would be reported; |
46 |
| - now, all messages are reported to the user.</li> |
47 |
| - <li>Fixed ignored tick marks (') in messages.</li> |
48 |
| - </ol> |
49 |
| - </li> |
50 | 28 | </ol>
|
51 | 29 | ]]></change-notes>
|
52 | 30 | <description><![CDATA[
|
|
0 commit comments