Commit Graph

2120 Commits

Author SHA1 Message Date
Ace
53df3ccddb increase available space 2023-11-21 16:26:37 +01:00
Ace
d441b1a7ef unittest improvements 2023-11-21 15:56:28 +01:00
Ace
59c59e80f5 tests best practices 2023-11-21 15:18:19 +01:00
Ace
96a972e31f Merge remote-tracking branch 'origin/main' 2023-11-21 13:29:08 +01:00
Ace
e78fd0d4b5 Update v2 driver 2023-11-21 13:28:56 +01:00
Ace
823df7253a
adapt for Pillow10 2023-11-20 20:15:16 +01:00
Ace
386fccc796
Update requirements.txt 2023-11-20 19:00:17 +01:00
Ace
d53d167f74
Update inkycal_stocks.py 2023-11-20 18:58:56 +01:00
Ace
341a9cdc74
Update test_inkycal_stocks.py 2023-11-20 18:57:10 +01:00
Ace
a937564ec9
re-activate unittests 2023-11-20 17:21:18 +01:00
Ace
fea3ac3c8a
Merge pull request #282 from mygrexit/main
Improved multi-day events
2023-11-12 14:21:06 +01:00
mygrexit
126b3826e6
Add dotted and dashed lines (draw_boarder function)
First version of adding dotted and dashed line in order to be able to have more distinguishon between multi event, single event and mixed event days. This version is using the "arcs" from PIL ImageDraw which isn't pretty.
2023-11-10 21:53:36 +01:00
Ace
18257066a6
Update CODE_OF_CONDUCT.md 2023-11-10 15:08:13 +01:00
Ace
41ea263257
Update CONTRIBUTING.md 2023-11-10 15:06:15 +01:00
mygrexit
2dc945ebee
Added support for multi-day events
Improved event handling in calendar: Enhanced the calendar module to handle events spanning multiple days.
2023-11-10 14:57:47 +01:00
Ace
084a44a5e5
Create pull_request_template.md 2023-11-10 14:49:42 +01:00
mygrexit
d79c65cdd5
Add localized formatting for multi-day event durations
This commit introduces a feature to format the names of multi-day events using Arrow's localization. Event titles now include the event duration in days.
2023-11-10 13:39:08 +01:00
Ace
2b2eca2271
Merge pull request #279 from aceinnolab/feature/#245
text-module enhancement
2023-11-08 22:30:02 +01:00
Ace
bb9257ee30
consistency 2023-11-08 22:25:46 +01:00
Ace
bebe60aef3 text-module enhancement
This allows an improved approach to load text from URL
Also improved the function to check for a connection by attempting three times before giving up
2023-11-08 20:22:50 +01:00
Ace
3124ecd535
Update update-os.yml 2023-11-08 18:06:11 +01:00
Ace
6e35348171
added note about one-time sponsor
To avoid confusions
2023-11-08 18:01:55 +01:00
Ace
c02a300cf5
Update README.md 2023-11-08 11:12:54 +01:00
Ace
e2616d3795
v2.0.3 2023-11-08 11:11:40 +01:00
Ace
b90d01a2ba
Update setup.py 2023-11-08 10:47:53 +01:00
Ace
30e2504f52
python3.9 -> python 3.11 2023-11-08 10:47:20 +01:00
Ace
05baa11295
update instructions
The latest version of Raspberry Pi OS is now officially supported, however, the installation of numpy takes a very long time. A note about the long installation has been added
2023-11-08 10:41:58 +01:00
Ace
97296fc676
cleanup 2023-11-08 10:30:03 +01:00
Ace
701bfd8f90
Update requirements.txt 2023-11-08 10:29:19 +01:00
Ace
c96e661444
Update test-on-rpi.yml 2023-11-08 02:18:19 +01:00
Ace
831086c859
Update test-on-rpi.yml 2023-11-08 02:05:32 +01:00
Ace
f0f299cbd7
Update test-on-rpi.yml 2023-11-08 01:56:33 +01:00
Ace
924ac95553
Update test-on-rpi.yml 2023-11-08 01:45:49 +01:00
Ace
d3e3d03f40
Update test-on-rpi.yml 2023-11-08 01:32:26 +01:00
Ace
09ff7261c4
Update test-on-rpi.yml 2023-11-08 01:23:18 +01:00
Ace
f5d93c77ea
Update test-on-rpi.yml 2023-11-08 01:14:30 +01:00
Ace
e930579eab
Update test-on-rpi.yml 2023-11-08 01:00:48 +01:00
Ace
de72c4ce25
Merge pull request #278 from aceinnolab/feature/#275
python 3.11 & code quality improvements
2023-11-08 00:50:48 +01:00
Ace
8af21e49e3 speed up installation time 2023-11-08 00:26:57 +01:00
Ace
0ea7b300c8
Update test-on-rpi.yml 2023-11-07 23:15:49 +01:00
Ace
a921a9c917 code quality improvements 2023-11-07 23:13:30 +01:00
Ace
2799b66f1d
Update test-on-rpi.yml 2023-11-07 23:11:34 +01:00
Ace
93c968da53 python 3.11 & code quality improvements 2023-11-07 22:49:48 +01:00
Ace
4f2dacc35a
added quickstart video 2023-10-23 03:18:39 +02:00
Ace
c022d68323
Merge pull request #276 from aceinnolab/dependabot/pip/urllib3-2.0.7
Bump urllib3 from 2.0.6 to 2.0.7
2023-10-17 23:32:32 +02:00
dependabot[bot]
c6cbf2d74f
Bump urllib3 from 2.0.6 to 2.0.7
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 21:09:53 +00:00
Ace
ea2a6051c4
add note about debian bookworm 2023-10-16 21:28:25 +02:00
Ace
d740032989
Update test-on-rpi.yml
fix space issue
2023-10-16 13:33:11 +02:00
Ace
2c3fcd630c
test on bookworm 2023-10-16 12:19:26 +02:00
Ace
6da4a9e833
fix sponsor button link 2023-10-12 15:57:55 +02:00