Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][bump version to 3.1.4]: resolved the extension dysfunctioning when user navigates from /new page to /chat/* page without refreshing #52

Merged
merged 22 commits into from
Nov 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
78bd584
docs: Update changelog for feature management architecture
lumpinif Nov 28, 2024
6c39aac
Merge branches 'main' and 'main' of https://github.com/lumpinif/Think…
lumpinif Nov 28, 2024
1b977e5
Merge branch 'richards199999:main' into main
lumpinif Nov 30, 2024
be3f525
fix: properly cleanup and reinitialize features and observers during …
lumpinif Nov 30, 2024
db73579
chore: bump version to 3.1.4 [skip ci]
github-actions[bot] Nov 30, 2024
743de88
chore: update changelog and disable duplicate heading rule
lumpinif Nov 30, 2024
4647a37
Merge branch 'main' of https://github.com/lumpinif/Thinking-Claude
lumpinif Nov 30, 2024
1592f0b
chore: bump version to 3.1.5 [skip ci]
github-actions[bot] Nov 30, 2024
61ea8ec
ci: enhance version management in GitHub Actions workflow
lumpinif Nov 30, 2024
9fb1236
chore: update the CHANGELOG for github action CI
lumpinif Nov 30, 2024
2320fa4
ci: fix the syntax error
lumpinif Nov 30, 2024
c815def
fix: syntax errors in chrome extension CI workflow
lumpinif Nov 30, 2024
1bf63f3
chore: version bumping test
lumpinif Nov 30, 2024
c2024a3
chore: version bumping test
lumpinif Nov 30, 2024
036ee0e
chore: bump version to 3.1.5 [skip ci]
github-actions[bot] Nov 30, 2024
6773ce3
chore: version bumping testing
lumpinif Nov 30, 2024
e5b6ccb
Merge branch 'main' of https://github.com/lumpinif/Thinking-Claude
lumpinif Nov 30, 2024
55b4c5d
chore: bump version to 3.1.6 [skip ci]
github-actions[bot] Nov 30, 2024
907789d
chore: version downgrade to v3.1.4 for latest after testing
lumpinif Nov 30, 2024
c6c5321
Merge branch 'richards199999:main' into main
lumpinif Nov 30, 2024
f649767
Merge branch 'main' of https://github.com/lumpinif/Thinking-Claude
lumpinif Nov 30, 2024
dde6581
Merge branch 'main' of https://github.com/lumpinif/Thinking-Claude
lumpinif Nov 30, 2024
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
Prev Previous commit
Next Next commit
chore: version downgrade to v3.1.4 for latest after testing
  • Loading branch information
lumpinif committed Nov 30, 2024
commit 907789d642d537f1768995e84fee8d4c88ff58d1
2 changes: 1 addition & 1 deletion extensions/chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thinking-claude",
"version": "3.1.5",
"version": "3.1.4",
"description": "Chrome extension for letting Claude think like a real human",
"type": "module",
"scripts": {
2 changes: 1 addition & 1 deletion extensions/chrome/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Thinking Claude",
"version": "3.1.5",
"version": "3.1.4",
"description": "Chrome extension for letting Claude think like a real human",
"background": {
"service_worker": "background.js"
2 changes: 1 addition & 1 deletion extensions/chrome/test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Version Bumping Test File
v3.1.5
v3.1.4