Releases: IITC-CE/ingress-intel-total-conversion
v0.38.1
This release focuses exclusively on bug fixes, enhancing stability and usability of the IITC without introducing any major or minor feature changes.
What's Changed
🔧 IITC Core:
- 🕵️ Privacy Plugin now operational on mobile by @le-jeu in #707
- 🎮 Machina team portals now included in by-level portal filters by @dementedtulip in #713
- 🛠 Toolbar compatibility improved for some deprecated plugins by @modos189 in #710
- 💬 Dialogs now display correctly on IITC boot by @McBen in #716
📱 IITC Mobile
- 🌐 Resolved crash when accessing Google links by @le-jeu in #709
- 🌍 Translated using Weblate by @modos189 in #714
New Contributors
- @dementedtulip made their first contribution in #713
Full Changelog: v0.38.0...v0.38.1
v0.38.0
What's Changed
🌐 IITC Core Changes
✨ Feature Enhancements:
🗺 Added Google Maps Roads+Transit map by @sandrotosi in #685
🔧 Implemented Filters API (IITC.filters) by @le-jeu in #451
🔧 Implemented Toolbox API (IITC.toolbox) by @modos189 in #692
🔍 Introduced the ability to search using a scanner link or GUID by @MysticJay in #690
🔄 Conversion of new comm messages to the old style by @McBen in #676 and @modos189 in #689
🛠 Improvements & Fixes:
🧹 Code cleanup by @McBen in #632 and @xscreach in #696
📚 Better README by @Suburbanno in #687 and #693
📖 Various JSDoc Function Documentation improvements by @modos189 in #686 and #695
⚠️ Deprecated:
Functions marked deprecated: portalApGainMaths, getPortalApGain, potentialPortalLevel, findPortalLatLng.
🧩 Plugin-Specific Changes
new plugins: highlight-moved-portals.js and links-to-moved-portals.js
🆕 identify moved portals by @xscreach in #636
link-show-direction.js (v0.2.3):
🎯 Default value for link show direction mode set to Static near origin by @modos189 in #688
machina-tools.js (v0.9.0):
📊 Added max link length table and new layer with max lengths by @xscreach in #682
player-activity-tracker.js (v0.13.0):
🧽 Removed unused and obsolete code.
portals-list.js (v0.4.3):
➡️ Moved portalApGainMaths function from core to portalList plugin.
regions.js (v0.3.1):
🌍 Fixed region names by @McBen in #697
ℹ️ Additional Information
🧰 For plugins, the IITC.toolbox API is now used to create buttons in the toolbox, enhancing user interaction and functionality across various plugins.
📱 IITC Mobile Changes
🛠 Improvements & Fixes:
🚫 Remove option to disable web popups by @modos189 in #702
🔑 Fix for new sign-in from Niantic for Google and Facebook, added support for authorization via AppleID by @modos189 in #699) and #701 and by @xscreach in #705
🌐 Disabling translations for the debug info dialog by @modos189 in #703
🌍 Translated using Weblate in #694
New Contributors
- @sandrotosi made their first contribution in #685
- @Suburbanno made their first contribution in #687
Full Changelog: v0.37.1...v0.38.0
v0.37.2
v0.37.1
v0.37.0
What's Changed
- Enable Web Popup preference by default by @Schlepptop in #651
- Update .prettierrc.json by @MysticJay in #667
- Update OSM tile server by @le-jeu in #669
- share tabs styling by @xscreach in #668
- update check config by @xscreach in #671
- debug info popup by @xscreach in #673
- Fix: player tracker reports wrong player team and/or wrong location by @le-jeu in #675
- Release v0.37.0: bump versions, added changelog to plugins by @modos189 in #677
Full Changelog: v0.36.1...v0.37.0
v0.36.1
What's Changed
- [mobile] Fix: for some reason, Google disallows authorization if the Chrome version ends in ".0.0.0" by @modos189 in #662
- [mobile] Fix: add plugin by file opens url input by @le-jeu in #661
- Revert "Alphabetical sorting of all plugin links under the portal details panel" by @modos189 in #664
- Translated using Weblate (Portuguese (Brazil)) in #665
Full Changelog: v0.36.0...v0.36.1
v0.36.0
What's Changed
- Do not create placeholders for loaded and moved portals by @xscreach in #642
- Fixed range display for machina by @xscreach in #643
- Region-Score name search fix (closes #622) by @McBen in #623
- Reloading text zoom preferences by @xscreach in #644
- Added changelog by @xscreach in #641
- Rename font size settings by @xscreach in #646
- Rework infopanel top line by @xscreach in #647
- Hide portal levels plugin fix by @xscreach in #648
- Fix jumpy portals on ghostlinks by @xscreach in #649
- Share url, share file and delete actions for custom plugins from IITC Mobile by @xscreach in #650
- Added scanner link in portal view and "Ingress" tab in mobile share portal view by @xscreach in #652
- Alphabetical sorting of all plugin links under the portal details panel by @xscreach in #653
- Fix: UserAgent is wrong on google.* if not .com by @le-jeu in #654
- Fix template error for homepage URL and TG channel replacement. by @modos189 in #658
- Translated using Weblate in #656
Full Changelog: v0.35.1...v0.36.0
v0.35.1
What's Changed
- Machina updates: neutral chat names, player-activity-tracker plugin now handles only RES and ENL players, added machina-tracker by @xscreach and @McBen in #633
- Fixed machina link range by @xscreach in #635
- Changed
_UNKNOWN_
to_MACHINA_
in layers by @Heistergand in #638 - Portal list and count for weird chars by @xscreach in #639
- Translations using Weblate by @modos189 in #640
New Contributors
- @Heistergand made their first contribution in #638
Full Changelog: v0.35.0...v0.35.1
v0.35.0
What's Changed
IITC main script
- Expose cache.store() via window.portalDetail by @Schlepptop in #613
Plugins
- [IMPORTANT] sync: migrate to the new Google Identity Services by @modos189 in #620
- Machina tools by @MysticJay in #612
- More machina-tools features by @xscreach in #617
- Machina tools: select portal instead of move by @xscreach in #618
IITC Mobile
-
[IITCm] Allow popups to fix some Google login cases from plugins and fix facebook login by @le-jeu in #420 #626
-
Added IITC Mobile update check for release and beta builds by @modos189 in #625
Build scripts
- Sending IITC Mobile build to topic in telegram group by @modos189 in #609 #615
- Ability to specify the URL to the plugin icons by @modos189 in #619
New Contributors
- @Schlepptop made their first contribution in #613
Full Changelog: v0.34.1...v0.35.0
v0.34.1
Fix known issues of prev. release
What's Changed
- Fix: wrong AP gain display for friendly portal in portal details/list by @le-jeu in #602
- Fix IITC Mobile crashing by @modos189 in #601
- MACHINA Ranges by @MysticJay in #606
- Added warning when launching intel-x by @modos189 in #607
Full Changelog: v0.34.0...v0.34.1