Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
176e3fd1
Commit
176e3fd1
authored
10 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Bump versions and changelog
parent
95acf63e
No related branches found
Branches containing commit
Tags
v0.3.3
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.rst
+20
-0
20 additions, 0 deletions
CHANGES.rst
VERSION
+1
-1
1 addition, 1 deletion
VERSION
synapse/__init__.py
+1
-1
1 addition, 1 deletion
synapse/__init__.py
with
22 additions
and
2 deletions
CHANGES.rst
+
20
−
0
View file @
176e3fd1
Changes in synapse 0.3.3 (2014-09-22)
=====================================
Homeserver:
* Fix bug where you continued to get events for rooms you had left.
Webclient:
* Add support for video calls with basic UI.
* Fix bug where one to one chats were named after your display name rather
than the other person's.
* Fix bug which caused lag when typing in the textarea.
* Refuse to run on browsers we know won't work.
* Trigger pagination when joining new rooms.
* Fix bug where we sometimes didn't display invitations in recents.
* Automatically join room when accepting a VoIP call.
* Disable outgoing and reject incoming calls on browsers we don't support
VoIP in.
* Don't display desktop notifications for messages in the room you are
non-idle and speaking in.
Changes in synapse 0.3.2 (2014-09-18)
Changes in synapse 0.3.2 (2014-09-18)
=====================================
=====================================
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
176e3fd1
0.3.
2
0.3.
3
This diff is collapsed.
Click to expand it.
synapse/__init__.py
+
1
−
1
View file @
176e3fd1
...
@@ -16,4 +16,4 @@
...
@@ -16,4 +16,4 @@
"""
This is a reference implementation of a synapse home server.
"""
This is a reference implementation of a synapse home server.
"""
"""
__version__
=
"
0.3.
2
"
__version__
=
"
0.3.
3
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment