Skip to content

Releases: X3ne/hsrpc

v1.7.1

23 Jun 19:01
18b46e2
Compare
Choose a tag to compare

1.7.1 (2024-06-23)

Bug Fixes

  • scripts: new wiki characters format (e00873f)

v1.7.0

09 May 13:55
7201dfe
Compare
Choose a tag to compare

1.7.0 (2024-05-09)

Miscellaneous Chores

v1.6.0

08 Apr 13:40
9da19cf
Compare
Choose a tag to compare

1.6.0 (2024-04-08)

Features

  • format code & fix Parlor Car location status update when player name is not set (52435b1)
  • game data: add 2.1 game data (a283946)

Bug Fixes

  • scripts: accept new wiki locations format (bf6f0fc)

v1.5.2

05 Mar 03:40
19b8404
Compare
Choose a tag to compare

1.5.2 (2024-03-05)

Bug Fixes

  • the boss timer is no longer reset when the boss name is not recognized (when there were animations) (d374e58)

Miscellaneous Chores

v1.5.1

05 Mar 00:14
2d546d0
Compare
Choose a tag to compare

1.5.1 (2024-03-05)

Miscellaneous Chores

v1.5.0

04 Mar 22:56
ec0d67d
Compare
Choose a tag to compare

1.5.0 (2024-03-04)

Features

  • add bosses detection (d8302d5)
  • add fate's atlas menu (d796926)
  • add holographic overview menu (ff8aa4b)
  • add support for parlor car & passenger cabin (ff78b2e)
  • add support for trailblazer (401ddb3)
  • auto detect trailblazer name if player uid is set (3aee737)
  • game data: add more combat sub menus (57dc3bf)
  • game data: add more simulated universe menus & locations (dceb6a4)
  • game data: add some event menus (6942dea)
  • game data: add some missing menus (38d5da6)
  • game data: add support for gold and gears menus (35291c4)
  • game data: add support for herta's store & salvage relic menus (3799fa0)
  • game data: add support for swarm disaster (8e9dc6d)
  • GUI: added configuration for WindowClass and WindowName to adjust Honkai window if not detected (a7e9f00)

Bug Fixes

  • changed GetPixelColor to only one pixel (254b694)
  • reduce pre-processing to detect characters more efficiently (dfc90a1)
  • remove character value reset if DisplayNickname is false (which made character detection impossible) (0490cd1)

v1.4.0

03 Mar 01:29
f0d1a03
Compare
Choose a tag to compare

1.4.0 (2024-03-03)

Features

  • add player data (level & nickname) to the status, add GUI config (4699dac)
  • add simulated universe status & sub menus detection (4826573)
  • add Sparkle support (dee5d4e)
  • add support for calyx (d431229)
  • add support for echo of war (500e3b4)
  • add support for forgotten hall (b7f8110)
  • add support for the cavern of corrosion (3d43ffb)
  • game data: add more game sub menus (d39ecb4)

Bug Fixes

  • adjust menu coords to detect assignments menu (9621b50)
  • adjust x-menu coords for small screens to detect menus correctly (94f67b1)
  • config: boolean values are no longer reset at startup (e8ff6cb)
  • increase menu capture box height to correct detection of certain menus (11b3252)

v1.3.0

02 Mar 17:15
5c4bc0d
Compare
Choose a tag to compare

1.3.0 (2024-03-02)

Features

  • added a crash report GUI (3dab4e5)
  • create logs.log file to store info logs (41c59a1)
  • GUI: add theme (ec5729d)
  • GUI: add theme color based on windows accent color (1cfda59)
  • hide GUI window by default (245da89)

Bug Fixes

  • config: few corrections to the position of the menus (b5ac9aa)
  • config: sync of config file values with default values when the value is not found to avoid crashes (8631edd)
  • game data: typo fix Tavel Log => Travel Log (5a67388)
  • game OCR results should be better with lower resolutions #8 (50dbff6)
  • GUI: add padding on containers (76d3da8)
  • GUI: discord gateway connexion no longer blocks the main thread (5391a40)
  • GUI: discord reconnect button no longer stops main thread (f7cf8a2)
  • hide tesseract console when the app is built (8dfeeca)
  • missing spaces in game data loader logs (6af9e10)
  • now the PreprocessThreshold value change when changed in the GUI (7ec90d5)
  • prevent threshold parameters from being overwritten (6757223)
  • reduce PreprocessThreshold value (463f11e)
  • remove adjustement on width for resolutions > 1920 to reduce ocr errors (73153af)
  • removed brightness treshhold (1a09648)
  • some adjustments to coordinate calculations (fed437c)

Performance Improvements

  • add image preprocessing to combat ocr (232ba5a)
  • switch from image buffer to path (this seems to greatly improve ocr performance/accuracy) (c96e8a8)

v1.2.0

20 Feb 00:18
28ec624
Compare
Choose a tag to compare

1.2.0 (2024-02-20)

Features

  • the program now detects window size and automatically adapts the coordinates of the game's ui, now supports multiple screens (48ed306)

v1.1.0

19 Feb 16:59
3873e5d
Compare
Choose a tag to compare

1.1.0 (2024-02-19)

Features

  • added update checking & a modal to automatically download and update the .exe file (8a42d43)