Skip to content

Releases: eythaann/Seelen-UI

Seelen UI v1.7.3

24 Jun 23:21
v1.7.3
68fe4b0
Compare
Choose a tag to compare

enhancements

  • improvements on fullscreen events.

Full Changelog: v1.7.2...v1.7.3

Seelen UI v1.7.2

23 Jun 21:30
v1.7.2
4d58d15
Compare
Choose a tag to compare

enhancements

  • disable tiling window manager on windows 10 from UI (can be forced on settings.json file)

fix

  • app crashing on windows 10
  • empty tray icons list on windows 10

Full Changelog: v1.7.1...v1.7.2

Seelen UI v1.7.1

22 Jun 16:26
v1.7.1
c8019e3
Compare
Choose a tag to compare

enhancements

  • separate information and developer tools tabs in the settings.
  • add a option to open the install path in explorer.
  • focus settings window if already exist.
  • better performance on canceling changes in settings.
  • avoid loading innecesary files in modules that are not used.
  • update pinned apps path by filename on open (some apps change of path on updates so this will fix that).
  • show empty message on toolbar when no wlan networks are found.

fix

  • ahk error on save.

Full Changelog: v1.7.0...v1.7.1

Seelen UI v1.7.0

21 Jun 18:43
v1.7.0
c549e80
Compare
Choose a tag to compare

features

  • add Network toolbar module.
  • add WLAN selector to the Network toolbar module.
  • add css variable (--config-accent-color-rgb) to be used with css functions like rgb or rgba.

enhancements

  • now placeholders, layouts and themes can be loaded from data users folder (AppData\Roaming\com.seelen.seelen-ui)
  • now buttons and others components will use the user accent color.

fix

  • no max size on System Tray List module.

Full Changelog: v1.6.4...v1.7.0

Seelen UI v1.6.4

13 Jun 18:13
v1.6.4
88dbed3
Compare
Choose a tag to compare

enhancements

  • follow user accent color for tray list and windows borders

fix

  • no showing promoted (pinned on taskbar) tray icons.
  • toolbar no initialized correctly sometimes, now will retry if fails.
  • battery no updating level.
  • battery showing as always charging on default toolbar templates.
  • tray overflow module no working on different languages.

refactor

  • refactor on window_api and AppBar structures.

Full Changelog: v1.6.3...v1.6.4

Seelen UI v1.6.3

11 Jun 19:08
v1.6.3
ad1bfe0
Compare
Choose a tag to compare

enhancements

  • only show a progress bar on update and not the complete installer GUI.

fix

  • main app no running if the forced creation of tray overflow fails.

Full Changelog: v1.6.2...v1.6.3

Seelen UI v1.6.2

11 Jun 06:39
v1.6.2
ad8fa0f
Compare
Choose a tag to compare

features

  • now batteries and battery (same as: batteries[0]) are available on the scope of power toolbar module.

enhancements

  • add battery crate to handle batteries info directly from their drivers.
  • show if is smart charging.
  • now battery module wont be shown if batteries are not found.

fix

  • battery showing 255%.

Full Changelog: v1.6.1...v1.6.2

Seelen UI v1.6.1

10 Jun 23:46
v1.6.1
ffc4dbf
Compare
Choose a tag to compare

fix

  • tray icons not showing on startup
  • hidden trays if icon was not found (now will show a missing icon), related with this now devices trays like usb devices or windows defender will work now, but missing icon is shown.

Full Changelog: v1.6.0...v1.6.1

Seelen UI v1.6.0

10 Jun 03:15
v1.6.0
9d36224
Compare
Choose a tag to compare

features

  • add "Run as admin" option at context menu on Seelenweg.
  • allow receive commands using TCP connections.
  • Add System Tray Icons module, (incomplete, devices like usb or windows antivirus trays are still not supported).
    image

enhancements

  • improve power (battery) events performance.
  • Window manager disabled by default to new users.

refactor

  • remove tauri single instance plugin by TCP connection.

Full Changelog: v1.5.0...v1.6.0

Seelen UI v1.5.0

05 Jun 03:26
v1.5.0
a2a9f75
Compare
Choose a tag to compare

features

  • new placeholder added to the bundle as alternative to default.
  • new workspace item available to be used in placeholders.

enhancements

  • support fullscreen apps (will hide the toolbar and the weg on fullscreen an app).

fix

  • showing incorrect format on dates at start of the app.
  • complex text with icons on toolbar items cause wraps.
  • missing icons on some uwp apps.

refactor

  • refactor on window event manager to allow synthetic events.

Full Changelog: v1.4.1...v1.5.0