5 Commits
v0.8 ... v0.8.1

Author SHA1 Message Date
a68383ff1a version 2021-11-24 16:57:32 +01:00
2857b50a7b Merge branch 'master' of github.com:cupcakearmy/ora 2021-11-24 16:50:15 +01:00
2d3bc1c742 overflow banner 2021-11-24 16:50:13 +01:00
e295d7956f Update README.md 2021-11-23 15:37:05 +01:00
ff0b7f9d9e Update README.md 2021-11-23 15:30:54 +01:00
5 changed files with 27 additions and 8 deletions

View File

@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.8] 2021-11
## [0.8] 2021-11-24
### Fixed
- Bug with overflowing banner.
## [0.8] 2021-11-23
### Added

View File

@@ -2,12 +2,16 @@
<img width="70%" src="./store/written.png" alt="logo" />
</p>
<p align="center">
<img alt="Firefox Extension Badge" src="https://img.shields.io/amo/users/ora-tracker?label=Firefox" />
<img alt="Chrome Extension Badge" src="https://img.shields.io/chrome-web-store/users/aghpiipfpgdiadkibmddeinngbboajbl?label=Chrome" />
<br/>
<a href="https://addons.mozilla.org/en-US/firefox/addon/ora-tracker/"><img src="./store/download_ff.png" /></a>
<a href="https://chrome.google.com/webstore/detail/ora/aghpiipfpgdiadkibmddeinngbboajbl"><img src="./store/download_chrome.png" /></a>
<br/>
<br/>
<p align="center">
<a href="https://discord.gg/tNH6ZcDMee">
<img alt="Discord" src="https://img.shields.io/discord/252403122348097536?style=for-the-badge" />
<img alt="Version" src="https://img.shields.io/github/manifest-json/v/cupcakearmy/ora?style=for-the-badge" />
<img alt="Firefox Extension Badge" src="https://img.shields.io/amo/users/ora-tracker?label=Firefox&style=for-the-badge" />
<img alt="Chrome Extension Badge" src="https://img.shields.io/chrome-web-store/users/aghpiipfpgdiadkibmddeinngbboajbl?label=Chrome&style=for-the-badge" />
</a>
</p>
## 🌈 Features
@@ -19,6 +23,11 @@
- 100% Open Source & Local
- Set retention policy that deletes all logs older than a user specified number of days.
## 🌏 Installation
<a href="https://addons.mozilla.org/en-US/firefox/addon/ora-tracker/"><img src="./store/download_ff.png" /></a>
<a href="https://chrome.google.com/webstore/detail/ora/aghpiipfpgdiadkibmddeinngbboajbl"><img src="./store/download_chrome.png" /></a>
## 🤔 Motivation
I wanted to see how much time I was spending on each website and set limits for certain ones.

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Ora",
"version": "0.8",
"version": "0.8.1",
"description": "See how much time you spend on each website and set limits",
"icons": {

View File

@@ -26,6 +26,10 @@
</div>
<style>
:global(*) {
box-sizing: border-box;
}
.wrapper {
position: fixed;
color: #000;

View File

@@ -2,7 +2,7 @@
<small>
Made with ❤️ by
<a href="https://nicco.io" target="_blank" rel="noreferrer">🐘</a>
— v0.8 —
— v0.8.1
<a href="https://github.com/cupcakearmy/ora" target="_blank" rel="noreferrer">Source Code</a>
</small>
</footer>