This repository has been archived by the owner on Apr 14, 2018. It is now read-only.
forked from aluxian/Messenger-for-Desktop
-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG
124 lines (102 loc) · 3.39 KB
/
CHANGELOG
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
1.5.0
- Replace links to fit Sytten repository
- Update license to include maintainer name
1.5.0-beta.1
- Replace ffmpeg library to be able to read patent protected sounds/videos
- Rework the tray icon menu
- Add option to auto-update with the beta releases
- Add option to block the Facebook "seen" feature
- Fix scroll bar bug
- Reduce size of website preview
- Don't open messenger calls in browser
1.5.0-beta.0
- Update NWJS to V0.14.5
- Fix settings to use a proxy to detect changes
1.4.8
****NEW MAINTAINERS****
- Update dependencies
- Fix blinking icon
- Fix some performances problems related to icon tray
- Handle automatic reconnection & display information about it
- Fix cache not being deleted upon software removal
- Fix dark/mosaic themes
- Remove right-click context menu (new one will be added in the future)
- Add uninstaller in the Add/Remove Programs (Windows)
- And many other small fixes in the code...
1.4.7
- Fix dark theme
- Fix mosaic theme
- Fix bug where esc would close the window instead of the full screen image
- Apply fixes from old development branch
- Update dependencies
1.4.6
- Add option to hide window on startup
- Auto-startup now avaible for linux
- The app will now inform users of my releases
1.4.5
- Fix a faulty ;
1.4.4
- Load tray icon on Linux (Still some bugs)
- Add WM_CLASS for linux (#285)
- Change header color (#276)
- Single instance now running at the same time
- Add minimum window size
- Add close with escape key setting
- Fix build directory on windows
1.4.3
- Don't load the tray icon on Linux (fix)
1.4.2
- Fixes tray icon always appearing on OSX
- Enables Chromium plugins (could fix calling crashes)
1.4.1
- Show the linux tray icon (not tested)
- Use native clipboard (nwjs)
- Reload every 10s until online instead of 15s
- Close the window with the ESC key #46
- Fixes sidebar transparency bug #115
- Allows users to remove the update prompt #127
- Improves the icon_tray_alert image for Windows
1.4.0
- Background loading gif
- Fixes dialog crashes (e.g. when checking for update)
- Fixes (*might* stop the badge from blinking)
- Fixes multiple tray icons
- Fixes sidebar not being themed (mosaic theme)
- Keep window state on reload
- Makes linux icon themeable
1.3.3
- Fixes Windows notifications not showing up the app window on click
- Removes loading indicator (it caused high cpu usage and wasn't really necessary)
1.3.2
- Brings task bar icon back
- Run as menu bar app not enabled by default on OS X
1.3.1
- Run as menu bar app on OSX
- Links don't open through facebook.com or messenger.com anymore
- Preserve window state on quit
- Inject js each time the iframe reloads
1.3.0
- fixes badge with the number of notifications not appearing anymore
- Auto-launch on OS startup (OS X, Windows)
- fixes Native notifications (all platforms)
- 3 themes: Default, Dark and Mosaic
- Auto-hide the left sidebar
- Open links in browser or new window
- Preferences in the right-click context menu (or menu bar for OS X, tray menu for Windows)
1.2.4
- fixed deb packages, removed rpm ones
1.2.3
- deb and rpm packages for linux
1.2.2
- Patch release; removes dev toolbar I forgot to disable
1.2.1
- Adds tray icon for Windows
- Adds installer for linux
1.2.0
- Links open in the browser
- OS X: keep the app open when closing the window
- The app checks for update when launched
1.1.0
- Badge with the number of unread notifications in the dock/taskbar (OSX/Win)
1.0.0
- First release