Skip to content

Releases: rash-framework/raje-app

Annotations

03 Oct 09:17

Choose a tag to compare

Annotations Pre-release
Pre-release

Finally, annotations were inserted in RAJE.

Bug fixing

02 Feb 19:26

Choose a tag to compare

Bug fixing Pre-release
Pre-release

This release has been created mainly for fixing the following reported issues:

  1. Fix the broken # shortcuts to add sections (#69).
  2. Manage delete in footnotes (#70 and #71).
  3. Remove unwanted empty figures in cross-ref modal (#58).

In the current release a new feature has been implemented: the search and replace plugin (#63).

Decoded and fixed output file

15 Jan 11:40

Choose a tag to compare

Pre-release

This release is all about the output RASH file

  1. We worked on catch and remove some injected ASCII entities reported in #24.
    Those entities weren't injected during the save phase (our first thought), instead, they were added directly from the backend, while RAJE tried to open and modify the head tag.
    Thanks to the entities module we were able to decode them.

  2. we added the missing <!DOCTYPE html> tag in the output file.

Migrating from Electron-prebuilt to Electron

11 Jan 10:56

Choose a tag to compare

The previous versions of RAJE were based on Electron-prebuilt that was used to ease the development process. Since mid-2017 the development team has moved inside the Electron repository.

Electron-prebuilt.

Using the latest Electron releases, can be possible to resolve packaging issues #68

Formula editor improvements

18 Dec 16:06

Choose a tag to compare

Pre-release

Improvements in formula editor

Now the formula editor navbar has also the sample navbar (with pre-created formulas, greek letters, operations and so on)

Update crossref on formula editing

When a formula is removed, or a new one is added, the content of all affected crossrefs is changed. This means that if a new formula is added before a new one, the crossref pointing at the old one (that before was formula_1) will be converted into formula_2. #54

Update the enabled/disabled state for inlines

Now Inline formulas, Cross-references and Footnotes are disabled inside headings and bibliographies. #45

Update the code that was handling delete algorithms for bibliographies

This improvement gives the code a better way to handle some particular events (eg. an easier way to update cross-references after deleting)

HOTFIX

Linux release v0.1.13 crashed on Ubuntu 16.04 on startup. A new Linux release is given

Formula structure updated

11 Dec 11:41

Choose a tag to compare

Pre-release

Formulas updated

Thanks to the Raje-app div, on startup each formula can be converted and update into its own output visualisation.

These updates are managed without Undo levels, any track is saved.

Fix issue #55.

Update the structure of the rendered formulas, this means that a new span[contenteditable] is added to the formula, and it contains everything is needed (SVG and caption).
In the same way, on startup, the structure of the formulas are updated.

Hotfix formula, figure

21 Nov 21:18

Choose a tag to compare

Pre-release

Formula not editable

Now the figure that contains a formula is not-editable. Before it allowed users to modify formula or caption individually (this behaviour is wrong) 100b6c4.

Fix figure block

After a code upgrade, an exception was thrown when an image was added. This exception could prevent the local save and the insertion of the <img> element #49.

Hotfix hotfix missing node_modules

17 Nov 09:42

Choose a tag to compare

Pre-release

Imported the missing node_module watchjs.

Fix delete section

16 Nov 11:22

Choose a tag to compare

Fix delete section Pre-release
Pre-release

Fix delete section

Now the function manageDelete() is called only if there is a section inside the selection
Fix #44

Fix Save As controls

Some controls in function saveAs() were wrong, they are fixed now and they work well, thanks to a global article config variable. [ceb9f36, 9ead773, bf1845e]

Prevent <tbody> in output

Chromium automatically adds the <tbody> element. Before the save() function this element is removed. #42

Fix notification appear behaviour

When a new notification needs to be shown, if there is a previous one it is closed, and the new one is shown. 96313e4

Github integration [login/logout] + hotfix "save as" function

13 Nov 23:41

Choose a tag to compare

###Github integration

Github is now integrate: users are allowed to log in and log out using the right button in the menu.
Everything is handled thanks to octonode.

The user public information will be stored in the same way of recent articles.

Fix save as

Now the Save As function works correct.

Upgrade and Downgrade

When an heading is selected, and if this functionality is allowed, the right button in the headings dropdown will be enabled and its text will show the resulting heading after the transformation.
Refer to #36.