Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoheiu committed Sep 22, 2023
1 parent 7ec7ba4 commit c24679c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ Self-hostable "read-it-later" Web app.

## New release

### v1.0.0
- Update style overall.
### v1.0.1 (2023-09-23)

### v0.9.0

- Rewrite in SvelteKit, omit the server-side container.
- If you use v0.8.0 or before, an manual intervention is required.
- `cat migrate_table.sql | sqlite3 /path/to/.sqlite` would update the database.
- Fix toast.
- Add title according to the routes.

## Deploy

Expand All @@ -44,7 +40,7 @@ mkdir .index
version: '3'
services:
leaf:
image: docker.io/kyoheiudev/leaf:1.0.0
image: docker.io/kyoheiudev/leaf:1.0.1
container_name: leaf
environment:
- LEAF_DATA=/leaf/databases
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "leaf",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "LEAF_API_TOKEN=test vite dev",
Expand Down

0 comments on commit c24679c

Please sign in to comment.