update website for 0.14.0 / mobile 0.5.6 release
This commit is contained in:
parent
883f0842fc
commit
695ec5b29e
@ -68,10 +68,12 @@ if ( file_exists ( 'tracking.php' ) )
|
||||
- a place to ask for help and discuss with other users.
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="alert alert-block alert-error">
|
||||
<b>IITC has yet again been broken by changes Niantic have made.</b> Further information/discussion on
|
||||
<a href="https://plus.google.com/105383756361375410867/posts/4CzHCHGcNV3">this Google+ post</a>.
|
||||
</div>
|
||||
-->
|
||||
|
||||
<!-- **** two column body area **** -->
|
||||
|
||||
|
@ -13,65 +13,21 @@ offers many more features. It is available for
|
||||
|
||||
<h3>Latest news</h3>
|
||||
|
||||
<h4>27th August 2013</h4>
|
||||
<h4>2nd September 2013</h4>
|
||||
<p>
|
||||
Yet another critical IITC update, 0.13.4, and IITC Mobile 0.5.5, have been released. A few things in this build
|
||||
IITC 0.14.0, and IITC Mobile 0.5.6, have just been released. This is (yet another) change required to work with
|
||||
the latest changes to the standard intel website.
|
||||
</p>
|
||||
<p>
|
||||
Also, as part of some long-term improvements, the data loading and portal rendering code has been completely rewritten.
|
||||
This should ensure much more reliable loading of portal data, and faster rendering when lots of portals are shown.
|
||||
However, this code is new, and may have bugs. Some known issues are:
|
||||
<ul>
|
||||
<li>Scoreboard plugin is broken - fix coming later</li>
|
||||
<li>No MU numbers shown in fields - the server no longer returns the data</li>
|
||||
<li>Other plugins may be broken too - limited testing has been done</li>
|
||||
<li>Resonators are not displayed when zoomed in.</li>
|
||||
<li>Some smaller links/fields are not displayed. Often this is due to changes in the stock map (it doesn't show these
|
||||
links/fields either), but I think there are cases where IITC is getting it wrong.</li>
|
||||
</ul>
|
||||
Note: Briefly IITC Mobile 0.5.4.3 was available, but broken.
|
||||
However, as the current IITC release was broken I think it's better to release this build now rather than wait longer.
|
||||
</p>
|
||||
|
||||
<h4>16th August 2013</h4>
|
||||
<p>
|
||||
IITC 0.13.3 and IITC Mobile 0.5.4.2 have been released. This is another critical update required to work
|
||||
with another change Niantic have made to the standard intel site.
|
||||
</p>
|
||||
|
||||
<h4>14th August 2013</h4>
|
||||
<p>
|
||||
IITC 0.13.2 and IITC Mobile 0.5.4.1 have been released. This is a critical release required to work with
|
||||
changes Niantic have made to the standard intel site.
|
||||
The ap-list and show-linked-portals plugins also needed minor changes related to this.
|
||||
</p>
|
||||
|
||||
<h4>12th August 2013</h4>
|
||||
<p>
|
||||
A bugfix IITC release 0.13.1, and IITC Mobile 0.5.4 has just been released.
|
||||
<ul>
|
||||
<li>Fix short links occasionally being drawn to the opposite side of the world on mobile</li>
|
||||
<li>Fix mobile splash screen not being removed when certain errors occur</li>
|
||||
<li>Portal link range circles are now drawn using geodesic mode, to match the previous changes to links and fields</li>
|
||||
<li>Draw tools plugin: now saves the drawn items in localStorage, so they are not lost on a page reload</li>
|
||||
<li>Some performance improvements and other bug fixes</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<h4>1st August 2013</h4>
|
||||
<p>
|
||||
Important IITC release 0.13.0, to fix enlightened from showing up as the wrong colour
|
||||
(in some places as neutral - orange/white, in others the same colour as resistance). Also includes the following changes
|
||||
<ul>
|
||||
<li>Fix enlightened portals, etc showing up in the wrong colour</li>
|
||||
<li>Geodesic mode used for links/fields/draw tools - to allow accurate representation of long links</li>
|
||||
<li>Fixed ghost links being drawn in IITC that don't exist in stock intel map or the game</li>
|
||||
<li>Added photo attribution and portal description details to the large portal image dialog</li>
|
||||
<li>Limited the chat text input box so you can't enter more text than the server can handle</li>
|
||||
<li>Mobile<ul>
|
||||
<li>New splash screen while IITC loads</li>
|
||||
<li>Fixed login issues on mobile data</li>
|
||||
<li>Fixed desktop mode breaking</li>
|
||||
<li>New share activity, replaces separate map link/permalink options</li>
|
||||
<li>sync plugin disabled on mobile, as it currently is broken there</li>
|
||||
<li>IPAS plugin updated. This had been done earlier on desktop, but not mobile</li>
|
||||
</ul>
|
||||
<li>Plugins<ul>
|
||||
<li>Update mod highlighter plugin</li>
|
||||
<li>Portals list plugin updates</li>
|
||||
</ul>
|
||||
<li>plus various other tweaks, bug fixes, etc</li>
|
||||
</ul>
|
||||
|
||||
<a class="btn btn-small" href="?page=news">Older news</a>
|
||||
|
@ -1,5 +1,22 @@
|
||||
<h2>News</h2>
|
||||
|
||||
<h4>2nd September 2013</h4>
|
||||
<p>
|
||||
IITC 0.14.0, and IITC Mobile 0.5.6, have just been released. This is (yet another) change required to work with
|
||||
the latest changes to the standard intel website.
|
||||
</p>
|
||||
<p>
|
||||
Also, as part of some long-term improvements, the data loading and portal rendering code has been completely rewritten.
|
||||
This should ensure much more reliable loading of portal data, and faster rendering when lots of portals are shown.
|
||||
However, this code is new, and may have bugs. Some known issues are:
|
||||
<ul>
|
||||
<li>Resonators are not displayed when zoomed in.</li>
|
||||
<li>Some smaller links/fields are not displayed. Often this is due to changes in the stock map (it doesn't show these
|
||||
links/fields either), but I think there are cases where IITC is getting it wrong.</li>
|
||||
</ul>
|
||||
However, as the current IITC release was broken I think it's better to release this build now rather than wait longer.
|
||||
</p>
|
||||
|
||||
<h4>27th August 2013</h4>
|
||||
<p>
|
||||
Yet another critical IITC update, 0.13.4, and IITC Mobile 0.5.5, have been released. A few things in this build
|
||||
|
Loading…
x
Reference in New Issue
Block a user