You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename repo references to learn-offline-first-apps (#13)
Update all GitHub URLs, clone commands, and Docsify
config from offline-first to learn-offline-first-apps.
Add v3.3.0 release notes and known issues for the
rename consequences.
Closes#12
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: KNOWN_ISSUES.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
> **Note:** Many issues in earlier releases (v1.0.0–v2.0.0) are deliberate simplifications to keep the implementation accessible for learning. They will be addressed progressively in later releases as complexity is layered in.
4
4
5
+
## v3.3.0
6
+
7
+
### Old release URLs contain previous repository name
8
+
9
+
Release tags v1.0.0–v3.2.1 were created under the `offline-first` repository name. URLs in those tagged versions (README, docs) still reference `virtualian/offline-first`. GitHub redirects these automatically, but the redirect breaks if a new repository named `offline-first` is ever created under the same account.
10
+
11
+
**Workaround:** None required — GitHub redirects work transparently. Avoid creating a new repo named `offline-first` under the `virtualian` account.
12
+
13
+
### Existing clones require remote URL update
14
+
15
+
Anyone who cloned the repository before the rename still has the old remote URL configured.
16
+
17
+
**Fix:** Run `git remote set-url origin git@github.com:virtualian/learn-offline-first-apps.git`
18
+
5
19
## v3.2.1
6
20
7
21
No new issues introduced. Documentation site responsive layout issue from v3.2.0 is resolved.
|[v3.0.0](https://github.com/virtualian/offline-first/releases/tag/v3.0.0)| Offline-first with PowerSync — local SQLite with bidirectional sync |
137
-
|[v3.1.0](https://github.com/virtualian/offline-first/releases/tag/v3.1.0)| Diataxis documentation site |
138
-
|[v3.2.0](https://github.com/virtualian/offline-first/releases/tag/v3.2.0)| Improved docs site with header, collapsible sidebar, and release docs |
139
-
|[v3.2.1](https://github.com/virtualian/offline-first/releases/tag/v3.2.1)| Responsive docs site — mobile and tablet layout fix |
134
+
|[v1.0.0](https://github.com/virtualian/learn-offline-first-apps/releases/tag/v1.0.0)| Initial online-first example app — direct reads and writes to Supabase |
|[v3.0.0](https://github.com/virtualian/learn-offline-first-apps/releases/tag/v3.0.0)| Offline-first with PowerSync — local SQLite with bidirectional sync |
137
+
|[v3.1.0](https://github.com/virtualian/learn-offline-first-apps/releases/tag/v3.1.0)| Diataxis documentation site |
138
+
|[v3.2.0](https://github.com/virtualian/learn-offline-first-apps/releases/tag/v3.2.0)| Improved docs site with header, collapsible sidebar, and release docs |
139
+
|[v3.2.1](https://github.com/virtualian/learn-offline-first-apps/releases/tag/v3.2.1)| Responsive docs site — mobile and tablet layout fix |
140
+
|[v3.3.0](https://github.com/virtualian/learn-offline-first-apps/releases/tag/v3.3.0)| Repository renamed to `learn-offline-first-apps`|
140
141
141
-
See all [releases](https://github.com/virtualian/offline-first/releases) | [release notes](RELEASE_NOTES.md) | [known issues](KNOWN_ISSUES.md).
142
+
See all [releases](https://github.com/virtualian/learn-offline-first-apps/releases) | [release notes](RELEASE_NOTES.md) | [known issues](KNOWN_ISSUES.md).
142
143
143
144
---
144
145
145
146
## Discussions
146
147
147
-
Questions, ideas, or feedback? Join the [discussions](https://github.com/virtualian/offline-first/discussions).
148
+
Questions, ideas, or feedback? Join the [discussions](https://github.com/virtualian/learn-offline-first-apps/discussions).
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
This project starts from the simplest possible online-first baseline and progressively adds offline capabilities, one step at a time. Each step has a working demo and documentation explaining the concepts behind it.
6
6
7
-
Each [release](https://github.com/virtualian/offline-first/releases) marks a working milestone — from online-first ([v1.0.0](https://github.com/virtualian/offline-first/releases/tag/v1.0.0)) through realtime sync ([v2.0.0](https://github.com/virtualian/offline-first/releases/tag/v2.0.0)) to offline-first ([v3.0.0](https://github.com/virtualian/offline-first/releases/tag/v3.0.0)). Check out any tag to see the project at that stage. See the [release notes](https://github.com/virtualian/offline-first/blob/main/RELEASE_NOTES.md) and [known issues](https://github.com/virtualian/offline-first/blob/main/KNOWN_ISSUES.md).
7
+
Each [release](https://github.com/virtualian/learn-offline-first-apps/releases) marks a working milestone — from online-first ([v1.0.0](https://github.com/virtualian/learn-offline-first-apps/releases/tag/v1.0.0)) through realtime sync ([v2.0.0](https://github.com/virtualian/learn-offline-first-apps/releases/tag/v2.0.0)) to offline-first ([v3.0.0](https://github.com/virtualian/learn-offline-first-apps/releases/tag/v3.0.0)). Check out any tag to see the project at that stage. See the [release notes](https://github.com/virtualian/learn-offline-first-apps/blob/main/RELEASE_NOTES.md) and [known issues](https://github.com/virtualian/learn-offline-first-apps/blob/main/KNOWN_ISSUES.md).
8
8
9
-
**Questions or feedback?** Join the [discussions](https://github.com/virtualian/offline-first/discussions).
9
+
**Questions or feedback?** Join the [discussions](https://github.com/virtualian/learn-offline-first-apps/discussions).
0 commit comments