-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
53 lines (29 loc) · 880 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
[1.4.2] - 2023-12-30
### Added
### Changed
### Fixed
- Improper error handling.
[1.4.1] - 2023-11-18
### Added
### Changed
### Fixed
- Undefined configuration object in some environments.
[1.4.0] - 2023-10-17
### Added
- Icon to kdesu dialog.
### Changed
- Remove kdesu target user option since it was causing errors and adding more complexity.
- Convert .desktop (deprecated) to .json.
- Delete the content of the translation files and marked them as TODO.
### Fixed
- Performance improvements and bug fixes.
[1.3.0] - 2023-10-13
### Added
- Config option for kdesu target user.
### Changed
### Fixed
- Performance improvements.