Skip to content

Commit ad3129d

Browse files
chore(release): v1.33.0 [skip ci]
# [1.33.0](v1.32.0...v1.33.0) (2024-08-15) ### Bug Fixes * add   ([0cd5f0f](0cd5f0f)) * add `start` & `end` tags ([303e28c](303e28c)) * add JSON.parse as requested ([cadf5e9](cadf5e9)) * add list of non-hot-reloadable config values ([803aa9a](803aa9a)) * add temp_evo to display as well ([02ce747](02ce747)) * add type to gpd object ([0501b8d](0501b8d)) * added migration for gym badges, fixed gold badge count not appearing on profile ([e9f9474](e9f9474)) * assign to the correct object ([fffb64f](fffb64f)) * avail quest filters ([fb4498e](fb4498e)) * check for user ([3ed7991](3ed7991)) * ci ([6b4fa8a](6b4fa8a)) * clear users who received access via trial if trial is over and process was restarted ([13f49b2](13f49b2)) * client stuff ([cb2145b](cb2145b)) * **config:** Add missing environment variable for devOptions.skipUpdateCheck parameter ([14eca4c](14eca4c)) * date generation ([783e22c](783e22c)) * docker hot reload ([2c6ba77](2c6ba77)) * fix nullability as requested ([9e6692a](9e6692a)) * fixed new badge type in profile, refactored ternary in a positive way ([8bd1f90](8bd1f90)) * gym badge counts ([67f3b0d](67f3b0d)) * helmet middleware opt in ([a82238a](a82238a)) * hot reload manual areas ([abcf36b](abcf36b)) * hot reloading auth strategies ([c1cad7a](c1cad7a)) * lint ([adbaec6](adbaec6)) * lint ([081c153](081c153)) * log next start time ([09caed9](09caed9)) * middleware order ([309ea1b](309ea1b)) * missing multi domain file reload ([7593754](7593754)) * more config typings ([fa18399](fa18399)) * more consistent timing intervals ([6e67fab](6e67fab)) * more interval logic ([570eba2](570eba2)) * move loading locales script to external script file ([4960a9f](4960a9f)) * new variable just4u ([6fdc152](6fdc152)) * no more react components ([1469280](1469280)) * oauth telegram /w helmet ([d892000](d892000)) * only reload the services that need to be reloaded ([3782faf](3782faf)) * order of declarations for req.logout ([3869ab2](3869ab2)) * order of middleware ([430cd19](430cd19)) * playground editor w/ helmet ([33fa336](33fa336)) * pokemon filtering gender/size ([06dc373](06dc373)) * possible fix edgecase scenario for missing `selectedWebhook` ([5f8d1c9](5f8d1c9)) * prevent users from loading too many s2 cells ([8f8a03d](8f8a03d)) * pvp filter in when `all` is set ([2acf75f](2acf75f)) * quest conditions with similar quest titles ([af0efbe](af0efbe)) * remove extra setNextDate ([067f639](067f639)) * setting res headers ([fb63ddc](fb63ddc)) * start future start date if start is before present time at startup ([46c005c](46c005c)) * telegram frame source /w helmet ([26c12de](26c12de)) * telegram login w/ helmet ([7c0e925](7c0e925)) * text split ([2ca3ae8](2ca3ae8)) * tg logging ([49aa473](49aa473)) * trial not resuming after process restart ([0829926](0829926)) * tyie ([0634d89](0634d89)) * types ([4f28f49](4f28f49)) * update middleware deps ([eb30cbf](eb30cbf)) * update uicons lib ([8c82e8d](8c82e8d)) * updating translations based on feedback from Fabio1988 and lenisko ([7d9ec75](7d9ec75)) * use number instead ([38c3542](38c3542)) ### Features * add `helmet` middleware ([109c214](109c214)) * add `reloadConfigOnSave` as config value ([270b36f](270b36f)) * add support for guarding_pokemon_display ([0579fc4](0579fc4)) * added "basic" level gym badge ([4c4d3a4](4c4d3a4)) * backend data limits ([82d1494](82d1494)) * hot reloadable config ([8cc56b6](8cc56b6)) * send message to auth clients ([61ac3f5](61ac3f5)) * support displaying best buddy badge in gym defenders ([5f53b8f](5f53b8f)) * trial apis ([79943ce](79943ce)) * trial apis & interval support ([118aec2](118aec2))
1 parent 065796c commit ad3129d

