Skip to content

Commit d0f41e1

Browse files
committed
Update for 0.9.0-alpha.2 release
1 parent 707ddd2 commit d0f41e1

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scrying"
3-
version = "0.9.0-alpha.1"
3+
version = "0.9.0-alpha.2"
44
authors = ["David Young <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later"

Changelog.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9-
* Add support for VNC passwords [#38](https://github.com/nccgroup/scrying/issues/38)
10-
* Add support for requesting particular paths from web targets [#41](https://github.com/nccgroup/scrying/issues/41)
119

1210
### Changed
13-
* Log messages from the RDP and VNC modules are now tagged with the target IP [#42](https://github.com/nccgroup/scrying/issues/42)
1411

1512
### Deprecated
1613

1714
### Removed
18-
* Removed explicit support for macos because I can't easily test or develop for it and I don't know how best to screenshot a webview (contributions welcome if you have any ideas)
1915

2016
### Fixed
2117

2218
### Security
2319

2420

21+
## [v0.9.0-alpha.2]
22+
### Added
23+
* Add support for VNC passwords [#38](https://github.com/nccgroup/scrying/issues/38)
24+
* Add support for requesting particular paths from web targets [#41](https://github.com/nccgroup/scrying/issues/41)
25+
26+
### Changed
27+
* Log messages from the RDP and VNC modules are now tagged with the target IP [#42](https://github.com/nccgroup/scrying/issues/42)
28+
29+
30+
### Removed
31+
* Removed explicit support for macos because I can't easily test or develop for it and I don't know how best to screenshot a cocoa webview (contributions welcome if you have any ideas)
32+
33+
2534
## [v0.9.0-alpha.1]
2635

2736
### Changed

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See COPYING for license details.
33

44
pkgname=scrying
5-
pkgver=0.8.2
5+
pkgver=0.9.0-alpha.2
66
pkgrel=1
77
epoch=0
88
pkgdesc='Collect RDP, web, and VNC screenshots smartly'

0 commit comments

Comments
 (0)