Releases: TomDotBat/pixel-ui
Releases · TomDotBat/pixel-ui
1.3.2
What's Changed
- fix: 404 and similar results would be written to cache by @JustPlayerDE in #52
- fix: use official color:lerp implementation if possible by @JustPlayerDE in #56
- fix FormatMoney by @Be1zebub in #50
New Contributors
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- refactor: migrate images from Imgur by @Lythium4848 in #47
- chore: release 1.3.1 by @TomDotBat in #49
Fixed issues: #45 and #48
Full Changelog: 1.3.0...1.3.1
1.3.0
Documentation is now work-in-progress, you can find it here.
Any contributions to the repository are highly appreciated.
What's Changed
- chore: add a readme with links to example projects by @TomDotBat in #26
- fix: Wording because Tom can't words by @LucaTanks in #27
- chore: add a header to the README file by @Lythium4848 in #34
- feat: download imgur materials sequentially by @TomDotBat in #37
- chore: update copyright notices by @TomDotBat in #39
- feat: GLuaLint action by @Lythium4848 in #38
- fix: PrecacheArc broken endrange if startrange is non-zero by @JustPlayerDE in #44
- feat: Support for non imgur hosted images by @Lythium4848 in #40
- fix: category layout when initially expanded by @vaqxai in #41
New Contributors
- @LucaTanks made their first contribution in #27
- @Lythium4848 made their first contribution in #34
- @JustPlayerDE made their first contribution in #44
- @vaqxai made their first contribution in #41
Full Changelog: 1.2.3...1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
- Fixed TextEntry:GetInt() causing errors when the entry is empty.
- Add useful colour helper methods to their meta table.
- Optimised colour methods.
- Optimised Imgur drawing methods.
- Made loader methods global, more readable, and separated into two seperate methods.
- Add a configuration file, which allows server owners to change the library colour scheme, progress wheel image and derma menu override preference.
1.1.0
- Remove pointless prints from the version checker
- Store the current version number as a string instead of a number (allows semantic versioning)
- Rename the common folder to the more appropriately named "core" folder
- Prefix existing convars with pixel_ui to keep convar naming consistency across all PIXEL addons
- Add a method overriding helper for overrides that may want to be toggled
- Allow the derma popup overrides to be disabled, and keep it off by default to prevent any annoyances