blob: 10cedce127b1d8f1913d2880ccf5d12f828e35c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!-- Entry template: -->
<!--
# Unreleased
## Added
## Changed
## Deprecated
## Removed
## Fixed
## Security
-->
Changelog for [git-permalink](https://euandreh.xyz/git-permalink/).
# Unreleased
## Changed
### `getopts`
Use `getopts` for better handling of arguments, and start handling `--` escape.
### Tests
Integration tests were added, creating empty repositories and monitoring `STDOUT`, `STDERR` and the usage of `xdg-open`.
# [0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) - 2021-06-19
## Added
### Translations
Translations for program output and manpages were added for portuguese, french and esperanto.
### Code forges
All code forges listed in [`#task-cebc5298-17ad-5c60-dfa5-a25b66433a3a`](https://euandreh.xyz/git-permalink/TODOs.html#task-cebc5298-17ad-5c60-dfa5-a25b66433a3a) were added, and the task was marked as `DONE`.
# [0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) - 2021-06-13
## Added
Initial public release.
|