Wallpaper Engine

Wallpaper Engine

Bitcoin Live Price Wallpaper
Viser 1-10 af 12 forekomster
< 1  2 >
Opdatering: 2. sep. 2021 kl. 15:14

- Clear counter before starting new one
- Modified count animation in attempt to reduce bug where count drops below zero randomly
- Better code documentation
- Open sourced the project! See https://github.com/realandrew/btc-live-wallpaper

Opdatering: 19. aug. 2021 kl. 18:24

- Fixed a bug resulting in duplicated network requests. Network traffic should now be halved (and this possibly fixes a bug).

Opdatering: 19. aug. 2021 kl. 18:16

- Implemented toastify.js for non-distracting debug/error notifications, rather than using alert() which is distracting and is usually hidden behind all your windows.

Opdatering: 19. aug. 2021 kl. 14:10

- Fixed bug where background wasn't changing colors.
- Disabled refresh bar by default
- Added some debug alerts to try to narrow down bug where price drops to negative infinity.

Opdatering: 13. aug. 2021 kl. 18:35

- Fixed the refresh bar enabled property not working.
- Switching one property now stops reloading of other properties (i.e. now the background doesn't switch when flipping the refresh enabled property).

Opdatering: 13. aug. 2021 kl. 18:08

- Refresh bar to show when next price refresh is (a little bit glitchy on higher refresh intervals, this is being looked into).
- Fixed bug where wallpaper engine properties sometimes weren't applied.

Opdatering: 13. aug. 2021 kl. 15:46

- Switched from deprecated CoinDesk API to the CoinGecko API (removed decimal places as well since CoinGecko returns an integer). This is in preparation for future features, which require more data that CoinDesk's API didn't return.
- Added a simple dark mode option (might be improved/expanded in the future).

Opdatering: 13. aug. 2021 kl. 0:38

Added a text shadow to the price. Add a wallpaper engine property to change the price refresh interval (default is 5 seconds, minimum is 5 seconds, and maximum is 5 minutes).

Opdatering: 13. aug. 2021 kl. 0:05

Fixed price being interpreted as an integer rather than a float, causing the decimal to be truncated and thus always end in .00;

Opdatering: 12. aug. 2021 kl. 19:44

Added background transitions (currently only 4 color gradients are used, but more will be added in a future update). Also might have fixed bug where the counter would count out of control after the wallpaper is resumed.