Skip to content

Commit f8cfaeb

Browse files
committed
changelog
1 parent 69d472b commit f8cfaeb

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.changes/unreleased/Added-20241023-145816.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Added-20241023-145915.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.19.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.19.1: 2024-10-24
2+
### Added
3+
* Block user by UID (drops connection and prevent cert enrollment)
4+
* Unread/total messages badge and different color, if unread > 0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# GoATAK changelog
22

3+
## v0.19.1: 2024-10-24
4+
### Added
5+
* Block user by UID (drops connection and prevent cert enrollment)
6+
* Unread/total messages badge and different color, if unread > 0
7+
38
## v0.19.0
49

510
### Added

make_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ done
3434

3535
changie batch $1
3636
changie merge
37-
git add .changes
37+
git add .changes/*
3838
git add CHANGELOG.md
3939

40-
git commit -ma 'changelog'
40+
git commit -am 'changelog'
4141
git tag $(changie latest)

0 commit comments

Comments
 (0)