Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- =====================================================================
CHANGELOG.template.md
CHANGELOG.md

Copyright © 2025 Network Pro Strategies (Network Pro™)
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
Expand All @@ -23,6 +23,21 @@ This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

---

## [1.0.3] - 2025-11-08

### Changed

- Modified emoji used for **Instant Messaging** section to one that is universally supported:
- `README.md`
- `src/index.md`
- Bumped version to `v1.0.3`.

### Fixed

- Corrected link in `README.md` for [apps.netwk.pro](https://apps.netwk.pro).

---

## [1.0.2] - 2025-11-07

### Added
Expand Down Expand Up @@ -66,7 +81,8 @@ This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

<!-- Link references -->

[Unreleased]: https://github.com/netwk-pro/privacy-apps/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/netwk-pro/privacy-apps/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/netwk-pro/privacy-apps/releases/tag/v1.0.3
[1.0.2]: https://github.com/netwk-pro/privacy-apps/releases/tag/v1.0.2
[1.0.1]: https://github.com/netwk-pro/privacy-apps/releases/tag/v1.0.1
[1.0.0]: https://github.com/netwk-pro/privacy-apps/releases/tag/v1.0.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This file is part of Network Pro.
**Network Pro Strategies** (Network Pro&trade;)<br />
**Last Updated:** November 7, 2025

A listing of the best apps and services—open source, where possible—for protecting your security and privacy online. For a human-friendly version of this page, please visit [apps.netwk.pro](apps.netwk.pro).
A listing of the best apps and services—open source, where possible—for protecting your security and privacy online. For a human-friendly version of this page, please visit [apps.netwk.pro](https://apps.netwk.pro).

<!-- markdownlint-disable MD001 -->

Expand Down Expand Up @@ -282,7 +282,7 @@ Firefox `user.js` mods typically consist of a `user.js` file, a `prefs.js` file,

<a name="instant-messaging"></a>

## 🗪 Instant Messaging Apps
## 💬 Instant Messaging Apps

<img src="https://cdn.jsdelivr.net/gh/netwk-pro/privacy-apps@refs/heads/master/src/img/apps/molly.png" width="20" height="20" alt="Molly" /> [Molly](https://github.com/mollyim/mollyim-android) 🌎 ⭐ ❤

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "privacy-apps",
"version": "1.0.2",
"version": "1.0.3",
"description": "A selection of the best privacy and security apps and services.",
"keywords": [
"foss",
Expand Down
17 changes: 0 additions & 17 deletions ref/index.md

This file was deleted.

6 changes: 4 additions & 2 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ A listing of the best apps and services—open source, where possible—for prot

<!-- markdownlint-disable MD001 -->

### Table of Contents

??? info "Apps"

### Apps
Expand Down Expand Up @@ -190,7 +192,7 @@ A listing of the best apps and services—open source, where possible—for prot
<img src="img/apps/cromite.png" width="20" height="20" alt="Cromite"> [Cromite](https://github.com/uazo/cromite/) 🌎

- If you want a Chrome interface, you may like Cromite. Similarly to Brave, it offers fairly robust privacy features, including Adblock. See [caveat](#chrome).
- Can be installed on mobile with [FFUpdater](https://f-droid.org/en/packages/de.marmaro.krt.ffupdater/)<sup>[F-Droid](https://f-droid.org/en/packages/de.marmaro.krt.ffupdater/) | [GitHub](https://github.com/Tobi823/ffupdater)</sup>.
- Can be installed on mobile with [FFUpdater](https://f-droid.org/en/packages/de.marmaro.krt.ffupdater/) <sup>[F-Droid](https://f-droid.org/en/packages/de.marmaro.krt.ffupdater/) | [GitHub](https://github.com/Tobi823/ffupdater)</sup>.

&nbsp;

Expand Down Expand Up @@ -314,7 +316,7 @@ A listing of the best apps and services—open source, where possible—for prot

??? info "Instant Messaging Apps"

## 🗪 Instant Messaging Apps
## 💬 Instant Messaging Apps

<img src="img/apps/molly.png" width="20" height="20" alt="Molly" /> [Molly](https://github.com/mollyim/mollyim-android) 🌎 ⭐ ❤

Expand Down
Loading