Closed wkaisertexas closed 7 months ago
Using the array of dirty rects provided by ScreenCaptureKit
an away feature was created as described in #24
Updated logo based on #15
Added a feature where the user will be asked for a review at 5 saved videos and 10 saved videos, respectively.
This is done with a singleton in a similar pattern to how analytics is collected.
Next steps:
Added localization support with tranzlate. I need to fix this package however you often get rate limited by OpenAI and the produced data is in the wrong format so I had to convert everything manually to the right format.
Anyways, this app should now be built with support for all languages supported by the App Store Localizations Page.
I did this because someone reposted on a danish blog and I felt bad I had no translation for them.
I know machine translations are not perfect, however, the project is open source so people can fix translations and the translated strings are relatively simple. Looking at German, Spanish and French translations they are definitely passable.
However, I would like to get input on whether or not this approach to translation is something that should be pursued.
I defined an onboarding view. I still need to add animations to this onboarding view and play around with the styling to make the text easier to read. However, all in all, I think it could make the whole menu-bar app more approachable. If people turn out to hate it, it could be easily removed with a feature flag.
Again, please let me know what y'all think of this.
I do not know what I did, but no the colors are all messed up. I am going to have to revert versions for the Recordable changes that I had made.
The colors are fine, the mk4 file format just sucks and is a terrible file format to use. I removed the feature rather than dealing with it. Plus, Apple TV would try and open it by default.
Note: I still need to do user testing by clearing out the app storage and seeing if the views written work as expected. If so, I should be pushing a new build very soon.
Note: you can download the updated version through the app store link to try it out. Please let me know what you think of this
Note: things look mostly fine. just going to merge
A draft pull request for updates made after the initial feedback from post-hn blow up.