Skip to content

Latest commit

 

History

History
189 lines (181 loc) · 48.3 KB

File metadata and controls

189 lines (181 loc) · 48.3 KB

Unreleased

Date Commit Change File
2026-01-03 ada37f3 Update logo image source in README.md README.md
2026-01-03 fbe9048 Add files via upload icons/Bot.png
2026-01-03 ef4db4c Enhance README with project details and logo README.md
2025-12-30 441c177 Merge pull request #2 from WorkofAditya/Beta
2025-12-30 ab58f13 Update version number from 3 to 2 version.txt
2025-12-30 23e43d2 Update LOCAL_VERSION to 2 js/app.js
2025-12-30 87d1b75 Remove unused files from service worker cache service-worker.js
2025-12-30 95f5f3e Update version number from 2 to 3 version.txt
2025-12-30 ec0f556 Update version number to v2.0.1 index.html
2025-12-30 589c6d1 Refactor service worker for better caching and fetch handling service-worker.js
2025-12-30 a995bc7 Refactor service worker for cache handling and fetch service-worker.js
2025-12-30 168dc45 Refactor app update check and refresh functionality js/app.js
2025-12-30 b407e06 Improve fetch event handling in service worker service-worker.js
2025-12-30 2e03eb4 Implement app version check and update notification js/app.js
2025-12-30 949b6f0 Add styles for updatePopup component styles.css
2025-12-30 053c0bd Add changelog link and update popup to index.html index.html
2025-12-30 a64874a Update version number from 1 to 2 version.txt
2025-12-30 6319a5c Refactor service worker caching logic service-worker.js
2025-12-30 c896111 Add version number to version.txt version.txt
2025-12-30 937e7d8 Delete gradle.properties gradle.properties
2025-12-20 90b3f3c Update README.md README.md
2025-12-07 b94b89b Add files via upload badges/android.png badges/fdroid.png badges/github.png badges/izzyondroid.png badges/playstore.png badges/sourceforge.png badges/webDemo.png
2025-12-07 33baaf7 Create placeholder badges/placeholder
2025-12-06 0832535 Update README.md README.md
2025-12-06 02ae0b2 Create privacy_policy.md docs/privacy_policy.md
2025-12-06 eb96b5e Create gradle.properties for F-Droid gradle.properties
2025-12-06 6984d2e Enable Jetifier app/gradle.properties
2025-12-06 db4ead2 Add files via upload app/gradle.properties
2025-12-05 173bfb5 Rename AndroidManifest.xml to app/src/main/AndroidManifest.xml app/src/main/AndroidManifest.xml
2025-12-05 7a988ba Rename app/src/main/AndroidManifest.xml to AndroidManifest.xml AndroidManifest.xml
2025-12-05 40cae91 Update version name and code app/build.gradle
2025-12-05 4cdc6c6 Create sync.yml .github/workflows/sync.yml
2025-12-04 e32428a Update README.md README.md
2025-12-04 f209560 Update assetlinks.json with final SHA fingerprint .well-known/assetlinks.json
2025-12-04 8f06d5a Added new SHA fingerprint .well-known/assetlinks.json

v2.0.0

