Skip to content

Commit

Permalink
chore(pre-update): Update credits, translations, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RedSparr0w committed Jan 29, 2024
1 parent d1c5683 commit 8ff2820
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 22 deletions.
44 changes: 22 additions & 22 deletions src/modules/Credits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ fetch(`https://api.github.com/repos/pokeclicker/pokeclicker/contributors?per_pag
export const CodeCredits: Credit[] = [
{
resources: [
1436,
1439,
],
name: 'RedSparr0w',
link: 'https://github.com/RedSparr0w',
Expand Down Expand Up @@ -1398,7 +1398,7 @@ export const CodeCredits: Credit[] = [
},
{
resources: [
141,
143,
],
name: 'CypherX',
link: 'https://github.com/CypherX',
Expand Down Expand Up @@ -1430,7 +1430,7 @@ export const CodeCredits: Credit[] = [
},
{
resources: [
71,
73,
],
name: 'RegisCoaxans',
link: 'https://github.com/RegisCoaxans',
Expand All @@ -1454,7 +1454,7 @@ export const CodeCredits: Credit[] = [
},
{
resources: [
55,
57,
],
name: 'EatPant2nd',
link: 'https://github.com/EatPant2nd',
Expand All @@ -1478,7 +1478,7 @@ export const CodeCredits: Credit[] = [
},
{
resources: [
39,
40,
],
name: 'Crobat4',
link: 'https://github.com/Crobat4',
Expand Down Expand Up @@ -1508,6 +1508,14 @@ export const CodeCredits: Credit[] = [
link: 'https://github.com/apple096',
image: 'https://avatars.githubusercontent.com/u/62083669?v=4',
},
{
resources: [
31,
],
name: 'umbralOptimatum',
link: 'https://github.com/umbralOptimatum',
image: 'https://avatars.githubusercontent.com/u/12092270?v=4',
},
{
resources: [
28,
Expand Down Expand Up @@ -1540,14 +1548,6 @@ export const CodeCredits: Credit[] = [
link: 'https://github.com/amative1',
image: 'https://avatars.githubusercontent.com/u/14666630?v=4',
},
{
resources: [
26,
],
name: 'umbralOptimatum',
link: 'https://github.com/umbralOptimatum',
image: 'https://avatars.githubusercontent.com/u/12092270?v=4',
},
{
resources: [
24,
Expand Down Expand Up @@ -1646,7 +1646,7 @@ export const CodeCredits: Credit[] = [
},
{
resources: [
11,
12,
],
name: 'RedzepR',
link: 'https://github.com/RedzepR',
Expand Down Expand Up @@ -1764,6 +1764,14 @@ export const CodeCredits: Credit[] = [
link: 'https://github.com/jaahay',
image: 'https://avatars.githubusercontent.com/u/10636658?v=4',
},
{
resources: [
6,
],
name: 'wormania',
link: 'https://github.com/wormania',
image: 'https://avatars.githubusercontent.com/u/16630222?v=4',
},
{
resources: [
6,
Expand Down Expand Up @@ -1812,14 +1820,6 @@ export const CodeCredits: Credit[] = [
link: 'https://github.com/pjeanjean',
image: 'https://avatars.githubusercontent.com/u/7363343?v=4',
},
{
resources: [
4,
],
name: 'wormania',
link: 'https://github.com/wormania',
image: 'https://avatars.githubusercontent.com/u/16630222?v=4',
},
{
resources: [
4,
Expand Down
15 changes: 15 additions & 0 deletions src/modules/changelog/ChangelogItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ import ChangelogUpdate from './ChangelogUpdate';
*/
const ChangelogItems = [
// note that month is 0 indexed
// v0.10.19
new ChangelogUpdate('v0.10.19', new Date(2024, 0, 29)),
new Changelog(changelogType.NEW, 'Added setting to disable hatchery clear confirmation'),
new Changelog(changelogType.CHANGE, 'Adjusted Holocaster unlock requirements'),
new Changelog(changelogType.CHANGE, 'Misc text changes'),
new Changelog(changelogType.CHANGE, 'Misc UI changes'),
new Changelog(changelogType.CHANGE, 'Misc image changes'),
new Changelog(changelogType.FIXED, 'Duplicate notifications when removing all Vitamins'),
new Changelog(changelogType.FIXED, 'Tutorial Pokéball selector'),
new Changelog(changelogType.FIXED, 'Egg steps are now capped at 4800'),
new Changelog(changelogType.FIXED, 'Some daily occurrences not resetting correctly'),
new Changelog(changelogType.FIXED, 'Hatchery sorting/filters not always working correctly'),
new Changelog(changelogType.FIXED, 'Lazy loading items'),
new Changelog(changelogType.FIXED, 'Reduced lag'),

// v0.10.18
new ChangelogUpdate('v0.10.18', new Date(2024, 0, 21)),
new Changelog(changelogType.NEW, 'New Pokémon'),
Expand Down

0 comments on commit 8ff2820

Please sign in to comment.