uAdmin v0.6.1 Release Notes

Release Date: 2021-04-27 // almost 3 years ago
  • โž• Added

    • Support for getting static files when runnung uadmin prepare from modules instead of source folder
    • uadmin prepare now accepts a new parameter --src that allows to overide the default behavior and get the static files from source instead of module
    • uadmin prepare takes go.mod into consideration to decide where to get the static files from. This allows developers to develop multiple applications that uses different version of uAdmin. If you use replace directive inside go.mod, the prepare tool will copy the files from the local folder as instructed in the replace directive.
    • Two new settings "Logo" and "FavIcon" to customize your application even further. ### ๐Ÿ”„ Changed
    • Added .DS_Store and .vscode to .gitignore ### ๐Ÿ—„ Deprecated ### โœ‚ Removed
    • uadmin pubnlish is removed. It used to be an internal development tool and was cool to have it runnig publicly for a while ### ๐Ÿ›  Fixed
    • dAPI didn't have docs for method and fixed some typos
    • Linting (So much linting) ### ๐Ÿ”’ Security
    • The system reads two envirnment variables UADMIN_USER and UADMIN_PASS for new deployments to create admin username and password. If these environment variables do not exist, uAdmin will user "admin" and "admin" for username and password.

Previous changes from v0.5.3

  • โž• Added

    • ### ๐Ÿ”„ Changed
    • Drop support for GO version 1.11 and 1.12 ### ๐Ÿ—„ Deprecated ### โœ‚ Removed ### ๐Ÿ›  Fixed
    • Fixed adding more than 10 items in dAPI
    • Fixed saving of language not removing the previous default language ### ๐Ÿ”’ Security