Date Commit Change File
2025-12-04 e13b33e Update version in index.html index.html
2025-12-04 432d317 Added android build files app/build.gradle app/src/main/AndroidManifest.xml app/src/main/java/dev/pages/chatbot_b3b/twa/Application.java app/src/main/java/dev/pages/chatbot_b3b/twa/DelegationService.java app/src/main/java/dev/pages/chatbot_b3b/twa/LauncherActivity.java app/src/main/res/drawable-anydpi/shortcut_legacy_background.xml app/src/main/res/drawable-hdpi/ic_notification_icon.png app/src/main/res/drawable-hdpi/splash.png app/src/main/res/drawable-mdpi/ic_notification_icon.png app/src/main/res/drawable-mdpi/splash.png app/src/main/res/drawable-xhdpi/ic_notification_icon.png app/src/main/res/drawable-xhdpi/splash.png app/src/main/res/drawable-xxhdpi/ic_notification_icon.png app/src/main/res/drawable-xxhdpi/splash.png app/src/main/res/drawable-xxxhdpi/ic_notification_icon.png app/src/main/res/drawable-xxxhdpi/splash.png app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml app/src/main/res/mipmap-hdpi/ic_launcher.png app/src/main/res/mipmap-hdpi/ic_maskable.png app/src/main/res/mipmap-mdpi/ic_launcher.png app/src/main/res/mipmap-mdpi/ic_maskable.png app/src/main/res/mipmap-xhdpi/ic_launcher.png app/src/main/res/mipmap-xhdpi/ic_maskable.png app/src/main/res/mipmap-xxhdpi/ic_launcher.png app/src/main/res/mipmap-xxhdpi/ic_maskable.png app/src/main/res/mipmap-xxxhdpi/ic_launcher.png app/src/main/res/mipmap-xxxhdpi/ic_maskable.png app/src/main/res/raw/web_app_manifest.json app/src/main/res/values/colors.xml app/src/main/res/values/strings.xml app/src/main/res/xml/filepaths.xml app/src/main/res/xml/shortcuts.xml build.gradle gradle/wrapper/gradle-wrapper.jar gradle/wrapper/gradle-wrapper.properties gradlew gradlew.bat settings.gradle
2025-12-04 5c30965 Create AndroidManifest.xml app/src/main/AndroidManifest.xml
2025-12-04 1ccd818 Create build.gradle app/build.gradle
2025-12-04 9a87d08 Added new SHA fingerprint .well-known/assetlinks.json
2025-12-03 6ea34d8 Update cache version to vault-cache-v13 service-worker.js
2025-12-03 c830389 Added icons to cache service-worker.js
2025-12-03 39d90f0 Update cache version to vault-cache-v12 service-worker.js
2025-12-03 3ed1459 Update manifest.json manifest.json
2025-12-03 d97915f Add files via upload icons/512.png icons/maskable.png
2025-12-02 bf92582 Update README.md README.md
2025-12-02 aefcced Update guide.md docs/guide.md
2025-12-02 92e39d6 Fixed a syntax error js/app.js
2025-12-02 706bf3c Update cache version to vault-cache-v11 service-worker.js
2025-12-02 56347c1 Update app.js to display orderd list correctly js/app.js
2025-12-02 574682f Refector markdown rendering js/app.js
2025-12-02 e52a179 Added styles for guide menu and markdown styles.css
2025-12-02 395f8c4 Added Help button and guide menu index.html
2025-12-02 394c155 Fix spacing docs/guide.md
2025-12-02 d8d01a9 Removed extra spacing docs/guide.md
2025-12-02 0172497 Update guide.md docs/guide.md
2025-12-02 aa062d5 Create guide.md docs/guide.md
2025-12-02 59a044d Add files via upload docs/images/1_add.png docs/images/2_search.png docs/images/3_manage.png docs/images/4_menu.png docs/images/5_json.png docs/images/6.png
2025-12-02 fe0dcd5 Create placeholder docs/images/placeholder
2025-12-02 7db8701 Delete docs directory docs/1_add.png docs/2_search.png docs/3_manage.png docs/4_menu.png docs/5_json.png docs/6.png docs/placeholder
2025-12-02 f9c67a2 Add files via upload docs/1_add.png docs/2_search.png docs/3_manage.png docs/4_menu.png docs/5_json.png docs/6.png
2025-12-02 58b462c Create placeholder docs/placeholder
2025-12-02 ca62635 Refactor vault import process with progress updates js/app.js
2025-12-02 d63c776 Add styles for import loader and progress bar styles.css
2025-12-02 69ec96a Add import loader to index.html index.html
2025-12-01 daacb7c Change exported file name to include date and time js/app.js
2025-12-01 f84a392 Update android download link README.md
2025-12-01 ca9fe76 Added new SHA fingerprint .well-known/assetlinks.json
2025-12-01 7fa49ba Update cache version to vault-cache-v10 service-worker.js
2025-12-01 194b728 Change URLs in manifest.json to absolute paths manifest.json
2025-12-01 4547397 Update download link in README README.md
2025-12-01 53e5101 Change start_url to root in manifest.json manifest.json
2025-12-01 17c47a1 Update start_url in manifest.json manifest.json
2025-12-01 633a8f4 Update cache version to vault-cache-v9 service-worker.js
2025-12-01 19898c1 Add parseMarkdown function for Markdown parsing js/app.js
2025-12-01 6537d81 Enhance styles for changelog section styles.css
2025-12-01 4abbf73 Refactor changelog workflow for better output .github/workflows/changelog.yml
2025-12-01 715c3e2 Update CHANGELOG.md to display tables for all changes CHANGELOG.md
2025-11-27 9f0d40e Add download section to README README.md
2025-11-27 70c1db9 Update assetlinks.json with new SHA256 fingerprint .well-known/assetlinks.json
2025-11-27 b4d5019 Update package name and SHA256 fingerprint in assetlinks .well-known/assetlinks.json
2025-11-27 cff4b32 Update service worker registration path js/app.js
2025-11-27 420d324 Update cached files in service worker service-worker.js
2025-11-27 6433e02 Update start_url and icon path in manifest.json manifest.json
2025-11-27 a640f4f Add assetlinks.json for Android app verification .well-known/assetlinks.json
2025-11-27 6c33fc4 Update service worker registration path js/app.js
2025-11-27 7537e2e Modify manifest.json for new URL and icon paths manifest.json
2025-11-27 84a78e2 Modify cache files for ChatBot resources service-worker.js
2025-11-27 00c8ea4 Add start_url to manifest configuration manifest.json
2025-11-21 19e0f40 Remove entry for rebuild trigger CHANGELOG.md
2025-11-21 b5323de Update cache name and file paths in service worker service-worker.js
2025-11-21 7344099 Trigger rebuild README.md
2025-11-21 cbf360b Implement PDF thumbnail generation and caching js/app.js
2025-11-21 e173520 Add styles for PDF modal and viewer styles.css
2025-11-21 49cbbe3 Integrate PDF.js for PDF viewing functionality index.html
2025-11-21 ad62ce9 Uploaded pdf.min.js and pdf.worker.min.js js/pdf.min.js js/pdf.worker.min.js
2025-11-21 ad7667c Rename app.js to js/app.js js/app.js
2025-11-21 5f71d04 Remove '[skip pages]' from changelog commit message .github/workflows/changelog.yml
2025-11-21 267ca74 Update cache version to vault-cache-v9 service-worker.js
2025-11-21 39a6b7c Skip pages for auto-update commit message .github/workflows/changelog.yml
2025-11-21 01253a7 Delete .gitattributes .gitattributes
2025-11-21 73d6dd1 Add export-ignore for CHANGELOG.md .gitattributes
2025-11-21 15e90c3 Add GitHub Actions workflow for changelog updates .github/workflows/changelog.yml
2025-11-21 afaccc8 Refactor file handling into renderFile function app.js
2025-11-21 3803f90 Add styles for image modal and zoom animation styles.css
2025-11-21 1c1d9b4 Add image modal div to index.html index.html
2025-11-19 c59a1f2 Update cache version to vault-cache-v8 service-worker.js
2025-11-19 6a26a5b Update CHANGELOG Structure to remove author's name CHANGELOG.md
2025-11-19 aea37c0 Updated CHANGELOG Structure CHANGELOG.md
2025-11-19 59e6f20 Added Changelog logic to fetch content from github raw app.js
2025-11-19 f5ceb7b Added style to changelog menu and headings styles.css
2025-11-19 054b929 Added Changelog popup button and menu index.html
2025-11-18 bf7b0c9 Update cache version to vault-cache-v7 service-worker.js
2025-11-18 24427d4 Implement About popup functionality app.js
2025-11-18 312ccd4 Implement styles for about popup component styles.css

