Skip to content

Releases: houby-studio/lazy-admin

La💤y Admin 🏷v0.4.6

14 Aug 21:53
Compare
Choose a tag to compare
Pre-release

Changelog

⭐ Improvements

  • Improved CSV exporting, now using most popular csv library
  • Moved more code to components - hooray for maintainable codebase

📃 Other Changes

  • Removed favorites from UI and from plans to implement it

💬 Release Notes

This is a testing release. We aim for as fast and responsive application as possible (Yeah, even though it runs on electron), so we have to often decide between adding all cool to have features or scrapping them. Today it was favorite's time to say goodbye.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.4.5

13 Aug 20:44
Compare
Choose a tag to compare
Pre-release

Changelog

⭐ Improvements

  • Titlebar, About and Settings code polished, split to components.

💬 Release Notes

This is a testing release. As we are approaching full release of application, we started splitting huge and chaotic pages to components, to make our product life cycle breeze to maintain! 🎉

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.4.4

12 Aug 20:38
Compare
Choose a tag to compare
Pre-release

Changelog

🚀 New Features

  • Scripts can now display progress during execution.
  • Script definition now has new parameter "progress", which forces progress dialog and enables script to split script progress messages and result by outputting "EOIP" during script execution.

💬 Release Notes

This is a testing release. For usage example for progress, check base command Test-Progress. This feature seems to be mostly working, although sometimes it consumed EOI of process, which prevents results dialog from showing. Testing will reveal how often that happens and hopefully will come up with a fix.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.4.3

08 Aug 09:16
Compare
Choose a tag to compare
Pre-release

Changelog

🚀 New Features

  • You can now skip login. All commands except those, which are specified to use login objects are available in this mode. Command parameter insidePSSession is ignored - commands are run using current user context.

⭐ Improvements

  • Command cancelling is now improved and either restarts session using credentials, if saved in Credential manager or redirects user to login page, if credentials are not saved.

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.4.2

02 Aug 20:33
Compare
Choose a tag to compare

Changelog

🚀 New Features

  • Added support for Select and MultiSelect parameter types
  • Searching in history tab is now supported
  • Settings for input and table density is available

⭐ Improvements

  • Clicking scripts filter in left menu now hides history tab when visible

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.4.1

02 Aug 08:37
Compare
Choose a tag to compare
Pre-release

Changelog

🚀 New Features

  • Script definitions now support default value for parameters. Key name is "value"

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.4.0

01 Aug 20:36
Compare
Choose a tag to compare
Pre-release

Changelog

🚀 New Features

  • History tab is here! View previous commands, their results or run them again!

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.3.7

01 Aug 07:17
Compare
Choose a tag to compare
Pre-release

Changelog

🚀 New Features

  • History can now display previous results

⭐ Improvements

  • Command dialog and result dialog now shows workflow progress, e.g. 1/5, 2/5 etc.
  • Results are now stored in indexed array, so repeating commands using {{__raw_argument}} now yield correct results every time

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.3.6

30 Jul 21:39
Compare
Choose a tag to compare
Pre-release

Changelog

🚀 New Features

  • Added history tab - soon you will be able to view your previous commands results or rerun them with same parameters!

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.3.5

29 Jul 22:48
Compare
Choose a tag to compare
Pre-release

Changelog

🐛 Bug Fixes

  • Fixed bug causing confirm dialog to restart app for the first time after launching
  • Fixed enter key press on input preventing confirm dialog flashing

💬 Release Notes

This is a testing release. This release already logs commands to history. next release will allow displaying previous results and rerunning commands.

Brought to you by 🍄 Houby Studio