Skip to content

Commit f329c4c

Browse files
authored
Merge pull request #3 from WorkofAditya/main
Updating Beta
2 parents ab58f13 + c3cdae8 commit f329c4c

3 files changed

Lines changed: 43 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
## Unreleased
22
| Date | Commit | Change | File |
33
|------|--------|--------|------|
4+
| 2026-01-03 | [ada37f3](https://github.com/workofaditya/ChatBot/commit/ada37f3e16bfde7c50daa51ce3eff6645b97d85d) | Update logo image source in README.md | [README.md](https://github.com/workofaditya/ChatBot/blob/main/README.md) |
5+
| 2026-01-03 | [fbe9048](https://github.com/workofaditya/ChatBot/commit/fbe9048d2f7acd4d0f3398dc975980f07db35993) | Add files via upload | [icons/Bot.png](https://github.com/workofaditya/ChatBot/blob/main/icons/Bot.png) |
6+
| 2026-01-03 | [ef4db4c](https://github.com/workofaditya/ChatBot/commit/ef4db4cd730b54b9ab61d403eca04ab87191c647) | Enhance README with project details and logo | [README.md](https://github.com/workofaditya/ChatBot/blob/main/README.md) |
7+
| 2025-12-30 | [441c177](https://github.com/workofaditya/ChatBot/commit/441c17761991284ee75c4bc2e036e72003af2a91) | Merge pull request #2 from WorkofAditya/Beta | |
8+
| 2025-12-30 | [ab58f13](https://github.com/workofaditya/ChatBot/commit/ab58f13a5268036b5406be089f5183f2159a1175) | Update version number from 3 to 2 | [version.txt](https://github.com/workofaditya/ChatBot/blob/main/version.txt) |
9+
| 2025-12-30 | [23e43d2](https://github.com/workofaditya/ChatBot/commit/23e43d21aa0bbed5dc73356d5193183781ada8d1) | Update LOCAL_VERSION to 2 | [js/app.js](https://github.com/workofaditya/ChatBot/blob/main/js/app.js) |
10+
| 2025-12-30 | [87d1b75](https://github.com/workofaditya/ChatBot/commit/87d1b753c736603e0d73d8ed397a4938355a75ed) | Remove unused files from service worker cache | [service-worker.js](https://github.com/workofaditya/ChatBot/blob/main/service-worker.js) |
11+
| 2025-12-30 | [95f5f3e](https://github.com/workofaditya/ChatBot/commit/95f5f3e54f804b6c3ae96bcb1cc0577be8c6d541) | Update version number from 2 to 3 | [version.txt](https://github.com/workofaditya/ChatBot/blob/main/version.txt) |
12+
| 2025-12-30 | [ec0f556](https://github.com/workofaditya/ChatBot/commit/ec0f556ac5ef2ec799f7937d3b6deb0e24f5c1ec) | Update version number to v2.0.1 | [index.html](https://github.com/workofaditya/ChatBot/blob/main/index.html) |
13+
| 2025-12-30 | [589c6d1](https://github.com/workofaditya/ChatBot/commit/589c6d176edb120370d06d1555ead89bd12587b1) | Refactor service worker for better caching and fetch handling | [service-worker.js](https://github.com/workofaditya/ChatBot/blob/main/service-worker.js) |
14+
| 2025-12-30 | [a995bc7](https://github.com/workofaditya/ChatBot/commit/a995bc7283f3282f2f86331d37d24d42a7c1fafa) | Refactor service worker for cache handling and fetch | [service-worker.js](https://github.com/workofaditya/ChatBot/blob/main/service-worker.js) |
15+
| 2025-12-30 | [168dc45](https://github.com/workofaditya/ChatBot/commit/168dc452b065c1b3043f086918ec86554985f914) | Refactor app update check and refresh functionality | [js/app.js](https://github.com/workofaditya/ChatBot/blob/main/js/app.js) |
16+
| 2025-12-30 | [b407e06](https://github.com/workofaditya/ChatBot/commit/b407e06500c83a0efee9724c4ff88d3b5a0ea52f) | Improve fetch event handling in service worker | [service-worker.js](https://github.com/workofaditya/ChatBot/blob/main/service-worker.js) |
17+
| 2025-12-30 | [2e03eb4](https://github.com/workofaditya/ChatBot/commit/2e03eb4112a227c0036ae246cddeb0e15368ec9e) | Implement app version check and update notification | [js/app.js](https://github.com/workofaditya/ChatBot/blob/main/js/app.js) |
18+
| 2025-12-30 | [949b6f0](https://github.com/workofaditya/ChatBot/commit/949b6f0290e1efd4155f5d2d759432123529db13) | Add styles for updatePopup component | [styles.css](https://github.com/workofaditya/ChatBot/blob/main/styles.css) |
19+
| 2025-12-30 | [053c0bd](https://github.com/workofaditya/ChatBot/commit/053c0bd6129b2661cea301bd2be13e61f84585a2) | Add changelog link and update popup to index.html | [index.html](https://github.com/workofaditya/ChatBot/blob/main/index.html) |
20+
| 2025-12-30 | [a64874a](https://github.com/workofaditya/ChatBot/commit/a64874ac30c5c554f61f322f274f93cec3b5d390) | Update version number from 1 to 2 | [version.txt](https://github.com/workofaditya/ChatBot/blob/main/version.txt) |
21+
| 2025-12-30 | [6319a5c](https://github.com/workofaditya/ChatBot/commit/6319a5cca15d167921bbd85d382ce27be746e74d) | Refactor service worker caching logic | [service-worker.js](https://github.com/workofaditya/ChatBot/blob/main/service-worker.js) |
22+
| 2025-12-30 | [c896111](https://github.com/workofaditya/ChatBot/commit/c8961116d3fe6509bbae33bdec70f23fb9712014) | Add version number to version.txt | [version.txt](https://github.com/workofaditya/ChatBot/blob/main/version.txt) |
423
| 2025-12-30 | [937e7d8](https://github.com/workofaditya/ChatBot/commit/937e7d84182d35f8071a1d9bedb8c564d4831089) | Delete gradle.properties | [gradle.properties](https://github.com/workofaditya/ChatBot/blob/main/gradle.properties) |
524
| 2025-12-20 | [90b3f3c](https://github.com/workofaditya/ChatBot/commit/90b3f3cdd81ec09cc14cb1c74818abfcf0c4ef9b) | Update README.md | [README.md](https://github.com/workofaditya/ChatBot/blob/main/README.md) |
625
| 2025-12-07 | [b94b89b](https://github.com/workofaditya/ChatBot/commit/b94b89b7a9892b3182cd4bceaf9ba4cb3dc98343) | Add files via upload | [badges/android.png](https://github.com/workofaditya/ChatBot/blob/main/badges/android.png) [badges/fdroid.png](https://github.com/workofaditya/ChatBot/blob/main/badges/fdroid.png) [badges/github.png](https://github.com/workofaditya/ChatBot/blob/main/badges/github.png) [badges/izzyondroid.png](https://github.com/workofaditya/ChatBot/blob/main/badges/izzyondroid.png) [badges/playstore.png](https://github.com/workofaditya/ChatBot/blob/main/badges/playstore.png) [badges/sourceforge.png](https://github.com/workofaditya/ChatBot/blob/main/badges/sourceforge.png) [badges/webDemo.png](https://github.com/workofaditya/ChatBot/blob/main/badges/webDemo.png) |

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
# Chatbot
1+
<div align="center">
2+
<a href="">
3+
<img src="https://raw.githubusercontent.com/WorkofAditya/ChatBot/refs/heads/main/icons/Bot.png" alt="Logo" width="150" height="150">
4+
</a>
5+
6+
# _Store it_, with [ChatBot ](https://chatbot-b3b.pages.dev/)
7+
8+
<p>
9+
Made to keep your data <strong> <b>truly <i> yours. </i></b></strong></a>
10+
<br>
11+
To handle your documents Gracefully,
12+
<br>
13+
<b>Developed by <a href="https://github.com/WorkofAditya/">Adityasinh</b></a>
14+
<br>
15+
<br>
16+
<a href="https://github.com/WorkofAditya/ChatBot/issues">Report a bug</a>
17+
<br />
18+
<a href="https://github.com/WorkofAditya/ChatBot/issues">Request feature</a>
19+
</p>
20+
</div>
21+
<br>
22+
23+
24+
225

326
**Chatbot** is a secure, privacy-focused web app that works entirely offline.
427
It lets you chat with your personal vault to quickly find, store, and manage important documents, notes, and files, all safely saved in your browser using IndexedDB.

icons/Bot.png

13.8 KB
Loading

0 commit comments

Comments
 (0)