v1.5

Date Commit Change File
2025-11-16 4eee1be Update CHANGELOG for version 1.5 release CHANGELOG.md
2025-11-16 bdc821e Update cache version to vault-cache-v6 service-worker.js
2025-11-16 129c77f Add confirmation prompt before individual document deletion app.js
2025-11-16 c8628b3 Add styles for export, clear, import buttons and popup styles.css
2025-11-16 61da6a0 Modify vault toolbar and edit popup buttons index.html
2025-11-15 cbf4f7e Add styles for edit document list and buttons styles.css
2025-11-15 2523be3 Update CHANGELOG with recent changes CHANGELOG.md
2025-11-14 03bf64b Update cache version to vault-cache-v5 service-worker.js
2025-11-14 4280efb Add confirmation message after saving document app.js
2025-11-14 8a1c5a1 Refactor DB functions and enhance message handling app.js
2025-11-14 cddea42 Add edit and save functionality to popup forms index.html
2025-11-14 ad0439d Refactor greeting and file handling logic app.js
2025-11-14 bf44340 Implement conversational handling in chatbot app.js
2025-11-12 ee64e9c Update cache version to vault-cache-v4 service-worker.js
2025-11-12 0bd7df9 Refactor styles for send and add document buttons styles.css
2025-11-12 3adef64 Add "Add Document" button to input area index.html
2025-11-12 00f8c98 Update button styles in popup actions styles.css
2025-11-12 bab7e29 Refactor styles for input area and popup components styles.css
2025-11-12 2246b19 Enhance send button with SVG icon index.html
2025-11-11 1b73549 Update styles for improved UI appearance styles.css
2025-11-02 c1b7c77 Added links for each commit in CHANGELOG CHANGELOG.md

