diff --git a/.gitignore b/.gitignore index 2ab51bf..2374fa3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,14 @@ -.cache node_modules yarn-error.log +# Build +.cache dist *.zip *.pem *.crx +web-ext-artifacts + +# Design *.afphoto -*.afdesign -web-ext-artifacts \ No newline at end of file +*.afdesign \ No newline at end of file diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..1f1bea6 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,10 @@ +# Release + +## Building + +1. Bump version in `manifest.json` and `src/shared/footer.svelte` +2. Build with `yarn run dist` + +## Firefox + +Upload `web-ext-artifacts/ora-*.zip` in the [console](https://addons.mozilla.org/de/developers/). diff --git a/ROADMAP.md b/ROADMAP.md index a9f1c73..b889e5e 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -7,7 +7,3 @@ - Dark mode support - Options - Dashboard -- Add footer - - Build With ♥️ - - Github link - - website link diff --git a/manifest.json b/manifest.json index 3f03123..4d8b6e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Ora", - "version": "0.5", + "version": "0.6", "description": "See how much time you spend on each website and set limits", "icons": { diff --git a/package.json b/package.json index 5a8e7e7..4b906bf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "homepage": "https://github.com/cupcakearmy/ora", "scripts": { - "clean": "rm -rf dist .cache web-ext-artifacts node_modules", + "clean": "rm -rf dist .cache web-ext-artifacts ora.zip", "dev": "parcel watch --no-hmr manifest.json src/dashboard/index.html", "build": "parcel build --no-content-hash --no-source-maps --no-minify manifest.json src/dashboard/index.html", "dist": "rm -rf dist && yarn run build && yarn pack:ff && yarn run pack:zip", diff --git a/src/shared/footer.svelte b/src/shared/footer.svelte index 8b6afe2..7a7395d 100644 --- a/src/shared/footer.svelte +++ b/src/shared/footer.svelte @@ -11,8 +11,11 @@