Skip to content

Commit bdf1778

Browse files
committed
Version 1.6.0
1 parent 0672ac4 commit bdf1778

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
This project adheres to Semantic Versioning
33

4+
## [1.6.0] - 2019-03-29
5+
### Added
6+
- New instances now start in the directory they were called in.
7+
8+
### Changed
9+
- Changed default window title from `MiniTerm` to `miniterm`.
10+
411
## [1.5.1] - 2019-02-25
512
### Fixed
613
- Now get the X11 window id of the correct window.

src/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
*/
2828

29-
#define MINITERM_VERSION "1.5.1"
29+
#define MINITERM_VERSION "1.6.0"
3030

3131
/* Terminal emulation (value of $TERM) (default: xterm) */
3232
#define TERMINFO "xterm-256color"

0 commit comments

Comments
 (0)