Releases: Dociere/DocierePro
Releases · Dociere/DocierePro
0.3.8
New Features
- Calculator-like feel in EasyMathInput
- Font and background color options in EasyMathInput.
- Seamless matrix and symbol insertion via hamburger menu, in addition to existing native symbol library.
Full Changelog: v0.3.7...v0.3.8
0.3.7
0.3.6-beta
Features
- Rename projects — You can now rename your projects directly from the project card menu. The title is updated in
project.jsonand reflected across the UI. - Rename & delete user templates — "Your Templates" cards now support renaming (updates the directory name) and deletion. The "..." menu is hidden for standard built-in templates.
Bug Fixes
- Fixed cursor placement in Rich Text editor for empty sections — Previously, switching to Text View with an empty LaTeX section (e.g.,
\section{Introduction}with no body content) would render the heading but leave no editable area below it, making it impossible to place the cursor and type. The editor now automatically inserts an editable paragraph after headings and void blocks. - Fixed cursor placement after creating headings in Text View — Creating a heading via the H1/H2/H3 toolbar buttons would leave the cursor stuck with no way to type below it. A real-time Slate normalizer now ensures an editable paragraph always follows heading blocks.
0.3.5-beta
New Features
- Splash screen is now draggable and minimizable — users can move the window and minimize it during loading
- Offline detection during first-time LaTeX setup — shows clear error message with quit option instead of hanging
- Footnote & Cross-Reference sidebar panels are now enabled and functional
- Save as Template button added to Template Builder toolbar — saves directly to
user-templates/ - Back to Home navigation added to Login and Signup pages
- Open Existing Project icon in sidebar now opens a file picker for
.zipprojects - Server configuration validation on Login/Signup — prompts users to configure hosting in Settings → Configuration before attempting authentication
Bug Fixes
- Fixed blurry/default macOS app icon — auto-generates crisp 1024×1024 PNG from SVG with a
prebuildhook
0.3.4-beta
0.3.3-beta
What's Changed
- fix cursor bug in section editor by @UnagiCodezz in #196
- package installer update for windows by @UnagiCodezz in #197
- minor server change and more packages added by @UnagiCodezz in #198
- use fork instead of spawn in maincjs by @UnagiCodezz in #199
- removed sign in popup in boilerplate by @UnagiCodezz in #200
- fix equation table and image compilation by @UnagiCodezz in #201
- Set https endpoint in default cloud-based hosting config by @iamclintgeorge in #202
- Add Over-the-air updates by @UnagiCodezz in #203
- change version in package json by @UnagiCodezz in #204
Full Changelog: v0.3.2...v0.3.3
0.3.2-beta (stable)
Merge pull request #195 from Dociere/feat/mustansir update version
0.3.1-beta
What's Changed
- fixed path issue for project files by @UnagiCodezz in #162
- replaced all window.confirm and alert with modals by @UnagiCodezz in #163
- fixed page state persistence after compiling by @UnagiCodezz in #164
- migrated equations and citations to specific project folder by @UnagiCodezz in #165
- added ai chat sync to server by @UnagiCodezz in #166
- added sync to server for equations and citations by @UnagiCodezz in #167
- fixed header sizing issue of login and signup page by @UnagiCodezz in #168
- TinyTex Pakcage Pipeline Optimization using tlmgr and custom scripts by @iamclintgeorge in #169
- Integrate export as .zip feature by @iamclintgeorge in #170
- commence refactor into AST based parsing by @UnagiCodezz in #171
- Enhance the overall UX by @iamclintgeorge in #172
- add slate editor and ast system by @UnagiCodezz in #173
- major refinement in AST Engine - CSS needs work by @UnagiCodezz in #174
- Fix Package known CVE using npm audit fix by @iamclintgeorge in #175
- revamped section editor, synced activeFile with editors by @UnagiCodezz in #176
- image upload changes + sectionSpace enhancement by @UnagiCodezz in #177
- fix spacing for sectionSpace icons by @UnagiCodezz in #178
- fix image detection issue in image modal by @UnagiCodezz in #179
- Add more toolBar options in Text Editor by @iamclintgeorge in #180
- Major change for DociereServer compatibility by @iamclintgeorge in #181
- change in server.js by @UnagiCodezz in #182
- Fix config.json related bugs by @iamclintgeorge in #183
Full Changelog: v.0.3.0-beta...v0.3.1
v.0.3.0-beta
What's Changed
- Integrate Resizable Editors and Toggle Fullscreen for PdfViewer by @iamclintgeorge in #148
- Optmize setup-latex for fast loading by @iamclintgeorge in #149
- api key now goes to db instead of config.json + minor ui changes in s… by @UnagiCodezz in #150
- added delete project button by @UnagiCodezz in #151
- Add resizable editorPage, referenced from feat/resized - Jeremy by @iamclintgeorge in #152
- fixed the initial editor content loading bug by @UnagiCodezz in #153
- Feat/clint by @iamclintgeorge in #154
- Fix pdf download bug in navbar->files by @iamclintgeorge in #155
- Feat/mustansir by @UnagiCodezz in #157
- Build Pipeline Optimization by @iamclintgeorge in #156
- separated out templates, and fixed empty terminal in bundled app on W… by @UnagiCodezz in #158
- added set as root file logic, and removed main.tex dependency by @UnagiCodezz in #160
- Feat/clint by @iamclintgeorge in #159
- Fix Template not being fetched issue by @iamclintgeorge in #161
Full Changelog: v.0.2.1-beta...v.0.3.0-beta
v.0.2.1-beta (Unstable)
What's Changed
- TinyTex integration (Linux) by @iamclintgeorge in #141
- fixed package.json for building the app and configured setup wizard by @UnagiCodezz in #142
- Fix Merge Conflict by @iamclintgeorge in #143
- Integrate auto-installer for TinyTex and add Splash Screen for better UX by @iamclintgeorge in #144
- Fix TinyTex integration Bug by @iamclintgeorge in #145
- fixed 3-way editor sync (kinda) by @UnagiCodezz in #147
- Fix File serving bug by @iamclintgeorge in #146
Full Changelog: v.0.2.0-beta...v.0.2.1-beta