We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0672ac4 commit bdf1778Copy full SHA for bdf1778
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
This project adheres to Semantic Versioning
3
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
11
## [1.5.1] - 2019-02-25
12
### Fixed
13
- Now get the X11 window id of the correct window.
src/config.h
@@ -26,7 +26,7 @@
26
*
27
*/
28
29
-#define MINITERM_VERSION "1.5.1"
+#define MINITERM_VERSION "1.6.0"
30
31
/* Terminal emulation (value of $TERM) (default: xterm) */
32
#define TERMINFO "xterm-256color"
0 commit comments