From 9f4fba0f067353cadd6ba307a739ac533b20d9c9 Mon Sep 17 00:00:00 2001 From: Camden Bruce Date: Thu, 3 Oct 2024 15:54:02 +1300 Subject: [PATCH 1/3] Add PineTab V part (I forgot) --- content/blog/september_2024.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/blog/september_2024.md b/content/blog/september_2024.md index 28cf1881..712bf79e 100644 --- a/content/blog/september_2024.md +++ b/content/blog/september_2024.md @@ -86,8 +86,6 @@ All Quartz64 software options should work right out-of-the box on this board wit The Quartz64-Zero is already available for $15 on [the store](https://pine64.com/product/quartz64-zero-single-board-computer/). - - ### PineNote {{< credits "Authors: Ralim, CarbonatedCaffeine" >}} @@ -131,6 +129,11 @@ We need help getting the Debian image into best shape for the release. * Nice videos would be very appreciated * Join/ask in the PineNote chat if you are willing to help! +### PineTab V +The PineTab V is returning for another production batch in October similar to the PineNote, there are no changes from the original batch. + +The device will be in stock around mid/late October. An announcement will be made when it drops in the store. + ### PinePhone Pro {{< credits "Author: CarbonatedCaffeine" >}} From 264e9c426d48f487b9c6fc9557b6b073d63909f3 Mon Sep 17 00:00:00 2001 From: Camden Bruce Date: Thu, 3 Oct 2024 23:31:13 +1300 Subject: [PATCH 2/3] Fix mistake with GTK watchface --- content/blog/september_2024.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/september_2024.md b/content/blog/september_2024.md index 712bf79e..8fe0116b 100644 --- a/content/blog/september_2024.md +++ b/content/blog/september_2024.md @@ -359,7 +359,7 @@ Community member [Blume](https://github.com/RoseBlume) has been building Postmar ![gtkwatchface](/blog/images/September_2024/gtkwatchface.png) -Community member [M​orsMortium](https://codeberg.org/MorsMortium) designed and created a series of watchfaces inspired by the GTK4 interface style. It includes widgets for the weather along with days of the week and numbered battery status among the rest. +Community member [M​orsMortium](https://codeberg.org/MorsMortium) designed and created a series of watchfaces inspired by the GTK3 interface style. It includes widgets for the weather along with days of the week and numbered battery status among the rest. You can check it out [here](https://codeberg.org/MorsMortium/GTKWatchFace) along with instructions on installing it on your PineTime in the README. Contributors welcome! From 05f91a46d9fda13f3a0bcc1e105d4f99e0ecd333 Mon Sep 17 00:00:00 2001 From: Camden Bruce Date: Thu, 3 Oct 2024 23:32:30 +1300 Subject: [PATCH 3/3] Fix GTK typo #2 --- content/blog/september_2024.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/september_2024.md b/content/blog/september_2024.md index 8fe0116b..4bb0d1c0 100644 --- a/content/blog/september_2024.md +++ b/content/blog/september_2024.md @@ -353,7 +353,7 @@ For a while now, our community manager Gamiee has been taking on the work of kee Community member [Blume](https://github.com/RoseBlume) has been building PostmarketOS images with Lomiri for various devices like the PinePhone and PineTab and would appreciate feedback and testing. You can find his images [here](https://github.com/RoseBlume/PostmarketOS-Lomiri-Images). -### GTK4 inspired watchface +### GTK3 inspired watchface {{< credits "Author: CarbonatedCaffeine" >}}