Skip to content

Releases: r7wx/easy-gate

2.0.2

14 Oct 22:40
Compare
Choose a tag to compare

Release v2.0.2 out now 🚀

What's Changed

  • You can now customize the root path for easy-gate application as discussed in #37
  • Minor changes and fixes.

Full Changelog: 2.0.1...2.0.2

2.0.1

06 May 00:03
0c56dc5
Compare
Choose a tag to compare

Release v2.0.1 out now 🚀

What's Changed

  • Custom CSS feature by @dzonerzy in #35
  • Code refactor and cleanup.
  • Upgraded some dependencies.

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

17 Jun 22:12
5f3ee5d
Compare
Choose a tag to compare

Release v2.0.0 out now 🚀

What's Changed

Moved from embedded React to Go fiber with html template engine:

  • Reduced codebase complexity.
  • Improved build times.
  • Javascript is no longer required to use easy-gate.

Other minor changes:

  • Code refactor and cleanup.
  • Upgraded some dependencies.

Full Changelog: 1.2.1...2.0.0

1.2.1

19 Feb 18:26
Compare
Choose a tag to compare

Release v1.2.1 out now 🚀

What's Changed

  • Services can now be grouped in categories (see README file for more information);
  • Dependencies updated.

Full Changelog: 1.2.0...1.2.1

v1.2.0

10 Aug 19:34
2cc5259
Compare
Choose a tag to compare

Release v1.2.0 out now 🚀

What's Changed

  • Front-end rework;
  • Custom icon feature;
  • Minor improvements and bug fixes.

Full Changelog: 1.1.4...1.2.0

v1.1.4

23 Jul 00:11
fbd4405
Compare
Choose a tag to compare

Release v1.1.4 out now 🚀

What's Changed

  • Dependencies updated;
  • New Github actions.

Full Changelog: v1.1.3...v1.1.4

v1.1.3

18 May 20:39
a552e97
Compare
Choose a tag to compare

Release v1.1.3 out now 🚀

What's Changed

  • Minor UI improvements.
  • Better logs.

Full Changelog: v1.1.2...v1.1.3

v1.1.2

14 May 01:37
44e2803
Compare
Choose a tag to compare

Release v1.1.2 out now 🚀

What's Changed

  • Configuration file can now be in YAML format.
  • Configuration file path can now be overwritten with the EASY_GATE_CONFIG_PATH env variable.
  • Configuration file content can now be overwritten with the EASY_GATE_CONFIG env variable.
  • Code coverage improved.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

06 May 21:31
01d74ef
Compare
Choose a tag to compare

Release v1.1.1 out now 🚀

What's Changed

  • Input validation on config file.
  • Error handling and error messages on web interface.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

04 May 22:11
b5e81c2
Compare
Choose a tag to compare

Release v1.1.0 out now 🚀

Special shoutout to @geekedtv for sharing this project, check out his blog.
Thanks also to @dzonerzy for providing insights about the standalone binary architecture.

What's Changed

  • Deployment available through standalone binary.
  • Theme customization.

Warning

Previous release configuration files are no longer supported on release v1.1.0.

Full Changelog: v1.0.0...v1.1.0