@daliovic/cc-statusline 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -29
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -76,35 +76,10 @@ Config is saved to `~/.claude/cc-statusline.json`.
76
76
 
77
77
  Prayer times are enabled by default and auto-detect your location via IP. Configure via `--config`:
78
78
 
79
- - **Calculation method** - Umm Al-Qura (default), ISNA, Muslim World League, and more
80
- - **Location** - Auto-detect or manual lat/lng
81
-
82
- Supported calculation methods:
83
- | Code | Method |
84
- |------|--------|
85
- | 0 | Shia Ithna-Ansari |
86
- | 1 | University of Islamic Sciences, Karachi |
87
- | 2 | Islamic Society of North America (ISNA) |
88
- | 3 | Muslim World League |
89
- | 4 | Umm Al-Qura, Makkah (default) |
90
- | 5 | Egyptian General Authority |
91
- | 7 | Institute of Geophysics, Tehran |
92
- | 8 | Gulf Region |
93
- | 9 | Kuwait |
94
- | 10 | Qatar |
95
- | 11 | Majlis Ugama Islam Singapura |
96
- | 12 | UOIF France |
97
- | 13 | Diyanet Turkey |
98
- | 14 | Spiritual Administration of Muslims of Russia |
99
- | 15 | Moonsighting Committee Worldwide |
100
- | 16 | Dubai (experimental) |
101
- | 17 | JAKIM, Malaysia |
102
- | 18 | Tunisia |
103
- | 19 | Algeria |
104
- | 20 | KEMENAG, Indonesia |
105
- | 21 | Morocco |
106
- | 22 | Comunidade Islamica de Lisboa |
107
- | 23 | Ministry of Awqaf, Jordan |
79
+ - **Calculation method** - 20+ methods including Umm Al-Qura, ISNA, Muslim World League, and regional options
80
+ - **Location** - Auto-detect via IP, city/country search, or manual coordinates
81
+
82
+ See [Aladhan API docs](https://aladhan.com/prayer-times-api#methods) for all available calculation methods.
108
83
 
109
84
  ### Environment Variables
110
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daliovic/cc-statusline",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Minimal Claude Code statusline with usage limits and budget tracking",
5
5
  "type": "module",
6
6
  "main": "dist/statusline.js",