v1.0

Date Commit Change File
2025-10-24 a1f770e Update cache version to vault-cache-v3 service-worker.js
2025-10-24 533ee84 Implement image download link in chatbox app.js
2025-10-22 4d69b0e Update cache version to vault-cache-v2 service-worker.js
2025-10-22 73a18c0 Add styles for popup actions layout styles.css
2025-10-22 07392ef Wrap buttons in a div for better layout index.html
2025-10-22 8060ec6 Refactor findDoc to use filter and handle multiple results app.js
2025-10-22 bfdbf68 Remove redundant background color code manifest.json
2025-10-22 8e60278 Change background color to #1649FF manifest.json
2025-10-22 2f61eee Add files via upload icons/favicon.ico
2025-10-22 9a00001 Delete icons/favicon.ico icons/favicon.ico
2025-10-22 16d1571 Register service worker on window load app.js
2025-10-22 787cdce Add service worker for caching assets service-worker.js
2025-10-22 c840969 Update README with project details and features README.md
2025-10-21 a7e10dd Add files via upload icons/192.png
2025-10-21 7bfc4e6 Delete icons/192.png icons/192.png
2025-10-21 d8c9218 Add files via upload icons/favicon.ico
2025-10-21 bba97e2 Delete icons/favicon.ico icons/favicon.ico
2025-10-21 4ae4f96 Change theme color in manifest.json manifest.json
2025-10-21 ff8d2b0 Update manifest.json manifest.json
2025-10-21 912db99 test update app.js icons/192.png icons/favicon.ico index.html manifest.json service-worker.js
2025-10-21 047fff3 test commit index.html manifest.json site.webmanifest
2025-10-21 20731d7 test commit android-chrome-192x192.png app.js index.html manifest.json styles.css
2025-10-21 5e5bae4 Update app.js index.html styles.css
2025-10-21 f08cc8f added PWA app.js index.html manifest.json service-worker.js
2025-10-21 fa417f9 Enhance file import with validation and error handling app.js
2025-10-21 b2bb455 Refactor vault data storage to use IndexedDB app.js
2025-10-21 6657fcf Refactor toast feedback and document handling app.js
2025-10-21 bb47745 Add file input for optional document attachment index.html
2025-10-21 e34b21f Add hover effect and shadow to chatbox images styles.css
2025-10-21 f9d396c Enhance chat features and improve vault handling app.js
2025-10-21 a5f6816 Add typing animation and toast notification styles styles.css
2025-10-21 5964ddb Add files via upload app.js index.html styles.css
2025-10-21 2dbf8ae Add MIT License file LICENSE