This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Releases: OpenlyOne/openly-rails
Releases · OpenlyOne/openly-rails
Release v0.37: open.ly domain name
Hotfix 0.36.4: Target landing page at open initiatives
Fixes:
- Replace landing page with new page targeted at open initiatives
- Move previous landing page to '/platform'
Hotfix v0.36.3: Henkei: Avoid false linebreaks in plain text extraction
Fixes:
- Improve plain text extraction, so that we no longer have unexpected line breaks in our diffs. (#342)
Hotfix v0.36.2: Fix contribution migrations
Fixes:
- Use
#update
to#update_column
in new migrations to avoid validations. Otherwise, the validations will fail because some of the columns that are are referenced by the validations will only be added in later migrations.
Hotfix v0.36.1: Add layout for contribution discussion page
Fixes:
- Add page layout for contribution discussion page to have the project and contribution navigation rendered
Release v0.36: Relative contributions and contribution replies
Features:
- Changes suggested in contributions are now relative to point in time when the contribution was created. In addition, only files with suggested changes will be overwritten in the project. Any other files in the project, whether changed or not, will remain untouched when accepting the contribution. (#325)
- Contributions now have a discussion tab where users can create replies to the contribution and discuss it. When a reply is created, it notifies the project team, contribution creator, and other discussion participants. (#280)
Enhancements:
- The contributions feature is now enabled for all projects. The feature toggle has been removed.
- Creating and accepting a contribution now triggers notifications to the project team, contribution creator, and contribution discussion participants (#285)
- Add a link to the contribution navigation to allow users to open the contribution's root folder in Google Drive (#273)
- Display an accurate list of changes in the contribution review tab after the contribution has been accepted by tracking the accepted revision (#284)
- Admins can edit email addresses of accounts via the admin panel. Users continue to be prevented from editing their own email addresses. (#266)
Hotfix v0.35.1: Relabel CTA on landing page
Fixes:
- Relabel CTA on landing page to 'Get Started' because it may invite more responses than 'Join Waitlist'
Release v0.35: Premium accounts
Enhancements:
- Add support for premium accounts & make private projects a premium feature. Free users can only create public projects, while premium users can choose between public and private when creating the project.
- Improve the notification icon by replacing the old world icon with a bell icon. This should help more clearly identify it as a notification icon. (#318)
- Improve placement of profile actions: Demote the edit profile button from floating action button to flat button. Add a button to create a new project as the primary action on the profile page. This should help solve the confusion of users who think they can create a project by clicking the button that actually takes them to the edit profile page (#292)
Fixes:
- Do not show file diffs when plain text between two document version is the same (#240)
Release 0.34: Better project preview cards
Enhancements:
- Project preview cards have a new clean design
(#291) - Project preview cards are now sorted by most recent commit and list
that date
(#79) - Project preview cards now indicate when the project has uncaptured
changes and the capture changes button displays the number of
uncaptured changes within the project
(#305)
Fixes:
- Private projects are no longer listed on the profile page unless the
viewing user has the permission to view/collaborate on them
(#302)
Release v0.33: Contributions feature
Features:
- Users can create contributions. A contribution is essentially an isolated
workspace for that user to edit and modify copies of the original documents.
The project team can then review the suggested changes and accept the
contribution to apply the suggested changes to the original files in the
project. This feature is only available in select projects and is disabled by
default.