mirror of
https://github.com/cupcakearmy/ora.git
synced 2024-11-01 00:34:11 +01:00
version bumps
This commit is contained in:
parent
dd33ad7f68
commit
e124a756bc
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
|
10
RELEASE.md
Normal file
10
RELEASE.md
Normal file
@ -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/).
|
@ -7,7 +7,3 @@
|
||||
- Dark mode support
|
||||
- Options
|
||||
- Dashboard
|
||||
- Add footer
|
||||
- Build With ♥️
|
||||
- Github link
|
||||
- website link
|
||||
|
@ -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": {
|
||||
|
@ -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",
|
||||
|
@ -11,8 +11,11 @@
|
||||
</style>
|
||||
|
||||
<footer>
|
||||
<a href="https://github.com/cupcakearmy/ora" target="_blank" rel="noreferrer">Source Code</a>
|
||||
- v0.5
|
||||
<a
|
||||
href="https://github.com/cupcakearmy/ora"
|
||||
target="_blank"
|
||||
rel="noreferrer">Source Code</a>
|
||||
- v0.6
|
||||
<br />
|
||||
Made with ❤️ by
|
||||
<a href="https://nicco.io" target="_blank" rel="noreferrer">🐘</a>
|
||||
|
Loading…
Reference in New Issue
Block a user