Skip to content

Releases: 8char/AtlasFramework

v1.3.1

10 Mar 23:56
Compare
Choose a tag to compare

Bug Fixes

  • load-order: fix the load order erros caused by f1b524b (8char)

v1.3.0

10 Mar 23:22
Compare
Choose a tag to compare

Features

Bug Fixes

  • changed version (Matteo Krans Dusic)
  • change all then return end => stopif (Matteo Krans Dusic)
  • short-handed everything to breakif and continueif where possible (Matteo Krans Dusic)
  • fix a typo (Matteo Krans Dusic)
  • rogue print(hi) statement (8char)
  • player-suite: use the correct font (8char)
  • load-order: load the realm override functions before the general loaders to avoid realm clashes (8char)
  • interpolation: use a field inside of the AtlasUI global instead of its own global (8char)

Documentation

  • interpolation: basic interpolation documentation (8char)

Commits

v1.2.0

17 Jan 13:24
Compare
Choose a tag to compare

Features

  • i18n: implement the AtlasUI.i18n class (Matteo Krans Dusic)
  • i18n: add a way to have differing repositories (8char)

Bug Fixes

  • typo: gradient_ltr was typoed as gradient_lt in a resource.AddSingleFile (Matteo Dusic)
  • removed a rogue print statement (Matteo Krans Dusic)
  • color-picker: fix the color picker attempting to use a nill value (Matteo Krans Dusic)
  • i18n: add the i18n class to the loader (Matteo Krans Dusic)
  • i18n: indentation 2 => 4 (8char)
  • i18n: moved i18n to the languages/classes directory (8char)

Documentation

  • add networking documentation (8char)
  • animations-page: Add documentation for smooth transitions on panels in Lua (#2) #2 (8char)
  • promises: then => next to better reflect the promises api (Matteo Krans Dusic)
  • i18n: add the i18n documentation page (Matteo Krans Dusic)

Continuous Integration

  • add all of the possible gmod addon folders to the release zip incase we decide to add more in the future (8char)

Commits

  • c4e3978: Merge branch 'feat/no-ref/i18n' (Matteo Krans Dusic)

v1.1.0

28 Dec 18:40
Compare
Choose a tag to compare

Bug Fixes

  • remove unused concommand (8char)

Continuous Integration

  • remove debug step (8char)

Commits

  • b4446e9: fix!: changed Library => Framework due to it being way more than a simple library now (8char)

v1.0.3

23 Dec 14:33
Compare
Choose a tag to compare

Continuous Integration

  • revert to using *.zip instead of dynamically getting the specific name, may cause some unintended sideffects (8char)

v1.0.2

23 Dec 14:30
Compare
Choose a tag to compare

Continuous Integration

  • add double quotation marks around the files which should fix it (8char)

v1.0.1

23 Dec 14:23
Compare
Choose a tag to compare

Continuous Integration

  • added debug step (8char)