Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Releases: theoarav/Payday3ChallengeViewer

v1.2.0

15 Oct 14:27
Compare
Choose a tag to compare

Release notes for v1.2.0

With this release we focused on making the app prettier, but we also added quite a few features too.

Changelist:

  • Auto Updater.
    • For the setup version the app should automatically get the new updates without you needing to anything.
    • The portable version needs to be downloaded manually, but the app will tell you if theres a new version available
  • Loading screen when you refresh your challenges.
  • Challenge sorting (A-Z, Z-A, Highest percentage first, Lowest Percentage first)
  • The filters got a new look. Instead of being on the top of the app, a new button was added on the searchbar. Clicking it opens a new window where every filter previously outside will show up.
  • Very hard challenges showing up when selecting Hard filter (Thanks @All-Ki)
  • Profile details on the top-right of the app.
    • It shows your level, your wallet data and the account you are logged in with. Hovering over your level and wallet icons a tooltip opens showing you more details about them.
  • New "Bugged" challenges status option inside the filters.
    • Previously it was part of the in-progress challenges.

v1.1.8

09 Oct 18:45
Compare
Choose a tag to compare

Release notes for v1.1.8

This time we mainly focused on styling the app for better readibility and to be generally better on almost all window sizes.

Changelist:

  • Changed the filters to be in separate rows rather than one.
  • Fix for the session token expiring after 1 hour. If it expires the app will log you out and you can log back in (no need to restart the app now).
  • Countdown timer fixed not counting seconds properly if the window lost its focus.
  • Added a label for bugged challenges.
  • Made more color profiles for the challenges based on their statuses.
  • Now more challenges will appear in a row based on your window size.

v1.1.7

08 Oct 10:58
Compare
Choose a tag to compare

Release notes for v1.1.7

We wanted to focus on the most crucial things this time and we updated quite a few QoL features.

Changelist:

  • Fixed the prerequisite challenges showing the API names, now it should show it in the picked language.
  • Potentional fix for the progress bar reporting false values when switching filters.
  • Added a timer on the refresh button, to lessen the load on SBZs API.
  • Fixed the Traditional Chinese localization.
  • You can now search in challenge descriptions too.

v1.1.6

06 Oct 13:19
Compare
Choose a tag to compare

Release notes for v1.1.6

Added the two missing challengeline translations to the resources. Now all the challenges should have their titles and descriptions set properly on all the languages, however theres still 43 title/descriptions that do not have a translation set in the game either. Those 43 entries will fall back to the api values instead.

v1.1.5

06 Oct 11:02
Compare
Choose a tag to compare

Release notes for v1.1.5

Some users reported missing strings from the translation service and because of those strings the app also crashed when checking for challenge prerequisites. This update should fix that, by letting those challenges fall back to their api variants instead. There are actually 323 pieces of untranslated challenge titles/descriptions and some were actually a fault on our end, but some of these are missing entirely from the localization files in-game. We are hoping to address most of these missing strings on v.1.1.6

v1.1.4

05 Oct 12:31
Compare
Choose a tag to compare

Release notes for v1.1.4

Time for another release :)
This time we finished implementing a language changer so everyone can use whatever language the game supports. There are still a few texts that are still in english, regardless what language you pick (The labels before the filters, the selectbox texts, etc), but all the challenges should be in their respective languages. If you find a translation error within them please don't report it to us. All the text are ripped directly from the game, so if theres something wrong it's just as wrong in-game.

Changes in list format:

  • Options cog placed in the top right corner
  • Export to PayCheck3 button is now inside the options window.
  • Language changer inside the options window.
  • Some options are now stored between launches. These options are mainly the selected language and the pinned challenges. Keep in mind since we dont store anything externally, only inside the app, currently theres no way to transfer these options to another PC right now.
  • Changed the font-size of the challenge name to be smaller.
  • Change the challenge names to be uppercase, to better reflect how they are shown in-game.
  • Removed the "Discontinued Project" from readme.md 🙂

v1.1.3

03 Oct 09:10
Compare
Choose a tag to compare

Finally finished with importing the localization strings related to challenges from the game. This means that all the challenges and their descriptions should be equal to those inside the game. These languages include:

English
German (de_DE)
Latin American Spanish (es_419)
Spanish (es_ES)
French (fr_FR)
Italian (it_IT)
Japanese (ja_JP)
Korean (ko_KR)
Polish (pl_PL)
Portuguese (pt_BR)
Russian (ru_RU)
Turkish (tr_TR)
Simplified Chinese (zh_Hans)
Traditional Chinese (zh_Hant)
For now the app is forced to run in English though, an actual language changer is coming soon.

v1.1.2

02 Oct 14:53
Compare
Choose a tag to compare
  • Add data export for PayCheck 3

v1.1.1

02 Oct 13:13
Compare
Choose a tag to compare
  • Started working on the string replacements to show the in-game version of the challenge names and descriptions (~150 are done from the 1150+)
  • Added a border color to challenges based on their statuses (green = complete, red = locked, white = in-progress/init)
  • Made the color of the pin icon blue once its pinned.

v1.1.0

30 Sep 16:09
Compare
Choose a tag to compare

Add pinned challenges and code cleaning.