-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup .md docs and remove .ipynb Update install.sh Add trap for Ctrl-C to show resume path Update remote_install.sh Change branch for testing Update install.sh Fix variable name for abort() Update install.sh No '.' needed in resume path Update remote_install.sh Revert change made for testing. Add 'main' branch for eventual PR to main update plugin documentation update develiopment instructions abort after pipenv install fails fix init() for some displays ignore .vscode Add daemon start prompt Typo 'fi' Fix var spacing Add "$" to make command stand out Change service var in echo Update README with additional uninstall options Fix typo Fix typos in file paths (remove extra slash)
- Loading branch information
Showing
20 changed files
with
548 additions
and
1,928 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ tmp/* | |
*.ignore | ||
*.tgz | ||
*.spec | ||
.vscode* | ||
version.txt |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
# Change Log | ||
|
||
## 0.3.0.0 | ||
|
||
* Remove dependency on PyInstaller -- PaperPi is no longer distrubuted as a frozen PyInstaller | ||
* Update installer and offer web-based install | ||
|
||
## 0.2.14.5 | ||
|
||
* add crypto currency plugin | ||
* add xkcd comic plugin | ||
* adjust build and packaging scripts to handle external datas better | ||
|
||
## 0.2.14.3 | ||
|
||
* update model paperpi.ini with latest configurations | ||
* automatically update model paperpi.ini on build/release | ||
|
||
## 0.2.14.2 | ||
|
||
* Add option to add plugin configuration to user or daemon configuration files: | ||
- `paperip --add_config plugin_name user|daemon` | ||
* `paperip --add_config plugin_name user|daemon` | ||
|
||
## 0.2.14.1 | ||
|
||
* Add reddit_quote pulgin | ||
|
||
## 0.2.14.0 | ||
|
||
* Add moon_phase plugin | ||
|
||
## 0.2.13.0 | ||
## 0.2.13.0 | ||
|
||
* Fix [issue #20](https://github.com/txoof/epd_display/issues/20) -- max_refresh from config file ignored | ||
* Update systemd unit file to improve handling of systemd signals [issue #19](https://github.com/txoof/epd_display/issues/19) | ||
* Update interrupt handler to improve handling of systemd signals [issue #19](https://github.com/txoof/epd_display/issues/19) | ||
|
||
|
||
|
||
|
Oops, something went wrong.