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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.1.0] - 2026-01-31
### Added
- **2026-02-02 06:36 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-02 06:35 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-02 06:34 UTC**: Automated Security Batch Update (DependabotSecureFlow)
Comment on lines +10 to +12
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These “Automated Security Batch Update” bullets are timestamped 2026-02-02 but are being added under the 1.1.0 (2026-01-31) release. This makes the changelog timeline inconsistent and duplicates similar entries elsewhere in the file. Consider moving this note to the appropriate release section (or an Unreleased section) and keeping it only once.

Copilot uses AI. Check for mistakes.
- **Unified Design System**: Centralized `css/style.css` for consistent dark/neon theme across all pages.
- **Local Analytics**: Implemented `js/tracker.js` for privacy-first, local-storage based session tracking.
- **Custom Cursor**: Added high-contrast cyberpunk arrow cursor with interactive hover states.
Expand All @@ -15,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.2.0] - 2026-02-01
### Added
- **2026-02-02 06:36 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-02 06:35 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-02 06:34 UTC**: Automated Security Batch Update (DependabotSecureFlow)
Comment on lines +21 to +23
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These automated update entries are duplicated verbatim across multiple version sections. Changelogs typically record each change once under the version that contains it; duplicating the same change under 1.2.0 and other versions makes it hard to determine where the dependency bump actually shipped.

Copilot uses AI. Check for mistakes.
- **Action Sync Workflow**: Automated synchronization of workflow files to `dependabot-secure-flow` action repository
- **Automatic Releases**: Semantic versioning and automated release creation for action updates
- **CHANGELOG Automation**: Automatic CHANGELOG updates in action repository on sync
Expand All @@ -36,6 +42,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.0] - 2025-12-10
### Added
- **2026-02-02 06:36 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-02 06:35 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-02 06:34 UTC**: Automated Security Batch Update (DependabotSecureFlow)
Comment on lines +45 to +47
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same automated security update entries are also being added under 1.0.0 (2025-12-10), which is historically far earlier than the timestamps. This should be recorded under the version that includes the dependency update (or an Unreleased section) rather than backfilled into older releases.

Copilot uses AI. Check for mistakes.
- **Core**: Initial release of AI-Pulse RSS aggregator.
- **Modules**:
- Implementation of `URL Tokenizer Engine`.
Expand Down
167 changes: 11 additions & 156 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
Expand Up @@ -31,7 +31,7 @@
"isomorphic-dompurify": "^2.35.0",
"jimp": "^1.6.0",
"jsdom": "^27.4.0",
"openai": "^4.76.0",
"openai": "^6.17.0",
"rss-parser": "^3.13.0",
"sanitize-html": "^2.17.0"
},
Expand Down
Loading