Skip to content

Commit

Permalink
Merge pull request #168 from marvinscham/develop
Browse files Browse the repository at this point in the history
Honor Level 3 Orb fix
  • Loading branch information
marvinscham authored Apr 4, 2024
2 parents 87d9f52 + 943f76a commit b8877da
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.2
current_version = 1.7.3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+))?
commit = True
tag = False
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Related: [versioning strategy](./VERSIONING.md).

## v1.7.3 - Apr 04, 2024
### Fixed
- #167 Honor Level 3 Orbs now have proper display names

## v1.7.2 - Mar 03, 2024
### Fixed
- #157 Fixed a broken placeholder variable reference blocking mythic crafting from executing
Expand Down
4 changes: 4 additions & 0 deletions i18n/de_DE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ de_DE:
anbietest: %{url}"
loot:
permanents: Permanent
honor_3_orb: „Ehrungsstufe 3“-Kugel
honor_5_orb: „Ehrungsstufe 5“-Kugel
mythic_essence: Mythische Essenzen
skin_shards: Skinsplitter
Expand Down Expand Up @@ -106,6 +107,8 @@ de_DE:
%{url}
send_email_instead: Wenn du kein GitHub-Konto hast, schick ihn an %{email}
skipping_step: Etwas ist schiefgelaufen. Überspringe diesen Schritt...
network_error: Ups, wir haben wahrscheinlich ein API-Limit erreicht. Versuche
es in einer Minute nochmal oder melde es an %{email}, wenn das weiterhin passiert.
champion:
exclusions:
entry_requirements: (Championnamen EXAKT einfügen/eingeben)
Expand All @@ -129,6 +132,7 @@ de_DE:
sein, damit ihre Splitter aufbewahrt werden?
note_level7: auf Stufe 7
note_below_threshold: unter der Schwelle
note_more_valuable: Wert höher als Upgrade auf Meisterschaft 7
ask_keep_unowned_champs: Sollen wir einen Splitter für Champions, die du noch
nicht besitzt, behalten?
found_champs_with_tokens: '%{count} Champions mit Meisterschaftsmarken im Besitz
Expand Down
1 change: 1 addition & 0 deletions i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ en:
skin_permanents: Skin Permanents
champion_capsule: Champion Capsule
glorious_champion_capsule: Glorious Champion Capsule
honor_3_orb: Honor Level 3 Orb
honor_4_orb: Honor Level 4 Orb
honor_5_orb: Honor Level 5 Orb
update_checker:
Expand Down
4 changes: 4 additions & 0 deletions i18n/eo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ eo:
fragmentoj estu tenataj?
note_level7: je majstreco 7
note_below_threshold: sub sojlo
note_more_valuable: pli valora ol Majstreco 7 plibonigo
no_unowned_champs_found: Ne trovis pecojn de ĉampionoj kiujn vi ankoraŭ ne posedas.
ask_keep_unowned_champs: Ĉu teni pecon por ĉampionoj, kiujn vi ankoraŭ ne posedas?
present_selection: 'Ni malsorĉus %{count} da ĉampionfragmentoj uzante la elektan
Expand Down Expand Up @@ -169,6 +170,8 @@ eo:
create_an_issue: Bonvolu fari ekrankopion kaj krei problemon ĉe %{url}
send_email_instead: Se vi ne havas GitHub-konton, sendu ĝin al %{email}
skipping_step: Io misfunkciis. Preterlasante ĉi tiun paŝon...
network_error: Ups, probable ni atingis API-limon. Reprovu post minuto aŭ raportu
al %{email} se tio daŭre okazas.
esports_emotes:
none_found: Ne trovis bitsportajn glumarkojn por konverti.
found_some: Trovis %{count} da bitsportaj glumarkoj.
Expand Down Expand Up @@ -213,5 +216,6 @@ eo:
skin_permanents: Ŝeloj (permanenta rabaĵo)
champion_capsule: Ĉampiona kapsulo
glorious_champion_capsule: Gloria ĉampiona kapsulo
honor_3_orb: Honornivela 3-a globo
honor_4_orb: Honornivela 4-a globo
honor_5_orb: Honornivela 5-a globo
1 change: 1 addition & 0 deletions i18n/zh_TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ zh_TW:
icons: 頭像
champion_capsule: 英雄典藏罐
glorious_champion_capsule: 榮耀英雄典藏罐
honor_3_orb: 榮譽等級 3 晶球
honor_4_orb: 榮譽等級 4 晶球
honor_5_orb: 榮譽等級 5 晶球
mythic_essence: 神話結晶粉末
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=marvinscham_disenchanter_AY088C575jK4ghmshIlp
sonar.projectVersion=v1.7.2
sonar.projectVersion=v1.7.3

sonar.sources=.
sonar.sourceEncoding=UTF-8
Expand Down
2 changes: 1 addition & 1 deletion src/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def run
check_build_env

current_version = 'v1.7.2'
current_version = 'v1.7.3'
stat_tracker = StatTracker.new
client = Client.new(stat_tracker, current_version)

Expand Down
1 change: 1 addition & 0 deletions src/modules/loot_metainfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def get_chest_name(client, loot_id)
catalogue = {
'CHEST_128' => I18n.t(:'loot.champion_capsule'),
'CHEST_129' => I18n.t(:'loot.glorious_champion_capsule'),
'CHEST_209' => I18n.t(:'loot.honor_3_orb'),
'CHEST_210' => I18n.t(:'loot.honor_4_orb'),
'CHEST_211' => I18n.t(:'loot.honor_5_orb')
}
Expand Down

0 comments on commit b8877da

Please sign in to comment.