This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
138 lines (108 loc) · 4.97 KB
/
ChangeLog.txt
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
Version 0.2-rc1 (Mon, 03 Nov 2014 15:04:59 +0900)
+ Add version info into elnetw.exe
** Fix unresponsive shortcutkey (#66)
* Fix LongHashSet occationally wrong
Version 0.2-beta1 (Sat, 04 Oct 2014 02:19:02 +0900)
++ Add elnetw.exe for Windows Vista and later (#6)
Windows XP is out of support. You must run elnetw.bat if you want
to run on it.
+ Add retweet appears only once option (#3)
** Fix NumberFormatException with account verifier (issue #61)
** Fix FileNotFoundEx and NPE thrown if media resolver fails (#60)
Version 0.2-alpha1 (Tue, 30 Sep 2014 01:14:42 +0900)
!! Update config version. Some of your configuration may be dropped.
++ Prohibit multi instance (#38)
++ Add BlockingUserFilter. You can see its option in SettingFrame (#40)
++ Add is_following query property. This causes your TL delayed (#40)
++ Support comment in query statement (#4)
++ Add extended mute operation popup menu (#32)
++ Add creating tab interface (#41)
++ Now we can update profile (#7)
++ Add splashscreen (#54)
++ Add search, list tab (#8)
+ Add disk cache mechanism to store misc data (#35)
+ Update tab configuration. Don't use json
+ elnetw.cfg supports easy-readable list syntax (but not
easy-writable) (#47)
+ Now we can see millisecond time (#45)
+ Show user background image from user info operation panel (#52)
** Fix crash with RegexCompilation error when edit in QueryEditFrame
** Fix NPE if closing QueryEditFrame with empty query statement
** Update init system: It is the bridge for plugin system...
* Fix not checking force tag in FavoriteIntent (fav!force=?) (#49)
* Fix operator ignored in bool query property
* Support LowerCaseName of query system
* Update filter system
* Stop using Constructor<> in query system
Version 0.1.2 (Tue Sep 30 00:34:48 JST 2014)
* fix NPE in CacheManage#cacheStatus() (#51)
* fix NPE in UserInfoTab with no desciption user (#58)
* fix NPE with invisible overlay label (#44 refix)
Version 0.1.1 (Thu Sep 11 13:39:23 JST 2014)
* Fix NPE with invisible overlay label (#44)
Version 0.1 (Mon Sep 8 01:48:35 JST 2014)
+ DM's name now navigates you to userinfo
+ Add shutdown hook for proper termination (#42)
* Fix wrong app home dir
* Fix inf-loop in JobQueue without #shutdown multi invocation
* Fix log flusher is not working
Version 0.1-rc1 (Mon Aug 18 19:29:10 JST 2014)
+ Add has_url, has_hashtag query property (#5)
+ Warn if older elnetw with newer config will be running
* Fix SPLP#remove() sometimes don't work
* Fix StandardBooleanProperties often ignored operator
Version 0.1-beta2 (2014年 6月 14日 土曜日 10:12:14 JST)
* Fix not launchable in Windows
Version 0.1-beta1 (Fri Jun 13 21:57:19 JST 2014)
+ elnetw.cfg supports <time><unit> (ex. 4s 5m 6h) partially
+ -Delnetw.home, -Delnetw.cache.dir changes application directory
+ Consumer Key can be changed by GUI
+ StatusRenderPanel shows displayUrl instead of t.co url
+ StatusRenderPanel can preview image by clicking image url (issue #9)
+ UserIcon, UserBanner is preview-able (issue #30)
+ Show UserBanner as user bio background (issue #30)
+ Show preview-able icon if url is supported as media url (issue #27)
+ Support SPDY Connection (issue #25)
+ Remove java-getopt library
+ Show Retweeted-Via (issue #31)
+ Log level can be set with --log-level (issue #34)
+ Open connection as early as possible with spdy
+ Wake up only worker main thread if SingleTaskJob is registered
+ JobQueue may work with ondemand started threads
* Fix JobQueue priority wrong handling
* Fix NPE in UserInfoTab with tabs restored
* Fix unexpected scroll bar appearing in ImageViewerFrame
Version 0.1-alpha5 (Fri Feb 28 18:11:45 JST 2014)
! sign elnetw jars
! log files are in ~/.elnetw/log or %appdata%/elnetw/log
+ Add image viewer [issue #9]
+ Add UserInfoTab shows user's icon
+ Limit gui operating time for new statuses by time or size [issue #23]
+ DM tab supports entity
* Fix showing dirty screean when new status arrived
* In fetching image, buffer size depends on contentLength
* Avoid possible data corruption in ConcurrentSoftHashMap. [issue #21]
It is used in memory cache algorithm.
* Fix bug serialized-job don't work immediately
* Remove findbugs-annotations in binary package with tools/package.sh
Version 0.0.2-alpha4 (Sat May 25 19:15:42 2013 +0900)
! Require jre1.7
! Reset and Obfuscated OAuth's consumer key; You must relogin
+ New Filter Function: if
+ Support simple library versioning system
+ Add LibnotifyNotifier (this function requires java-gnome)
* fix not handling shortcutkey like '{' (shift+'[')
* Support dynamic initializer for future function
* Package will be versioned with `git describe`
Version 0.0.2-alpha3 (Sat Jan 12 14:49:19 2013 +0900)
+ Add filter
Version 0.0.2-alpha2
+ Support unfav
Version 0.0.2-alpha1
+ Add tween shortcut
+ Cache temporarily for user and status
+ Follow Display Requirements
* fix error in first launch
* fix wrong RT info
Version 0.0.1 (Sun, 17 Jun 2012 16:23:00 +0900)
* Initial Release