|
| 1 | +theme-manager (1.1.5) stable; urgency=medium |
| 2 | + |
| 3 | + * Fix build and publish workflow (#52) |
| 4 | + * Fix updating plank theme (#53) |
| 5 | + - gsettings in Older ubuntu (<23.04) does not need a path |
| 6 | + and for >=23.04 a path is needed along with a schema key |
| 7 | + * Update readme to version 1.1.4 (#54) |
| 8 | + * Fix error when plank schema key is missing (#55) |
| 9 | + - Fix subprocess.CalledProcessError when theme key |
| 10 | + in plank's schema is missing or needs the schema path |
| 11 | + * Prepare options to choose time (#56) |
| 12 | + - Added time chooser button from cinnamon |
| 13 | + - Added required system times |
| 14 | + * Use system time to get current state (#57) |
| 15 | + - Use system time to determine the current state |
| 16 | + when internet is working and redshift cannot work |
| 17 | + - User can choose between system time and redshift |
| 18 | + to determine the current state |
| 19 | + - User can set when day, night, day-to-night transition and |
| 20 | + night-to-day transition starts. |
| 21 | + * Update copyright year to 2023 (#58) |
| 22 | + - Add copyright for time_chooser.py |
| 23 | + - Add copyright for logger.ui |
| 24 | + * fix spacing in time chooser widget (#59) |
| 25 | + * Load configs separately for each parts; closes #41 (#60) |
| 26 | + - try loading each theme parts separately |
| 27 | + to prevent full loss of existing settings |
| 28 | + - Add logger and translation in time_chooser module |
| 29 | + |
| 30 | + -- Himadri Sekhar Basu <hsb10@iitbbs.ac.in> Sun, 21 May 2023 09:27:38 +0530 |
| 31 | + |
1 | 32 | theme-manager (1.1.4) stable; urgency=medium |
2 | 33 |
|
3 | 34 | * Update readme to version 1.1.3 (#46) |
|
0 commit comments