Skip to content

Releases: onli/simdock

3.0: Dropping GConf

19 Jan 13:30
Compare
Choose a tag to compare

So far, Simdock used GConf to store its configuration. But GConf is finally really going away, including being removed from some distributions like Void Linux (see #17). With this release, Simdock uses WxConfig instead, which is likely to provide a stable config mechanism for years to come.

With GConf gone there was no known way to migrate the old settings. That is why the major version number was increased. Thankfully the starters were stored separately in ~/.simdock/, a mechanism that was independent of GConf and continues to work as before - the old starters are not gone.

Please note that the AppImage is likely to not work on composited systems yet, see #16 note that the AppImage is likely to not work on composited systems yet, see #16

Continuous build

19 Jan 13:20
Compare
Choose a tag to compare
Continuous build Pre-release
Pre-release

2.0: GTK3 and Compositing

06 Dec 15:07
Compare
Choose a tag to compare

The main changes

  • Swap libraries and some code logic so simdock can work with wxWidgets-GTK3
  • Enable composited transparent background. This seems to work only with a sufficient new wxWidgets version, like the current wxWidgets-3.2.4.
  • The app should select bigger app icons by default now, if available
  • Small bug fixes

Please note that the AppImage is likely to not work on composited systems yet, see #16

minor

05 Aug 10:54
Compare
Choose a tag to compare

Small bugfix release

Anti-Aliasing

11 May 16:58
Compare
Choose a tag to compare

Improve image quality of rendered icons

rsvg

11 May 15:50
Compare
Choose a tag to compare

This compatibility releases moves the svg code from wxSVG to rsvg, as wxSVG was not working on some systems. This release also moves the Makefile back to a simpler version, the complicated Makefile was dying on me as well.

Vector icons

23 Mar 21:01
Compare
Choose a tag to compare

Changes:

  • Support for SVG icons. Many iconpackages are distributed as vector graphics. Those files can now be used as starter icons
  • The starter icon will be permanently used as application image. This looks nicer, as they can be of higher quality than the small application icons used otherwise. Tasks (icons that are no starters) still refresh their icon.
  • Middle click on an icon starts a new instance of the corresponding problem. This fixes a regression blocking that function.
  • It is now easier to middle click on an icon without accidentally moving the simdock frame instead, reusing the same movement detection logic to make left clicks on icons easier.
    • Fix: The launcher dialog for new launchers complained about a missing image for the icon selector.

fix middle mouse button app start

22 Mar 22:48
Compare
Choose a tag to compare
1.4.2

try to fix ubuntu build by moving it ti wxwidgets 3.0

wxWidgets compatibility release

15 Mar 23:53
Compare
Choose a tag to compare

Simdock was broken with wxWidgets on newer versions than the one used in Ubuntu 14.04. This release contains some small compatibility fixes that fix it for wxWidgets on version 3.0.2.

Simdock 1.4

14 Mar 19:59
Compare
Choose a tag to compare
Simdock 1.4 Pre-release
Pre-release

Release to pinpoint the current state. Primary purpose is easier integration into package managers, but simdock was also relatively stable for the last year on my system.