View all by durian
durian
Follow durian
Follow
Following durian
Following
Add To Collection
Collection
Comments
Devlog
Tiny Moments
←
Return to Tiny Moments
Devlog
0.2.26: Add search
August 20, 2025
by
durian
Now you can search for old posts by typing in the search bar. To upgrade to a new version: Export your data by tapping on the export button at the bottom of the app Attach the new moments file Tap the...
Continue reading
0.2.25: Corrections to the Brazilian Portuguese translation and improvements in fluency and clarity
August 19, 2025
by
durian
To upgrade to a new version: Export your data by tapping on the export button at the bottom of the app Attach the new moments file Tap the import button in the new app and import your old data...
Continue reading
0.2.24.1: Brazilian Portuguese translation!
August 19, 2025
by
durian
Thank you to @annonlive for the translation! Now we have Brazilian Portuguese translation. To upgrade to a new version: Export your data by tapping on the export button at the bottom of the app Attach...
Continue reading
0.2.23: Use smaller DOM library
August 17, 2025
by
durian
Use https://ratfactor.com/retrov/ Also save text to localStorage to prevent draft from disappearing when switching apps or closing draft To upgrade to a new version: Export your data by tapping on the...
Continue reading
0.2.22: Limit renders
August 01, 2025
by
durian
Even faster app by limiting the number of times the app has to go through the whole database. This app is still in development, so expect bugs! To upgrade to a new version: Export your data by tapping...
Continue reading
0.2.21: Faster app!
July 29, 2025
by
durian
Faster rendering because of the app is now memoizing markdown rendering so it doesn't have to do it every time. This app is still in development, so expect bugs! To upgrade to a new version: Export yo...
Continue reading
0.2.20: Virtual DOM
July 28, 2025
by
durian
Added Mithril.js to make it easier to write HTML. I made some adjustments that makes it feel a bit faster too! Let me know if you run into any issues! This app is still in development, so expect bugs!...
Continue reading
0.2.19: Add German translation!
July 09, 2025
by
durian
Added German translation thanks to dora71! This app is still in development, so expect bugs! To upgrade to a new version: Export your data by tapping on the export button at the bottom of the app Atta...
Continue reading
0.2.18: Even better build system
July 03, 2025
by
durian
Again, updates are behind the scenes, but I'm happy that I got to make developing the program easier by making the build system automatically watch for changes. Yay! If you'd like to try it out, visit...
Continue reading
More flexible build system: 0.2.17
July 01, 2025
by
durian
No new features but the app now has a more flexible build system now that it's written in Fennel. No longer dependent on the make command. This app is still in development, so expect bugs! To upgrade...
Continue reading
Better internationalization: 0.2.16
June 26, 2025
by
durian
Have translations for "Import data" and "Export data" in Tagalog, Italian, Farsi, and French (thank you @farooqkz , @pppmint , and rako!) Add a fallback option for missing keys This app is still in de...
Continue reading
Now allows ordered lists! 0.2.15
June 25, 2025
by
durian
Aside from unordered lists that can be created like this: * A * B * C Ordered lists are now supported too! 1. A 2. B 3. C This app is still in development, so expect bugs! To upgrade to a new version:...
Continue reading
Markdown support: 0.2.14
June 21, 2025
by
durian
Markdown is an easy way of specifying rich text. I find it especially useful in Tiny Moments because I often create lists of things that I did during the day. Take the following piece of text for exam...
Continue reading
Fewer dependencies, localized dates: 0.2.13
June 16, 2025
by
durian
Removed the dependency on an animation library Removed dependency on an internationalization library Cleaned up the CSS Dates are localized based on the language chosen This app is still in developmen...
Continue reading
Added French translation! 0.2.11
June 13, 2025
by
durian
Thanks to rako for helping me translate this to French!...
Continue reading
Add built-in image compression: 0.2.10
June 12, 2025
by
durian
Added a library that compresses images when they're attached. It won't always work (seems like it doesn't work on desktop which I have to look into), but it works well on Android!...
Continue reading
Now supports Italian and Farsi! 0.2.9
June 10, 2025
by
durian
1
Thanks to https://codeberg.org/pppmint and https://codeberg.org/farooqkz , the app has now been translated to Italian and Farsi aside from Tagalog!...
Continue reading
Add Tagalog translation: 0.2.8
June 08, 2025
by
durian
1
The app has now been translated to Tagalog!...
Continue reading
Anti-capitalist software: 0.2.7
June 08, 2025
by
durian
1
Now relicensed to restrict the usage of this software to anti-capitalist use. https://anticapitalist.software/ The Anti-Capitalist Software License (ACSL) is a software license towards a world beyond...
Continue reading
Automatic reloading: 0.2.6
June 05, 2025
by
durian
I recently learned about coroutines , and now I'm able to use it to do automatic reloading and make a nice loading animation! Check out the code on Codeberg if you want to see the main loop...
Continue reading
Delete support: 0.2.3.1
June 02, 2025
by
durian
The app now supports deletion! The image is a screen capture of me typing, "Ugh I hate this post I'm going to delete it in the future!" and then I promptly delete it to oblivion. There's a bunch of qu...
Continue reading
Image support: 0.2.2.1
June 01, 2025
by
durian
Now supporting image attachments! Currently it only accepts 100kB images to make sure the app continues to be performant over time. In the future, perhaps Tiny Moments could include an image compresso...
Continue reading
Pagination: v0.2.1
May 28, 2025
by
durian
Since this is meant to be a journal, I expect people (maybe mostly me) to make many posts so it would be pretty expensive for the phone / computer to display them all whenever the app opens. So now we...
Continue reading
Smaller payloads: v0.2
May 28, 2025
by
durian
Now only the specific posts are sent whenever they're added or updated instead of sending the whole database to other peers. This minimizes the amount of data that it sends out and that people receive...
Continue reading
Early access: v0.1
May 26, 2025
by
durian
I've been using this as my own journal for a few days, and it feels usable enough that I want to share it with other people. It's not quite ready to be uploaded to the Webxdc app page , but I hope to...
Continue reading