This repository was archived by the owner on Jan 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease-notes.html
More file actions
197 lines (195 loc) · 8.9 KB
/
release-notes.html
File metadata and controls
197 lines (195 loc) · 8.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ImEditor - Release notes</title>
<meta name="description" content="Simple & versatile image editor.">
<link rel="stylesheet" href="css/main.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans|Source+Sans+Pro">
<script src="https://kit.fontawesome.com/95303e0f2f.js"></script>
<link rel="icon" type="image/png" href="img/icon.png">
</head>
<body>
<div id="site-content">
<header id="header">
<div id="header-main">
<a href="index.html"><img id="header-logo" src="img/logo.svg" alt="ImEditor"></a>
<h2>Release notes</h2>
</div>
</header>
<section class="content">
<h2>0.9.8 - 2023-12-13</h2>
<ul>
<li>Update translations.</li>
<li>Update deps.</li>
</ul>
<br><br>
<h2>0.9.7 - 2021-04-04</h2>
<ul>
<li>Copy image also to OS clipboard.</li>
<li>Better grouping of toolbar buttons.</li>
<li>Improve title and subtitle of headerbar.</li>
<li>Update requirements.</li>
</ul>
<br><br>
<h2>0.9.6 - 2020-11-15</h2>
<ul>
<li>Just update requirements and fix a packaging issue.</li>
</ul>
<br><br>
<h2>0.9.5 - 2020-10-18</h2>
<ul>
<li>Just update requirements.</li>
</ul>
<br><br>
<h2>0.9.4 - 2020-04-03</h2>
<ul>
<li>Add Dutch translation.</li>
<li>Use light theme by default (still provide dark theme as an option).</li>
<li>Better adjust the default zoom level for large images.</li>
</ul>
<br><br>
<h2>0.9.3 - 2019-09-13</h2>
<ul>
<li>Translate some untranslated strings.</li>
<li>Fix the opening of images from the file manager.</li>
<li>Remove the "folder" info from the details dialog.</li>
</ul>
<br><br>
<h2>0.9.2 - 2019-08-05</h2>
<ul>
<li>Add a shortcuts window.</li>
<li>Add an option to toggle the dark theme.</li>
<li>Add a quit shortcut (Ctrl+q).</li>
<li>Improve look & feel of the menu.</li>
<li>Improve image filters of opening dialog.</li>
<li>Fix square brush.</li>
</ul>
<br><br>
<h2>0.9.1 - 2019-08-03</h2>
<ul>
<li>Add tooltips on toolbar icons.</li>
<li>Only show tabs if there is more than one image opened.</li>
<li>Fix some translation issues.</li>
<li>Minor fixes.</li>
</ul>
<br><br>
<h2>0.9 - 2019-08-01</h2>
<ul>
<li>Adopt meson and flatpak over snap.</li>
<li>Better GNOME integration.</li>
<li>Translations (add French as first additional language).</li>
<li>New icon.</li>
<li>Revert continuous line (too bad).</li>
</ul>
<br><br>
<h2>0.8 - 2019-01-23</h2>
<ul>
<li>Make the pencil tool draw a continuous line instead of a trace of dots (needs improvements).</li>
<li>Mouse tools (selection and drawing) can't go outside the image area.</li>
<li>Better packaging to create a snap package.</li>
<li>Fix Gtk version string in about dialog.</li>
<li>Others minor fixes.</li>
</ul>
<br><br>
<h2>0.7 - 2018-10-28</h2>
<ul>
<li>Allow copy/paste things betweens tabs.</li></li>
<li>Permit to handle zoom with the ctrl key + mouse wheel.</li>
<li>Make tabs reordable.</li>
<li>Prefer a dark theme if available.</li>
<li>Better adjust the zoom level when an image is opened.</li>
<li>Open the color selector directly when choosing a custom background color.</li>
<li>Perform a check to verify the image exists on the disk before closing it.</li>
<li>Make icons of the header bar visbile even with a dark background.</li>
<li>Change window's title if an image have changed of name during saving.</li>
</ul>
<br><br>
<h2>0.6.2 - 2017-12-29</h2>
<ul>
<li>Finally fix the closing bug (really ...).</li>
</ul>
<br><br>
<h2>0.6.1 - 2017-12-29</h2>
<ul>
<li>Fix the bug that caused the wrong tab to close.</li>
</ul>
<br><br>
<h2>0.6 - 2017-12-27</h2>
<ul>
<li>Allow to open files in ImEditor from your favorite file manager.</li>
<li>Allow to open files by using the command line.</li>
<li>Make the opened image fit the window.</li>
<li>Add rotate functions also in the "operations" submenu.</li>
<li>Remove duplicated "cut" entry from the menu.</li>
<li>Make undo/redo rework for crop and rotate functions.</li>
</ul>
<br><br>
<h2>0.5.2 - 2017-12-23</h2>
<ul>
<li>Improve way to launch the app.</li>
</ul>
<br><br>
<h2>0.5.1 - 2017-12-23</h2>
<ul>
<li>Improve the PKGBUILD and use standard folders to store the app.</li>
</ul>
<br><br>
<h2>0.5 - 2017-12-22</h2>
<ul>
<li>Preserve ratio of the image in the preview icon.</li>
<li>Compress images used by the app.</li>
<li>Add a bottom margin to the homescreen.</li>
<li>Only allow the left mouse button to do actions.</li>
<li>Fix copying of entire image when selecting a 0px area.</li>
<li>Fix the problem of the crappy display when zooming.</li>
<li>Fix cropping and copying when not starting selection by the top-left corner.</li>
</ul>
<br><br>
<h2>0.4 - 2017-12-09</h2>
<ul>
<li>Add zoom feature.</li>
<li>Rework a few things in details dialog.</li>
<li>Improve behavior of copy/paste/cut actions.</li>
<li>Fix behavior of tools buttons when switching tab.</li>
<li>Various optimizations.</li>
</ul>
<br><br>
<h2>0.3 - 2017-11-30</h2>
<ul>
<li>Add crop feature.</li>
<li>Higher limit for the history (20 to 100).</li>
<li>Don't permit to open several times the same image.</li>
<li>Don't call the close_tab function two times when closing a tab.</li>
<li>Disable mirror actions when any image is open.</li>
<li>Various optimizations.</li>
</ul>
<br><br>
<h2>0.2 - 2017-11-27</h2>
<ul>
<li>Finally fix the high-ram usage !!!</li>
<li>Only support RGB and RGBA images to not alter the format of the original images.</li>
<li>Add a new submenu "Operations".</li>
<li>Add horizontal and vertical mirror features.</li>
<li>Add 1024x768, 1280x1024, 1920x1200 in template list.</li>
<li>Ctrl+W can be used to close a tab.</li>
<li>Improve way to choose background color when creating a new image.</li>
<li>Various optimizations.</li>
</ul>
<br><br>
<h2>0.1.1 - 2017-11-11</h2>
<ul>
<li>Fix rotate feature.</li>
</ul>
<br><br>
<h2>0.1 - 2017-11-11</h2>
<ul>
<li>First alpha.</li>
</ul>
</section>
</div>
<footer id="footer">
<img src="img/logo_light.svg" alt="ImEditor">
</footer>
</body>
</html>