Skip to content

Commit cc80444

Browse files
authored
Merge pull request #127 from MightyCreak/prepare-for-release-0.7.3
Remove the release links in CHANGELOG.md
2 parents 22b1c9b + 0231844 commit cc80444

File tree

1 file changed

+28
-54
lines changed

1 file changed

+28
-54
lines changed

CHANGELOG.md

Lines changed: 28 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## Unreleased
88

9-
## [0.7.3] - 2021-11-22
9+
## 0.7.3 - 2021-11-22
1010

1111
### Added
1212
- Added linters (flake8 and mypy) and fixed some errors
@@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- The intense code cleaning seems to have fixed a bug with the `-c` argument
2323
(#120)
2424

25-
## [0.7.2] - 2021-11-18
25+
## 0.7.2 - 2021-11-18
2626

2727
### Added
2828
- New options: log_print_output and log_print_stack, to print the log messages
@@ -38,13 +38,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838
- Fixed 'APP_NAME' error when opening non existing file
3939
- Fixed the Portuguese Brazilian (pt_BR) translation
4040

41-
## [0.7.1] - 2021-11-17
41+
## 0.7.1 - 2021-11-17
4242

4343
### Fixed
4444
- Fixed #103: the flatpak app can now call binaries on the host, such as `git`,
4545
`svn`, etc. (PR #105)
4646

47-
## [0.7.0] - 2021-11-16
47+
## 0.7.0 - 2021-11-16
4848

4949
### Added
5050
- Added MetaInfo file
@@ -64,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6464
### Fixed
6565
- Fixed some GTK deprecation warnings
6666

67-
## [0.6.0] - 2020-11-29
67+
## 0.6.0 - 2020-11-29
6868

6969
### Added
7070
- New Flatpak package, published on Flathub: com.github.mightycreak.Diffuse
@@ -75,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7575
- Replaced some interpolation operators (`%`) for the `f` string prefix
7676
- Use the window scale factor for the icons generation
7777

78-
## [0.5.0] - 2020-07-18
78+
## 0.5.0 - 2020-07-18
79+
7980
### Added
8081
- added Pedro Albuquerque's Portuguese translation
8182
- added Åke Engelbrektson's Swedish translation
@@ -104,7 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104105
- fixed broken drag'n'drop since migration to Python3/GTK3
105106
- fixed error when using '-m' in an SVN repo
106107

107-
## [0.4.8] - 2014-07-18
108+
## 0.4.8 - 2014-07-18
108109
### Added
109110
- updated use of gtk.SpinButton and gtk.Entry to avoid quirks seen on some platforms
110111
- updated C/C++ syntax highlighting to recognise C11/C++11 keywords
@@ -115,7 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115116
- fixed a bug that prevented Diffuse from reviewing large git merge conflicts
116117
- fixed a bug that prevented drag-and-drop of file paths with non-ASCII characters
117118

118-
## [0.4.7] - 2013-05-13
119+
## 0.4.7 - 2013-05-13
119120
### Added
120121
- added Jindřich Šesták's Czech translation
121122
- improved character editing to allow easy indenting and moving the cursor by whole words
@@ -124,7 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124125
- added "New N-Way File Merge..." menu item
125126
- added syntax highlighting for Erlang and OpenCL files
126127

127-
## [0.4.6] - 2011-11-02
128+
## 0.4.6 - 2011-11-02
128129
### Added
129130
- added support for Subversion 1.7
130131
- added "Open Commit..." menu item
@@ -135,7 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135136
### Fixed
136137
- fixed a bug that caused the wrong revision to be shown when working on a branch in Mercurial
137138

138-
## [0.4.5] - 2011-07-13
139+
## 0.4.5 - 2011-07-13
139140
### Added
140141
- added syntax highlighting for JSON files
141142
- added menu items and keyboard shortcuts for "First Tab" and "Last Tab"
@@ -154,7 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154155
- fixed a bug that incorrectly encoded pasted text if utf_8 was not specified in the Region Settings preferences
155156
- fixed a bug that could cause "Save As..." to fail with some user specified encodings
156157

157-
## [0.4.4] - 2010-10-21
158+
## 0.4.4 - 2010-10-21
158159
### Added
159160
- Git support now recognises conflicts when re-applying the stash
160161
- search dialog is now automatically populated with the currently selected text
@@ -167,11 +168,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
167168
- double clicking on text can now select full words with non-English characters
168169
- fixed a bug that prevented opening files with non-ASCII characters in their path
169170

170-
## [0.4.3] - 2010-04-15
171+
## 0.4.3 - 2010-04-15
171172
### Fixed
172173
- fixed a bug that prevented the "-m" option from opening a 3-way merge for Subversion and Bazaar conflicts
173174

174-
## [0.4.2] - 2010-04-13
175+
## 0.4.2 - 2010-04-13
175176
### Added
176177
- support for detached Git repositories
177178
- better removal of unnecessary spacer lines
@@ -184,7 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
184185
### Changed
185186
- syntax highlighting is now indicated by radio menu items
186187

187-
## [0.4.1] - 2009-10-12
188+
## 0.4.1 - 2009-10-12
188189
### Added
189190
- added Japanese translation
190191
- added Liu Hao's simplified Chinese translation
@@ -203,7 +204,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
203204
- RMB on a notebook tab creates a popup menu to set the current page
204205
- changed the default hotkeys for merging to reflect the direction text "moves"
205206

206-
## [0.4.0] - 2009-08-17
207+
## 0.4.0 - 2009-08-17
207208
### Added
208209
- added format menu with new items for changing case, sorting, and manipulating white space
209210
- optimised redraws when only the cursor position has changed
@@ -221,7 +222,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
221222
- graceful handling of non-zero exit codes from 'git status'
222223
- minor bug fixes
223224

224-
## [0.3.4] - 2009-07-03
225+
## 0.3.4 - 2009-07-03
225226
### Added
226227
- syntax highlighting for .plist, GLSL, SConscript, and SConstruct files
227228
- status bar now explains how to navigate between modes
@@ -234,11 +235,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
234235
### Fixed
235236
- minor bug fixes
236237

237-
## [0.3.3] - 2009-04-13
238+
## 0.3.3 - 2009-04-13
238239
### Fixed
239240
- fixed a bug handling the backspace key with the cursor in the first column
240241

241-
## [0.3.2] - 2009-04-13
242+
## 0.3.2 - 2009-04-13
242243
### Added
243244
- POSIX installer with `--destdir=` and `--files-only` options for packagers
244245
- vi-like keybindings for line mode
@@ -267,11 +268,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
267268
### Fixed
268269
- minor bug fixes
269270

270-
## [0.3.1] - 2009-03-05
271+
## 0.3.1 - 2009-03-05
271272
### Fixed
272273
- fixed a typo that broke the 'Find...' dialogue
273274

274-
## [0.3.0] - 2009-03-03
275+
## 0.3.0 - 2009-03-03
275276
### Added
276277
- new Windows installer
277278
- notification on focus change when files change on disk
@@ -284,7 +285,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
284285
### Fixed
285286
- minor bug fixes
286287

287-
## [0.2.15] - 2008-12-03
288+
## 0.2.15 - 2008-12-03
288289
### Added
289290
- smoother scrolling
290291
- panes and tabs can now be manually re-organised
@@ -300,7 +301,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300301
### Fixed
301302
- minor bug fixes
302303

303-
## [0.2.14] - 2008-10-20
304+
## 0.2.14 - 2008-10-20
304305
### Added
305306
- svk support
306307
- syntax files for more file types
@@ -317,7 +318,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
317318
### Fixed
318319
- minor bug fixes
319320

320-
## [0.2.13] - 2008-05-16
321+
## 0.2.13 - 2008-05-16
321322
### Added
322323
- bazaar, darcs, and monotone support
323324
- configurable key bindings
@@ -327,7 +328,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
327328
### Fixed
328329
- minor bug fixes
329330

330-
## [0.2.12] - 2008-05-06
331+
## 0.2.12 - 2008-05-06
331332
### Added
332333
- alternate codecs for reading and writing files
333334
- more search options
@@ -336,7 +337,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
336337
### Fixed
337338
- minor bug fixes
338339

339-
## [0.2.11] - 2008-04-27
340+
## 0.2.11 - 2008-04-27
340341
### Added
341342
- cvs, subversion, git, mercurial support
342343
- python re-write
@@ -345,33 +346,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
345346
- customisable through configuration files
346347
- tabbed viewer panes
347348

348-
## [0.1.14] - 2006-01-28
349+
## 0.1.14 - 2006-01-28
349350
### Added
350351
- initial public release
351-
352-
[Unreleased]: https://github.com/MightyCreak/diffuse/compare/v0.7.2...HEAD
353-
[0.7.2]: https://github.com/MightyCreak/diffuse/compare/v0.7.1...v0.7.2
354-
[0.7.1]: https://github.com/MightyCreak/diffuse/compare/v0.7.0...v0.7.1
355-
[0.7.0]: https://github.com/MightyCreak/diffuse/compare/v0.6.0...v0.7.0
356-
[0.6.0]: https://github.com/MightyCreak/diffuse/compare/v0.5.0...v0.6.0
357-
[0.5.0]: https://github.com/MightyCreak/diffuse/compare/v0.4.8...v0.5.0
358-
[0.4.8]: https://github.com/MightyCreak/diffuse/compare/v0.4.7...v0.4.8
359-
[0.4.7]: https://github.com/MightyCreak/diffuse/compare/v0.4.6...v0.4.7
360-
[0.4.6]: https://github.com/MightyCreak/diffuse/compare/v0.4.5...v0.4.6
361-
[0.4.5]: https://github.com/MightyCreak/diffuse/compare/v0.4.4...v0.4.5
362-
[0.4.4]: https://github.com/MightyCreak/diffuse/compare/v0.4.3...v0.4.4
363-
[0.4.3]: https://github.com/MightyCreak/diffuse/compare/v0.4.2...v0.4.3
364-
[0.4.2]: https://github.com/MightyCreak/diffuse/compare/v0.4.1...v0.4.2
365-
[0.4.1]: https://github.com/MightyCreak/diffuse/compare/v0.4.0...v0.4.1
366-
[0.4.0]: https://github.com/MightyCreak/diffuse/compare/v0.3.4...v0.4.0
367-
[0.3.4]: https://github.com/MightyCreak/diffuse/compare/v0.3.3...v0.3.4
368-
[0.3.3]: https://github.com/MightyCreak/diffuse/compare/v0.3.2...v0.3.3
369-
[0.3.2]: https://github.com/MightyCreak/diffuse/compare/v0.3.1...v0.3.2
370-
[0.3.1]: https://github.com/MightyCreak/diffuse/compare/v0.3.0...v0.3.1
371-
[0.3.0]: https://github.com/MightyCreak/diffuse/compare/v0.2.15...v0.3.0
372-
[0.2.15]: https://github.com/MightyCreak/diffuse/compare/v0.2.14...v0.2.15
373-
[0.2.14]: https://github.com/MightyCreak/diffuse/compare/v0.2.13...v0.2.14
374-
[0.2.13]: https://github.com/MightyCreak/diffuse/compare/v0.2.12...v0.2.13
375-
[0.2.12]: https://github.com/MightyCreak/diffuse/compare/v0.2.11...v0.2.12
376-
[0.2.11]: https://github.com/MightyCreak/diffuse/compare/v0.1.14...v0.2.11
377-
[0.1.14]: https://github.com/MightyCreak/diffuse/releases/tag/v0.1.14

0 commit comments

Comments
 (0)