Skip to content

v2.2.0

Compare
Choose a tag to compare
@Macmod Macmod released this 16 Mar 15:23
· 56 commits to main since this release
  • Bumped tview library to commit e804876934a16ff18245a0b15571a883911b5cd3
  • Added placeholders to main input fields
  • Implemented --deleted (-D) along with a corresponding d keybinding to include deleted objects in queries
  • Implemented --timeout (-T) to allow changing the default timeout for LDAP connections
  • Introduced theme.go to centralize theme setup
  • Changed the checked/unchecked values of checkboxes in form pages to "True" and "False"
  • Changed the colors of form pages to make them easier to interact with
  • Made the attributes panel evaluate all rows to make it less strange when scrolling
  • Included an attribute editor as a separate tab in the side panel of the search page
  • Transformed the search library from a basic List to a TreeView
  • Fixed bugs related to colors of fields/tables in terminals with nonstandard colors
  • Changed the colors of the explorer to be able to visualize not only disabled but also deleted/recycled objects if the corresponding flag is enabled
  • Fixed panics in the explorer when modifying an object that is itself the RootDN of the query (has no parent)
  • Added more infos to README
  • Fixed many other bugs