Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions stoic-quote@orion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Stoic Quote — Changelog

## 0.2.0
- Added 59 more curated quotes (now 122 total)
- New authors: Heraclitus, Diogenes the Cynic, Antisthenes, Cato the Younger, Hierocles
- Broadened description to reflect the wider roster of Stoic and proto-Stoic thinkers
- Timer callback now returns `GLib.SOURCE_REMOVE` (named constant) instead of `false`

## 0.1.0
- Initial release
- 63 curated quotes from Zeno of Citium, Cleanthes, Chrysippus, Musonius Rufus, Epictetus, Marcus Aurelius, and Seneca
Expand Down
2 changes: 1 addition & 1 deletion stoic-quote@orion/files/stoic-quote@orion/desklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ StoicQuoteDesklet.prototype = {
global.log("[stoic-quote] Scheduled refresh fired");
this._showQuote();
this._scheduleNextRefresh();
return false;
return GLib.SOURCE_REMOVE;
});
},

Expand Down
4 changes: 2 additions & 2 deletions stoic-quote@orion/files/stoic-quote@orion/metadata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"uuid": "stoic-quote@orion",
"name": "Stoic Quote",
"description": "Display a daily Stoic quote from Marcus Aurelius, Epictetus, and Seneca. Quote rotates at midnight and is deterministic by date.",
"version": "0.1.0",
"description": "Display a daily Stoic quote from Marcus Aurelius, Epictetus, Seneca, and other Stoic and proto-Stoic thinkers. Quote rotates at midnight and is deterministic by date.",
"version": "0.2.0",
"max-instances": "3",
"author": "orion",
"website": ""
Expand Down
Loading
Loading