Skip to content

Commit

Permalink
Release v0.39.0
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
modos189 committed Oct 17, 2024
1 parent 6632a1e commit 3548322
Show file tree
Hide file tree
Showing 69 changed files with 349 additions and 71 deletions.
12 changes: 11 additions & 1 deletion core/total-conversion-build.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @author jonatkins
// @name IITC: Ingress intel map total conversion
// @version 0.38.1
// @version 0.39.0
// @description Total conversion for the ingress intel map.
// @run-at document-end

Expand All @@ -10,6 +10,16 @@ window.IITC = IITC;

window.script_info = plugin_info;
window.script_info.changelog = [
{
version: '0.39.0',
changes: [
'Add favicon.ico for Intel page',
'Fix accessKey and mouseover in Toolbox API (fix permalink)',
'Refactored comm tab code, added Comm API and proxy between chat and Comm API',
'Artifact code refactoring',
'Add conditional check for String.prototype.capitalize polyfill',
],
},
{
version: '0.38.1',
changes: ['Fix toolbar for some deprecated plugins', 'Fix dialogs on iitc boot'],
Expand Down
2 changes: 1 addition & 1 deletion mobile/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
minSdkVersion 17
targetSdkVersion 29
versionCode = getVersionCodeTimeStamps()
versionName "0.38.0"
versionName "0.39.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
6 changes: 5 additions & 1 deletion plugins/ap-stats.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// @author Hollow011
// @name Available AP statistics
// @category Info
// @version 0.4.3
// @version 0.4.4
// @description Displays the per-team AP gains available in the current view.

/* exported setup, changelog --eslint */

var changelog = [
{
version: '0.4.4',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.4.3',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/basemap-bing.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// @author johnd0e
// @name Bing maps
// @category Map Tiles
// @version 0.3.2
// @version 0.3.3
// @description Add the bing.com map layers.

/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.3.3',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.3.2',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/basemap-blank.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// @author jonatkins
// @name Blank map
// @category Map Tiles
// @version 0.1.4
// @version 0.1.5
// @description Add a blank map layer - no roads or other features.

/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.1.5',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.1.4',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/basemap-gaode.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// @author johnd0e
// @name Gaode (高德地图) / AutoNavi map
// @category Map Tiles
// @version 0.1.2
// @version 0.1.3
// @description Map layers from AutoNavi / Gaode (高德地图)

/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.1.3',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.1.2',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/basemap-google-gray.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// @author jacob1123
// @name Gray Google map
// @category Map Tiles
// @version 0.1.5
// @version 0.1.6
// @description Add a simplified gray Version of Google map tiles as an optional layer.

/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.1.6',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.1.5',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
5 changes: 4 additions & 1 deletion plugins/basemap-kartverket.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
var changelog = [
{
version: '0.3.0',
changes: ['Migrated to new WMTS server due to deprecation of Statkart opencache'],
changes: [
'Migrated to new WMTS server due to deprecation of Statkart opencache',
'Version upgrade due to a change in the wrapper: plugin icons are now vectorized',
],
},
{
version: '0.2.3',
Expand Down
6 changes: 5 additions & 1 deletion plugins/basemap-openstreetmap.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @author jonatkins
// @name OpenStreetMap.org map
// @category Map Tiles
// @version 0.1.4
// @version 0.1.5
// @description Add the native OpenStreetMap.org map tiles as an optional layer.

/* exported setup, changelog --eslint */
Expand All @@ -12,6 +12,10 @@ var mapOpenStreetMap = {};
window.plugin.mapOpenStreetMap = mapOpenStreetMap;

var changelog = [
{
version: '0.1.5',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.1.4',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/basemap-stamen.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// @author jonatkins
// @name Stamen.com map layers
// @category Map Tiles
// @version 0.2.3
// @version 0.2.4
// @description Add the 'Toner' and 'Watercolor' map layers from maps.stamen.com.

/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.2.4',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.2.3',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/basemap-yandex.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// @author johnd0e
// @name Yandex maps
// @category Map Tiles
// @version 0.3.2
// @version 0.3.3
// @description Add Yandex.com (Russian/Русский) map layers

/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.3.3',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.3.2',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/bookmarks.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// @author ZasoGD
// @name Bookmarks for maps and portals
// @category Controls
// @version 0.4.4
// @version 0.4.5
// @description Save your favorite Maps and Portals and move the intel map with a click. Works with sync. Supports Multi-Project-Extension

/* global L, IITC -- eslint */
/* exported setup, changelog --eslint */

var changelog = [
{
version: '0.4.5',
changes: ['Simplying API for adding a new portal', 'Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.4.4',
changes: ['IITC.toolbox API is used to create plugin buttons'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/cache-portals-on-map.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// @author jonatkins
// @name Cache viewed portals on map
// @category Cache
// @version 0.1.1
// @version 0.1.2
// @description Cache the details of recently viewed portals and use this to populate the map when possible

/* exported setup, changelog --eslint */

var changelog = [
{
version: '0.1.2',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.1.1',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/cross-links.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// @author mcben
// @name Cross links
// @category Draw
// @version 1.3.2
// @version 1.3.3
// @description Checks for existing links that cross planned links. Requires draw-tools plugin.

/* exported setup, changelog --eslint */

var changelog = [
{
version: '1.3.3',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '1.3.2',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
7 changes: 6 additions & 1 deletion plugins/debug-console.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
var changelog = [
{
version: '0.2.0',
changes: ['Use channel new API', 'Handle multiline messages', 'Handle errors when serializing logged objects'],
changes: [
'Use channel new API',
'Handle multiline messages',
'Handle errors when serializing logged objects',
'Version upgrade due to a change in the wrapper: plugin icons are now vectorized',
],
},
{
version: '0.1.1',
Expand Down
6 changes: 5 additions & 1 deletion plugins/debug-raw-portal-data.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// @author jonatkins
// @name Debug: Raw portal JSON data
// @category Portal Info
// @version 0.2.5
// @version 0.2.6
// @description Developer debugging aid: Add a link to the portal details to show the raw data of a portal.

/* exported setup, changelog --eslint */

var changelog = [
{
version: '0.2.6',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.2.5',
changes: ['Added human readable timestamp for portal links and fields'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/distance-to-portal.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// @author jonatkins
// @name Distance to portal
// @category Portal Info
// @version 0.2.1
// @version 0.2.2
// @description Allows your current location to be set manually, then shows the distance to the selected portal. Useful when managing portal keys.

/* exported setup, changelog --eslint */

var changelog = [
{
version: '0.2.2',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.2.1',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/done-links.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// @author jonatkins
// @name Done links
// @category Draw
// @version 0.1.2
// @version 0.1.3
// @description A companion to the Cross Links plugin. Highlights any links that match existing draw-tools line/polygon edges

/* exported setup, changelog --eslint */

var changelog = [
{
version: '0.1.3',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.1.2',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/draw-tools.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// @author breunigs
// @name Draw tools
// @category Draw
// @version 0.10.2
// @version 0.10.3
// @description Allow drawing things onto the current map so you may plan your next move. Supports Multi-Project-Extension.

/* global IITC -- eslint */
/* exported setup, changelog --eslint */

var changelog = [
{
version: '0.10.3',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.10.2',
changes: ['IITC.toolbox API is used to create plugin buttons'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/farms-find.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// @author 949
// @name Find farms on map
// @category Layer
// @version 1.4.3
// @version 1.4.4
// @description Show farms by minimum level

/* global IITC -- eslint */
/* exported setup, changelog --eslint */

var changelog = [
{
version: '1.4.4',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '1.4.3',
changes: ['IITC.toolbox API is used to create plugin buttons'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/fix-china-map-offset.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// @author modos189
// @name Fix maps offsets in China
// @category Tweaks
// @version 0.3.2
// @version 0.3.3
// @description Show correct maps for China user by applying offset tweaks.

/* exported setup, changelog --eslint */

var changelog = [
{
version: '0.3.3',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.3.2',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
6 changes: 5 additions & 1 deletion plugins/fly-links.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// @author Fly33
// @name Fly Links
// @category Draw
// @version 0.5.1
// @version 0.5.2
// @description Calculate how to link the portals to create the largest tidy set of nested fields. Enable from the layer chooser.

/* exported setup, changelog --eslint */

var changelog = [
{
version: '0.5.2',
changes: ['Version upgrade due to a change in the wrapper: plugin icons are now vectorized'],
},
{
version: '0.5.1',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
Expand Down
Loading

0 comments on commit 3548322

Please sign in to comment.