Update changelog with recent changes
Reword a few sections of the changelog & bring it up to date with recent changes to prepare for a release.
This commit is contained in:
		
							parent
							
								
									1b6f9dbb29
								
							
						
					
					
						commit
						53d0b30e9a
					
				
							
								
								
									
										19
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @ -4,7 +4,7 @@ | |||||||
| 
 | 
 | ||||||
| ### Added | ### Added | ||||||
| - `always_run_script` option to run script even if a notification is suppressed | - `always_run_script` option to run script even if a notification is suppressed | ||||||
| - Support for svg icon files | - Support for more icon file types | ||||||
| - Support for raw icons | - Support for raw icons | ||||||
| - `hide_duplicate_count` option to hide the number of duplicate notifications | - `hide_duplicate_count` option to hide the number of duplicate notifications | ||||||
| - Support for per-urgency frame colours | - Support for per-urgency frame colours | ||||||
| @ -12,15 +12,21 @@ | |||||||
| - `history_ignore` rule action to exclude a notification from being added to the history | - `history_ignore` rule action to exclude a notification from being added to the history | ||||||
| - Support for setting the dpi value dunst will use for font rendering via the `Xft.dpi` X resource | - Support for setting the dpi value dunst will use for font rendering via the `Xft.dpi` X resource | ||||||
| - Experimental support for per-monitor dpi calculation | - Experimental support for per-monitor dpi calculation | ||||||
|  | - `max_icon_size` option to scale down icons if they exceed a certain size | ||||||
|  | - Middle click on notifications can be used to trigger actions | ||||||
|  | - Systemd service file, installed by default | ||||||
|  | - `%n` format flag for getting progress value without any extra characters | ||||||
| 
 | 
 | ||||||
| ### Changed | ### Changed | ||||||
| - Text and icons are now centred vertically | - Text and icons are now centred vertically | ||||||
| - Notifications aren't considered duplicate if urgency or icons differ | - Notifications aren't considered duplicate if urgency or icons differ | ||||||
| - The frame width and color settings were moved to the global section as frame\_width and frame\_color respectively. | - The maximum length of a notification is limited to 5000 characters | ||||||
| - The maximum displayed field length is limited to 5000 characters | - The frame width and color settings were moved to the global section as `frame_width` and `frame_color` respectively | ||||||
|  | - Dropped Xinerama in favour of RandR, Xinerama can be enabled with the `-force_xinerama` option if needed | ||||||
| 
 | 
 | ||||||
| ### Deprecated | ### Deprecated | ||||||
| - `allow_markup` will be removed in later versions. It is being replaced by `markup` | - `allow_markup` is deprecated with `markup` as its replacement | ||||||
|  | - The urgency specific command line flags have been deprecated with no replacement, respond to issue #328 on the bug tracker if you depend on them | ||||||
| 
 | 
 | ||||||
| ### Fixed | ### Fixed | ||||||
| - Infinite loop if there are 2 configuration file sections with the same name | - Infinite loop if there are 2 configuration file sections with the same name | ||||||
| @ -29,9 +35,12 @@ | |||||||
| - Category based rules were applied without actually matching | - Category based rules were applied without actually matching | ||||||
| - dmenu command not parsing quoted arguments correctly | - dmenu command not parsing quoted arguments correctly | ||||||
| - Icon alignment with dynamic width | - Icon alignment with dynamic width | ||||||
| - Loading each line of the configuration file no longer relies on a static size buffer | - Issue when loading configuration files with very long lines | ||||||
|  | - '\n' is no longer expanded to a newline inside notification text | ||||||
|  | - Notification window wasn't redrawn if obscured on systems without a compositor | ||||||
| - `ignore_newline` now works regardless of the markup setting | - `ignore_newline` now works regardless of the markup setting | ||||||
| - dmenu process being left as a zombie if no option was selected | - dmenu process being left as a zombie if no option was selected | ||||||
|  | - Crash when opening urls parsed from `<a href="">` tags | ||||||
| 
 | 
 | ||||||
| ## 1.1.0 - 2014-07-29 | ## 1.1.0 - 2014-07-29 | ||||||
| - fix nasty memory leak | - fix nasty memory leak | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikos Tsipinakis
						Nikos Tsipinakis