Skip to content

Commit 3c0a8ca

Browse files
refactor(style): fixup style
Signed-off-by: nopeitsnothing <[email protected]>
1 parent a354bfe commit 3c0a8ca

File tree

3 files changed

+39
-8
lines changed

3 files changed

+39
-8
lines changed

.cz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
bump_message = "release $current_version → $new_version []"
33
update_changelog_on_bump = true
44
changelog_incremental = true
5-
changelog_start_rev = "v1.1.9"
5+
changelog_start_rev = "v0.4.7"
66
gpg_sign = true
77
allow_abort = true

.pre-commit-config.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
repos:
2+
- hooks:
3+
- id: end-of-file-fixer
4+
- id: mixed-line-ending
5+
args: [--fix=lf]
6+
- id: trailing-whitespace
7+
args: [--markdown-linebreak-ext=md]
8+
repo: https://github.com/pre-commit/pre-commit-hooks
9+
rev: v4.6.0
10+
- hooks:
11+
- id: commitizen
12+
- id: commitizen-branch
13+
stages:
14+
- push
15+
repo: https://github.com/commitizen-tools/commitizen
16+
rev: v3.27.0

CHANGELOG.md

+22-7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.2.0
2+
3+
- Rotate GPG/PGP keys (See [Open Collective key rotation](https://opencollective.com/anonymousplanetorg/updates/key-rotation-update))
4+
- Switch to Megalinter to diagnose repeatable PDF failures
5+
16
v1.1.9
27

38
- Add dependency check action
@@ -9,11 +14,11 @@ v1.1.9
914
v1.1.8
1015

1116
- Add AnarSec to links
12-
- CICD: fix automatic VT scans
17+
- CI/CD: fix automatic VT scans
1318
- Appendix D: remove trailing period in title
14-
- CICD: lock old issues & pull requests
19+
- CI/CD: lock old issues & pull requests
1520
- Tor onion offline
16-
- CICD: update issues template
21+
- CI/CD: update issues template
1722
- Revert "Quantum resistance and good crypto algos"
1823

1924
v1.1.7
@@ -64,7 +69,7 @@ v1.1.5
6469
- Noted that https://mastodon.social/@anonypla is gone? added strike-through
6570
- Adapted Qubes OS hardware requirements that were too low for a decent experience (RAM) according to their recommendation
6671
- Put more incentive to use Tor Browser Safest mode as long as it does not break anything and switch to Safer if necessary and with precautions linked in an appendix
67-
- Precision that Anti-Evil Maid on Qubes OS is only available on Intel CPUs
72+
- Precision that Anti-Evil Maid on Qubes OS is only available on Intel CPUs
6873
- Removed dead link of Centry Fork project
6974
- Added Windows 11 support to the guide
7075
- Partial additions of partial Qubes 4.1.X support but needs completion and testing (coming soon)
@@ -91,7 +96,7 @@ v1.1.4-pre2
9196
- Removal of removed content (dark pdf)
9297
- Fixed links to ODT file
9398
- Added recommendation to <https://z0ccc.github.io/extension-fingerprints/#> and <https://www.deviceinfo.me/>
94-
- Removed links to non-existant mirrors
99+
- Removed links to non-existant mirrors
95100
- Updated some outdated references(old project)
96101

97102
v1.1.4-pre1
@@ -163,7 +168,7 @@ v1.1.1
163168
- Added a general disclaimer on the Links page about websites possibly using sponsorships, affiliate links, paid services, premium offers, and merchandising...
164169
- Re-Added a Discord server to provide easier access to the community through <https://discord.gg/V8dmd9y7mt> with all the rooms bridged to Matrix rooms
165170
- Changed the Matrix/Discord communities from being room focused (#anonymity) to a broader "Privacy Security Anonymity" space with a new #security focused room and an off-topic room.
166-
- Creation of a Matrix space at ```#privacy-security-anonymity:matrix.org``` <https://matrix.to/#/#privacy-security-anonymity:matrix.org>
171+
- Creation of a Matrix space at [#privacy-security-anonymity:matrix.org](https://matrix.to/#/#privacy-security-anonymity:matrix.org)
167172
- Added an RSS bot to those rooms relaying some relevant security and anonymity news within those rooms.
168173
- Started the test hosting of a small Synapse server with the domain anonymousplanet.org
169174

@@ -512,7 +517,7 @@ v0.9.1
512517

513518
v0.9.0
514519
- Various layout, spelling, and grammar fixes
515-
- Added new discussion channel on matrix ```#online-anonymity:matrix.org```
520+
- Added new discussion channel on matrix
516521
- Fixed connectivity methods table recommendations (VPN over Tor over VPN)
517522
- Removed the shark meme because it was a bit much
518523
- Added reference to the recent Spotify AI voice recognition patent <https://patents.justia.com/patent/10891948>
@@ -884,3 +889,13 @@ v0.3.x Added MacOS information and various fixes
884889
v0.2.x Added Qubes OS information and various fixes
885890

886891
v0.1.x Initial Release (missing Qubes OS details and MacOS support)
892+
893+
## Unreleased
894+
895+
## v1.1.9 (2023-08-23)
896+
897+
## v1.1.8 (2023-08-23)
898+
899+
## v1.1.7 (2023-08-23)
900+
901+
## v1.1.6 (2023-08-23)

0 commit comments

Comments
 (0)