Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Releases: ZhongYic00/DTKstickyNotes

v0.0.5-beta is now available! Massive rebuild brings much more stablility

25 Jan 15:53
Compare
Choose a tag to compare

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!

08 Sep 16:08
Compare
Choose a tag to compare

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!

04 Sep 15:45
Compare
Choose a tag to compare

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:

  • the application will crash when switching theme, if any note has been attached to mainwindow;
  • the application won't automatically free the memory stickyWidgets have used (yet the quantity is always tiny).
    Your satisfication is my best reward. Come to experience !
    截图录屏_dde-desktop_20200904234308

v0.0.2

29 Aug 03:29
Compare
Choose a tag to compare

In this newly released version, I've implemented search function, and fixed several bugs mainly associated with theme switching & UI rendering, leading to better experience in deepin v20.
Search function works as follows:
截图录屏_StickyNotes_20200829112129
Theme switch now works well
截图录屏_dde-desktop_20200829111643

First version of DTKstickyNotes is released

27 Aug 03:15
Compare
Choose a tag to compare

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.