- Bumped
tview
library to commite804876934a16ff18245a0b15571a883911b5cd3
- Added placeholders to main input fields
- Implemented
--deleted
(-D
) along with a correspondingd
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