Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
chore: prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Dec 3, 2020
1 parent de7c01f commit de40541
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/changelog/1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 1.0.0

_Released 2020 Dec 03_

### Overview

A simple (silly) command-line tool to automatically convert Guild Wars 2
screenshots from Bitmaps (`.bmp`) to `png` in real-time. The most recent
screenshot PNGs is can then also be made available in the clipboard.

#### How it works?

This program does not hook into the game in any way, instead it uses a
[FileSystemWatcher](https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher?view=net-5.0)
to listen for new screenshots. Whenever a new screenshot is detected, it is
converted, and (optionally) copied to the clipboard.

Additionally, the screenshots are renamed to a saner naming scheme
(`yyyy-MM-dd_HH-mm-ss.fff.png` instead of `gw001.png`).

The tool exits once there it cannot detect any running GW2 process.
10 changes: 10 additions & 0 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### [Release notes for latest version](latest.md)

### [Release notes for all versions](full.md)

### Version History

* 2020-12-03 [1.0.0](1.0.0.md) (latest)


This library is strictly following [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html).
21 changes: 21 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 1.0.0

_Released 2020 Dec 03_

### Overview

A simple (silly) command-line tool to automatically convert Guild Wars 2
screenshots from Bitmaps (`.bmp`) to `png` in real-time. The most recent
screenshot PNGs is can then also be made available in the clipboard.

#### How it works?

This program does not hook into the game in any way, instead it uses a
[FileSystemWatcher](https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher?view=net-5.0)
to listen for new screenshots. Whenever a new screenshot is detected, it is
converted, and (optionally) copied to the clipboard.

Additionally, the screenshots are renamed to a saner naming scheme
(`yyyy-MM-dd_HH-mm-ss.fff.png` instead of `gw001.png`).

The tool exits once there it cannot detect any running GW2 process.
21 changes: 21 additions & 0 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 1.0.0

_Released 2020 Dec 03_

### Overview

A simple (silly) command-line tool to automatically convert Guild Wars 2
screenshots from Bitmaps (`.bmp`) to `png` in real-time. The most recent
screenshot PNGs is can then also be made available in the clipboard.

#### How it works?

This program does not hook into the game in any way, instead it uses a
[FileSystemWatcher](https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher?view=net-5.0)
to listen for new screenshots. Whenever a new screenshot is detected, it is
converted, and (optionally) copied to the clipboard.

Additionally, the screenshots are renamed to a saner naming scheme
(`yyyy-MM-dd_HH-mm-ss.fff.png` instead of `gw001.png`).

The tool exits once there it cannot detect any running GW2 process.

0 comments on commit de40541

Please sign in to comment.