Releases: karakanb/devo
v1.10 - TabNews & maintenance
This release adds the platform TabNews to Devo, thanks to #91 from @glaucocustodio. In addition, I have updated some dependencies and removed node-sass from being a dependency that makes the development harder. Nothing major changes as part of this release.
v1.9.4
v1.9.3
v1.9.2 - please work github actions
I am fighting with github actions for a while, I hope it'll work now
v1.9.1
New card layouts!
This release includes support for different layouts using a small dropdown at the bottom right of the screen. 🎉
I only aim to support a static set of layouts for now. I wanted to make it possible to build your own layout with drag-and-drop and stuff, but it turned out to be more complex than needed, and I believe this set of options will work for 80% of the needs.
- In addition to the new layouts, I have removed the dependency on the
flexboxgrid
package, which allowed getting rid of ~13KB of CSS for the resulting bundle. - There were small style fixes here and there.
I wish everyone a great 2021, stay safe! 🎉
Burak
Welcome Lobste.rs!
Hi folks, it's been a while since I haven't released a new version of Devo. This is an easy maintenance release with a new platform and dependency updates.
- Thanks to @linden's contribution, Devo now has Lobste.rs as one of the supported platforms! #44
- I have updated the dependencies that have been sitting there for a while to their latest version. #45
I'll upload the release to the stores as well, and we'll see how it goes.
Stay safe,
Burak
Designer News is in Devo now!
With this release, Devo has Designer News as its fourth platform. The release includes changes regarding Designer News, and it also brings some improvements in terms of platform implementations which should ideally bring more stability into the experience between different platforms.
Changing Cards
Changing the card placement was an issue and something I had in mind in the early stages of the projects. In order to implement that, I have started BY investigating how to make all the cards draggable and resizable, which turned out to be a hard task. We have had some discussions in #11 and I have decided to move forward with dropdown in titles to make it easier to develop for now. The end result is, now users can change what platform they would like to see in which card by just clicking on the title of the card. So far, the card layout is still fixed, but this change should at least improve the situation for some.
Overall, the changes introduced are:
- Cards now have a platform selection dropdown.
- Cards are independent from the platforms, which makes it easier to add new platforms.
- Platform settings are centralized in a
settings.json
file, which contains platform-specific settings such as font color and night-mode colors and stuff like that. - Some small improvements in the code.
As always, feel free to submit issues and pull requests if you see something broken or missing.