File tree

2 files changed

+78
-1
lines changed

2 files changed

+78
-1
lines changed

CHANGELOG.md

+77
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,80 @@
1+
# [1.33.0](https://github.com/WatWowMap/ReactMap/compare/v1.32.0...v1.33.0) (2024-08-15)
2+
3+
4+
### Bug Fixes
5+
6+
* add   ([0cd5f0f](https://github.com/WatWowMap/ReactMap/commit/0cd5f0f3fc77464b6a175e277ef5fe6341c72b42))
7+
* add `start` & `end` tags ([303e28c](https://github.com/WatWowMap/ReactMap/commit/303e28c24062baa5dcf2972759e68352de1af4bd))
8+
* add JSON.parse as requested ([cadf5e9](https://github.com/WatWowMap/ReactMap/commit/cadf5e98accef4bc5ba3cd7dea65fefbbd8872ec))
9+
* add list of non-hot-reloadable config values ([803aa9a](https://github.com/WatWowMap/ReactMap/commit/803aa9a7ed66c8e895146ad62dbe9ee386c749f1))
10+
* add temp_evo to display as well ([02ce747](https://github.com/WatWowMap/ReactMap/commit/02ce747811a4c8ac3d505403e95ee475da1e234d))
11+
* add type to gpd object ([0501b8d](https://github.com/WatWowMap/ReactMap/commit/0501b8d8c531a46cc794760291b8a81f9240eea4))
12+
* added migration for gym badges, fixed gold badge count not appearing on profile ([e9f9474](https://github.com/WatWowMap/ReactMap/commit/e9f947436d62e68b46ade0948441d2507dbf01d5))
13+
* assign to the correct object ([fffb64f](https://github.com/WatWowMap/ReactMap/commit/fffb64f164cc7ae13e8a70ea5ab7673e4f89e30b))
14+
* avail quest filters ([fb4498e](https://github.com/WatWowMap/ReactMap/commit/fb4498e94f25f670cbac5e16f1878bac2985cf51))
15+
* check for user ([3ed7991](https://github.com/WatWowMap/ReactMap/commit/3ed79913320dc58891adc685071ba39e0db60f38))
16+
* ci ([6b4fa8a](https://github.com/WatWowMap/ReactMap/commit/6b4fa8a5316454d2da32c1999271835f83822a99))
17+
* clear users who received access via trial if trial is over and process was restarted ([13f49b2](https://github.com/WatWowMap/ReactMap/commit/13f49b2a07eac6b1bc8bf2b00d2d38d78e27b7cc))
18+
* client stuff ([cb2145b](https://github.com/WatWowMap/ReactMap/commit/cb2145ba364b08297380d862684bfa1dd28d4506))
19+
* **config:** Add missing environment variable for devOptions.skipUpdateCheck parameter ([14eca4c](https://github.com/WatWowMap/ReactMap/commit/14eca4cc3a1e7cbd6193b80dd06f21413fa008ee))
20+
* date generation ([783e22c](https://github.com/WatWowMap/ReactMap/commit/783e22c3bcb17bc40c928c92da76e3cd77157586))
21+
* docker hot reload ([2c6ba77](https://github.com/WatWowMap/ReactMap/commit/2c6ba772285dae11f64cf8d3abea18790672ec16))
22+
* fix nullability as requested ([9e6692a](https://github.com/WatWowMap/ReactMap/commit/9e6692af8f75d145fe776154460652ea481d642d))
23+
* fixed new badge type in profile, refactored ternary in a positive way ([8bd1f90](https://github.com/WatWowMap/ReactMap/commit/8bd1f905347933e68dd00d8708067cb7ea29dfe8))
24+
* gym badge counts ([67f3b0d](https://github.com/WatWowMap/ReactMap/commit/67f3b0de9837924b0e6e37645a199f2b0b54e795))
25+
* helmet middleware opt in ([a82238a](https://github.com/WatWowMap/ReactMap/commit/a82238a793e9559320e5add6f9c90aadcd533e87))
26+
* hot reload manual areas ([abcf36b](https://github.com/WatWowMap/ReactMap/commit/abcf36b1586b1a3425a10b9e1e044a56bbeccedf))
27+
* hot reloading auth strategies ([c1cad7a](https://github.com/WatWowMap/ReactMap/commit/c1cad7a8dd6b048e93c37ab9fe84b2ea649b0823))
28+
* lint ([adbaec6](https://github.com/WatWowMap/ReactMap/commit/adbaec677a48be2e89efec09d9c75ff6b9a0453f))
29+
* lint ([081c153](https://github.com/WatWowMap/ReactMap/commit/081c15360a4c0d84e2d66d751bdae7d47d7e3040))
30+
* log next start time ([09caed9](https://github.com/WatWowMap/ReactMap/commit/09caed95a3b4ad08961f0e49dcaf40002f59673b))
31+
* middleware order ([309ea1b](https://github.com/WatWowMap/ReactMap/commit/309ea1b27f5945e95fb997fb63653a95c9a5a81c))
32+
* missing multi domain file reload ([7593754](https://github.com/WatWowMap/ReactMap/commit/7593754384c74b3edb645c36c9075f03235744b5))
33+
* more config typings ([fa18399](https://github.com/WatWowMap/ReactMap/commit/fa1839963b7117080b4c8a7de26c3075c03126a9))
34+
* more consistent timing intervals ([6e67fab](https://github.com/WatWowMap/ReactMap/commit/6e67fab92fcad93aa3cdc6331dc56f331f6e2013))
35+
* more interval logic ([570eba2](https://github.com/WatWowMap/ReactMap/commit/570eba2f1e573a9810e0348f0a76434a01252088))
36+
* move loading locales script to external script file ([4960a9f](https://github.com/WatWowMap/ReactMap/commit/4960a9fb723afa65c384435c6d2ab3d50829d55a))
37+
* new variable just4u ([6fdc152](https://github.com/WatWowMap/ReactMap/commit/6fdc15267734fd247d98ebde4a38b4bac902e99d))
38+
* no more react components ([1469280](https://github.com/WatWowMap/ReactMap/commit/1469280d98c2c530ec008b9555e02cd891ba7228))
39+
* oauth telegram /w helmet ([d892000](https://github.com/WatWowMap/ReactMap/commit/d892000f8adaf1b5e70b21d22258e1239b1f485c))
40+
* only reload the services that need to be reloaded ([3782faf](https://github.com/WatWowMap/ReactMap/commit/3782faf2ef54bb6620d8cd13b8397faa557cecef))
41+
* order of declarations for req.logout ([3869ab2](https://github.com/WatWowMap/ReactMap/commit/3869ab207d71967372573004db8ad0e3efb67cbd))
42+
* order of middleware ([430cd19](https://github.com/WatWowMap/ReactMap/commit/430cd1938b65502f6b8eaf5e16d8bb11b22d9ea0))
43+
* playground editor w/ helmet ([33fa336](https://github.com/WatWowMap/ReactMap/commit/33fa3368904cca6ff345303e29bd8a582b8cff54))
44+
* pokemon filtering gender/size ([06dc373](https://github.com/WatWowMap/ReactMap/commit/06dc373fc250e5265140d08ac91ff246c044c91f))
45+
* possible fix edgecase scenario for missing `selectedWebhook` ([5f8d1c9](https://github.com/WatWowMap/ReactMap/commit/5f8d1c9a2ade62959894f1dda6d71e8d659aeefa))
46+
* prevent users from loading too many s2 cells ([8f8a03d](https://github.com/WatWowMap/ReactMap/commit/8f8a03dfbdcdad5d79e9c9c4e6e199bafdf64429))
47+
* pvp filter in when `all` is set ([2acf75f](https://github.com/WatWowMap/ReactMap/commit/2acf75fb107f2b06f31a9e195b1d3ae158c8368a))
48+
* quest conditions with similar quest titles ([af0efbe](https://github.com/WatWowMap/ReactMap/commit/af0efbebe90d0ab50fe269769a3401e0916be4d9))
49+
* remove extra setNextDate ([067f639](https://github.com/WatWowMap/ReactMap/commit/067f639ef6add2a73146c4565b4561eee9a0f075))
50+
* setting res headers ([fb63ddc](https://github.com/WatWowMap/ReactMap/commit/fb63ddc47760d4ac03cc93e70ff0c7be5f282e16))
51+
* start future start date if start is before present time at startup ([46c005c](https://github.com/WatWowMap/ReactMap/commit/46c005c7f07e28ed92a9272af24fd2280c956a62))
52+
* telegram frame source /w helmet ([26c12de](https://github.com/WatWowMap/ReactMap/commit/26c12de6d9cdfcd4db68c1c0804fd32e90477f24))
53+
* telegram login w/ helmet ([7c0e925](https://github.com/WatWowMap/ReactMap/commit/7c0e925b309c87068f4a6a07944b4af686f7bbd0))
54+
* text split ([2ca3ae8](https://github.com/WatWowMap/ReactMap/commit/2ca3ae89d8490f573cbc36b567145910bbdc7e40))
55+
* tg logging ([49aa473](https://github.com/WatWowMap/ReactMap/commit/49aa473887f610c953882a22711956622120a9cd))
56+
* trial not resuming after process restart ([0829926](https://github.com/WatWowMap/ReactMap/commit/08299264cfc562ed38d7b272d7fed9d66427addc))
57+
* tyie ([0634d89](https://github.com/WatWowMap/ReactMap/commit/0634d8959a3543933a3f31e0817589c53e68272a))
58+
* types ([4f28f49](https://github.com/WatWowMap/ReactMap/commit/4f28f49ea7e73dbb3700b1294460fd81e9635d07))
59+
* update middleware deps ([eb30cbf](https://github.com/WatWowMap/ReactMap/commit/eb30cbfa2831e46049e42c68f6eb84cd7cb417af))
60+
* update uicons lib ([8c82e8d](https://github.com/WatWowMap/ReactMap/commit/8c82e8dfe93f3341fdf76a8b925dda02e3519a1f))
61+
* updating translations based on feedback from Fabio1988 and lenisko ([7d9ec75](https://github.com/WatWowMap/ReactMap/commit/7d9ec75886b0fa0365b37d86c4377011ec39cd6c))
62+
* use number instead ([38c3542](https://github.com/WatWowMap/ReactMap/commit/38c3542e4faff6507b3273cb68dee59e4fac064a))
63+
64+
65+
### Features
66+
67+
* add `helmet` middleware ([109c214](https://github.com/WatWowMap/ReactMap/commit/109c21487a46d995423d5b1e6909e1ae7ac48eb8))
68+
* add `reloadConfigOnSave` as config value ([270b36f](https://github.com/WatWowMap/ReactMap/commit/270b36f7a2b474c3d2cd6567bc0d33ff5778896c))
69+
* add support for guarding_pokemon_display ([0579fc4](https://github.com/WatWowMap/ReactMap/commit/0579fc451f48795aa41f7253cb17592aa669ed31))
70+
* added "basic" level gym badge ([4c4d3a4](https://github.com/WatWowMap/ReactMap/commit/4c4d3a4ee131a65c5c55f1c42f3972245de54f0f))
71+
* backend data limits ([82d1494](https://github.com/WatWowMap/ReactMap/commit/82d1494920cd2057fe5088668717b05d5189f406))
72+
* hot reloadable config ([8cc56b6](https://github.com/WatWowMap/ReactMap/commit/8cc56b694e543c055b994ef85673b3f63b6e6b1c))
73+
* send message to auth clients ([61ac3f5](https://github.com/WatWowMap/ReactMap/commit/61ac3f5c1a3e6b7ddb2636827c758bb07291ead3))
74+
* support displaying best buddy badge in gym defenders ([5f53b8f](https://github.com/WatWowMap/ReactMap/commit/5f53b8f512539a971a9ffbe1c3561e40a901b660))
75+
* trial apis ([79943ce](https://github.com/WatWowMap/ReactMap/commit/79943ce018fc8d1ca700816f027066c3a50dac8d))
76+
* trial apis & interval support ([118aec2](https://github.com/WatWowMap/ReactMap/commit/118aec2a635998d7bc316efb011b0a0a01f08ae4))
77+
178
# [1.33.0-develop.18](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.17...v1.33.0-develop.18) (2024-08-13)
279

380

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactmap",
3-
"version": "1.33.0-develop.18",
3+
"version": "1.33.0",
44
"private": true,
55
"description": "React based frontend map.",
66
"license": "MIT",

0 commit comments

Comments
 (0)