Skip to content

Releases: lair-framework/lair

v2.5.0

12 Nov 05:55
Compare
Choose a tag to compare

Updated deps and meteor.

v2.4.1

10 Jun 17:14
Compare
Choose a tag to compare

Updated dependencies to fix an issue with iron-router and chrome.

v2.4.0

02 May 22:10
Compare
Choose a tag to compare
  • Fixes a bug in the OS model to make it an object not a string
  • Fixes a bug in the total issue count for the host's issues view
  • When the export button is clicked, the button's value now changes to "Export in progress..." until the export is complete

v2.3.0

20 Apr 14:18
Compare
Choose a tag to compare
  • Adds a "Download Host List" button on the issues hosts view

v2.2.0

26 Mar 04:46
Compare
Choose a tag to compare
  • Added a "download list" button to the services view. This allows you to quickly download a list of IPs based off of the current search.
  • Added a select all shown button to the issues view.
  • Using hotkeys inside of the hosts view now filters based off the filters used in the host list view.
  • Added "add to existing issue" button in the host issues view. This loads a new form to add a host to an existing issue. The form supports typeahead for the issue title and service.
  • Added the following hotkeys:
    • ctrl+shift+alt+g Change status of item to gray
    • alt+shift+b Change status of item to blue
    • alt+shift+g Change status of item to green
    • alt+shift+o Change status of item to orange
    • alt+shift+r Change status of item to red

v2.1.0

10 Mar 03:32
Compare
Choose a tag to compare

Thanks to @b00stfr3ak and @ChrisMGeiger for their awesome work. Changes in this release:

  • Added target="_blank" to hostnames so they open in a new tab
  • Fixed back button throughout application
  • Added "Number of hosts/services/etc. to show per page" setting to control the number of items to show by default
  • Fixed issue with persist view filters
  • Added persistence to search fields
  • Added next/previous buttons for hosts/issues/etc
  • Updated meteor and project dependencies

v2.0.4

26 Oct 18:16
Compare
Choose a tag to compare

Fixed issue where lair was checking if an issue's title was unique across the database rather than per project

v2.0.3

15 Oct 17:18
Compare
Choose a tag to compare

Changed how services search view managed and presented large data sets

v2.0.2

04 Oct 09:41
Compare
Choose a tag to compare
  • Fixed an issue where a non-admin user could not change their own password
  • Added some information to services search view detailing why the default search may not be rendering services due to a large result set

v2.0.1

22 Sep 02:44
Compare
Choose a tag to compare

Fixed an issue for exporting a project to an HTTP listener. Moved the project methods to be server-side only.