Skip to content

Releases: sametcn99/electron-widgets

v2.1.4

04 Aug 06:07
Compare
Choose a tag to compare

update dependencies

v2.1.3

11 Jun 19:52
Compare
Choose a tag to compare

duplicate widget feature

v2.1.2

31 May 22:13
Compare
Choose a tag to compare

fix widget window title bug
add recreatewidget function
change reloadwidget function
auto update app feature
change reddit rss api to reddit-rss-api

v2.1.0

15 May 18:39
Compare
Choose a tag to compare

2.1.0 Release

What's Changed

New User Interface

image
We've completely revamped the user interface to provide a more intuitive and seamless user experience.

New Built-in Widgets

We've added new built-in widgets to enhance the functionality and versatility of our application. These widgets are designed to provide users with more options for customization and interaction.

Built-in API Functions

We've introduced several built-in API functions to extend the capabilities of our application:

  • System Information: This function allows the application to access and display key system information, providing users with insights into their system's status and performance.
  • RSS Feed Parser: This function allows users to parse RSS feeds directly within the application, making it easier to stay updated with their favorite websites and blogs.
  • OPML Parser: This function provides support for OPML files, allowing users to import and export their RSS feed subscriptions with ease.
  • Write and Read Custom Data: These functions provide users with the ability to store and retrieve custom data, enhancing the application's flexibility and adaptability to various use cases.
  • Disk Usage Information: This function provides users with detailed information about their disk usage, helping them manage their storage more effectively.
  • External Application Open: This function allows users to open external applications directly from within our application, providing a more integrated and streamlined user experience.

2.1.0

15 May 00:37
Compare
Choose a tag to compare

2.1.0 Release

What's Changed

New User Interface

image
We've completely revamped the user interface to provide a more intuitive and seamless user experience.

New Built-in Widgets

We've added new built-in widgets to enhance the functionality and versatility of our application. These widgets are designed to provide users with more options for customization and interaction.

Built-in API Functions

We've introduced several built-in API functions to extend the capabilities of our application:

  • System Information: This function allows the application to access and display key system information, providing users with insights into their system's status and performance.
  • RSS Feed Parser: This function allows users to parse RSS feeds directly within the application, making it easier to stay updated with their favorite websites and blogs.
  • OPML Parser: This function provides support for OPML files, allowing users to import and export their RSS feed subscriptions with ease.
  • Write and Read Custom Data: These functions provide users with the ability to store and retrieve custom data, enhancing the application's flexibility and adaptability to various use cases.
  • Disk Usage Information: This function provides users with detailed information about their disk usage, helping them manage their storage more effectively.
  • External Application Open: This function allows users to open external applications directly from within our application, providing a more integrated and streamlined user experience.

2.0.5

10 May 19:16
Compare
Choose a tag to compare

Hot Reload

The "Hot Reload" feature enables automatic reloading of all widgets within the application as you make changes to their code, ensuring that you can instantly view and assess the effects of your modifications.

2.0.4

08 May 23:09
f61f63e
Compare
Choose a tag to compare

What's Changed

feat: automatically open app at login
some styling changes at built in widgets
performance improvements
open main window at click tray icon if closed

2.0.3

30 Apr 23:31
Compare
Choose a tag to compare

Users now have the capability to create their own RSS feed reader widget.

2.0.2

23 Apr 23:18
Compare
Choose a tag to compare

lock unlock widget resizable and position values from main window

2.0.1

18 Apr 23:58
Compare
Choose a tag to compare
  • some performance improvements