mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-01 06:15:58 +00:00
9 lines
373 B
Plaintext
9 lines
373 B
Plaintext
|
<%!
|
||
|
title = 'dupeGuru ME version history'
|
||
|
selected_menu_item = 'Version History'
|
||
|
%>
|
||
|
<%inherit file="/base_dg.mako"/>
|
||
|
|
||
|
A large part of this version history is not serious (especially before v3), but it is always interesting to remember that I learnt most of what I know about designing/implementing/supporting a software through that.
|
||
|
|
||
|
${self.output_changelogs(changelog)}
|