Skip to content

Releases: PathOfBuildingCommunity/PathOfBuilding-SimpleGraphic

Simple Graphic v2.3.1

04 Apr 07:26
fc4de14
Compare
Choose a tag to compare

What's Changed

  • fix: vendor gli port for cmake 4.0 compatibility by @zao in #75

Full Changelog: v2.3.0...v2.3.1

SimpleGraphic v2.3

02 Apr 01:20
17df2c9
Compare
Choose a tag to compare

What's Changed

  • Expose SetForeground function to Lua API by @Wires77 in #73
  • feat: add BC7 CPU decode for legacy GPUs by @zao in #74
  • Add luasocket library for managing an internal server by @Wires77 in #72

Full Changelog: v2.2.0...v2.3.0

SimpleGraphic v2.2

28 Jan 22:41
84b9685
Compare
Choose a tag to compare

What's Changed

  • Add basic error checking to create_directory in r_renderer_c::DoScreenshot to prevent crash by @Paliak in #64
  • Expose screenshot functionality to lua. Remove screenshot hotkey. by @Paliak in #65
  • Expose std::filesystem::remove_all functionality to lua side as an argument for RemoveDir by @Paliak in #63
  • Modify guard check in image save function by @Paliak in #68
    *Change all narrow filesystem paths and operations to speak UTF-8 by @zao in #67
    *Refuse to open overly long URLs in Wine by @zao in #70

New Contributors

Full Changelog: v2.1.0...v2.2.0

Release 2.1.0

19 Jan 06:44
44f2951
Compare
Choose a tag to compare

What's Changed

  • feat: texture splitting/stacking, DDS images, GLES3.0 by @zao in #66

Full Changelog: v2.0.3...v2.1.0

Release v2.0.3

19 Jul 20:12
50ea594
Compare
Choose a tag to compare

What's Changed

  • Properly handle returned value for RemoveDir by @Wires77 in #56
  • fix: drop leading garbage from exact glob pattern by @zao in #60
  • Key mapping fixes by @Wires77 in #58
  • ci: update all actions to current, update vcpkg by @zao in #61
  • fix: disable glfw dinput8 joysticks by @zao in #57

Full Changelog: v2.0.2...v2.0.3

Release v2.0.2

29 Mar 19:25
4f70049
Compare
Choose a tag to compare

What's Changed

  • Include licences of new third-party dependencies by @ppoelzl in #52
  • Save resources when window is minimized by @ryuukk in #53
  • fix: don't scale UI if user overrides scaling mode by @zao in #54
  • feat: update vcpkg and deps to around 2023-03-02 by @zao in #55

Full Changelog: v2.0.1...v2.0.2

Release v2.0.1

27 Mar 03:10
87d63c7
Compare
Choose a tag to compare

What's Changed

  • Evolve renderer backend and API surface by @zao in #44
  • fix: point-filter window for even DPI factors by @zao in #45
  • fix: harden UserPath against unusable folders by @zao in #46
  • fix: clamp saved window size to minimum size by @zao in #49
  • fix: make file searches case-insensitive by @zao in #50
  • fix: vendor older and faster LuaJIT build by @zao in #48
  • Do not render anything when window is minimized by @ryuukk in #47

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Sep 19:29
166d251
Compare
Choose a tag to compare

What's Changed

  • Switch renderer from OpenGL to ANGLE by @zao in #35
  • Assume clipboard text from PoB is UTF-8 or ASCII by @zao in #25
  • Add key event support for VK_ADD, VK_SUBTRACT, VK_NUMPAD0 by @pfeigl in #27
  • feat: adding alternate console shortcut (Ctrl-F1) for non-US layouts by @Wires77 in #23
  • Create screenshot folder by @Wires77 in #29
  • Close errored console on pressing X by @Wires77 in #30
  • Fix Lua library loading from system environment variable by @Wires77 in #33
  • Remove tiff.lib from Debug configuration by @mweber15 in #17
  • Obtain and set window icon from host executable by @zao in #37
  • Find appropriate Debug/Release versions of LuaJIT by @zao in #38
  • Interpret invalid glyphs as zero-width placeholder by @zao in #36
  • Misc. macOS portability fixes by @zao in #39

New Contributors

Full Changelog: v1.0.0...v2.0.0