Skip to content

Releases: houby-studio/lazy-admin

La💤y Admin 🏷v0.2.1

08 Jun 21:39
Compare
Choose a tag to compare
Pre-release

Changelog

🚀 New Features

  • Command dialog can be reset and maximized

⭐ Improvements

  • Boolean parameter can now be true, false and undefined (does not output parameter at all)

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.2.0

07 Jun 22:02
Compare
Choose a tag to compare
Pre-release

Changelog

🚀 New Features

  • Default shell is now PowerShell Core (Fallback to Windows PowerShell when pwsh is not present)
  • Added support for Boolean/Switch parameters

⭐ Improvements

  • Changed parameter type for definitions to reflect PowerShell names instead of HTML form inputs. For example textarea is now defined as ScriptBlock
  • Command dialog now properly handles tabbing and Enter key executes script

💬 Release Notes

This is a testing release.
Last days were spent on resolving problems with encoding. Turns out, node expects only UTF-8 and our localized Windows broke nearly all special characters. The one and only solution is to enable UTF-8 in Windows' Region settings. Hurrah.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.1.7

04 Jun 21:48
Compare
Choose a tag to compare
Pre-release

Changelog

⭐ Improvements

  • Added automatic updates on launch for master definition and scripts definitions again
  • Automatic update triggers only once a day, you can still manually force update in About page

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.1.6

04 Jun 05:21
Compare
Choose a tag to compare
Pre-release

Changelog

🐛 Bug Fixes

  • Removed installer cert checker as it does not work with self signed certificates for now

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.1.5

03 Jun 20:47
Compare
Choose a tag to compare
Pre-release

Changelog

⭐ Improvements

  • Finished reform of state store
  • Removed all direct accesses to state from Vue files
  • Added error handling for application updates

📃 Other Changes

  • Now signing with same certificate as in 0.1.4 version, just added friendly name to both Root CA cert and signing cert. Hopefully that will be enough for electron-updater to work

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.1.4

03 Jun 14:06
Compare
Choose a tag to compare
Pre-release

Changelog

⭐ Improvements

  • Signed installer with certificate

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.1.3

02 Jun 20:30
Compare
Choose a tag to compare
Pre-release

Changelog

⭐ Improvements

  • Added PSSession authentication method as CredSSP by default, which enables credential delegation via session

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.1.2

01 Jun 21:25
Compare
Choose a tag to compare
Pre-release

Changelog

🐛 Bug Fixes

  • Fixed reference

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.1.1

01 Jun 21:10
Compare
Choose a tag to compare
Pre-release

Changelog

🚀 New Features

  • Added 'insidePsSession' parameter to command definition, which determines whether command executes in remote session or in local session

🐛 Bug Fixes

  • Actually realized that commands are not running in created PSSession, it is now available to choose where command runs

⭐ Improvements

  • New-PSSessionWIthCredentials now also sets Encoding to UTF-8

💬 Release Notes

This is a testing release.

Brought to you by 🍄 Houby Studio

La💤y Admin 🏷v0.1.0

31 May 21:38
Compare
Choose a tag to compare
Pre-release

Changelog

🚀 New Features

  • Added debug tools for application
  • Added URL parameter to installator, which you to set master definition when deploying Lazy Admin (You can learn more on Wiki)

🐛 Bug Fixes

  • Reworked definitions updater
  • Fixed Vuex state handling, fixing dynamic menu and datatables updates
  • Fixed infinite loading after application launched

⭐ Improvements

  • PowerShell session now runs in UTF-8 encoding - no more silly outputs

💬 Release Notes

We feel great about moving to 0.1.0 - this update brings so many fixes to technical debts we made during learning with JS, Vue and Quasar, that application runs way more stable and up to the standard than ever! We look forward to bring Lazy Admin to pilot deployment in our organization, which will hopefully allow us to bring more features, more fixes and more happy lazy admins.

Brought to you by 🍄 Houby Studio