Releases: ZhongYic00/DTKstickyNotes
v0.0.5-beta is now available! Massive rebuild brings much more stablility
In this version, we reimplemented a lot, removed those total trash (X_X), and also brings along some bug fixes. Moreover, we redesigned the structure of this app, enhanced some functions, and applied some internationalization features (translations, locale etc.).
Now, in the search box in mainwindow, you can search among attached notes(in mainwindow) and separate sticky notes(in standalone sticky widgets), click one item, and the corresponding item will be activated.
Sticky notes management now uses the same UI as mainwindow's list, but just displays those standalone sticky notes as I've designed.
Now I'm considering whether to memorize the attachment (standalone sticky widget or displayed in mainwindow) option of each note, so that everything will be as the last time when rebooted, if any idea hits you, an issue is welcomed.
v0.0.4-beta is now available!
In this version, I implemented image resources management module.Now every local image inserted into the notes are stored somewhere so that they can be properly displayed even if the original file is removed.Note that I use md5sum as index, store same image once to save disk space.
In next version, web resources may be supported.
v0.0.3-beta is now available!
The application has greatly advanced since the last release.
In this version, the application supports systemTrayIcon, independent stickyNotes widget, notes attach/detach etc.
Note that there're still several bugs, of which the best-known are:
v0.0.2
First version of DTKstickyNotes is released
This version implements features as follows:
- The center to control all notes;
- Rich text editor, experimentally supports copy/paste from HTML pages;
- Beautiful UI design which suits deepin v20 well;
- Auto sorting notes list, powered by powerful data structure;
- Auto save when exit normally.