Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Releases: benjaminbhollon/verbose-guacamole

v21.10 - Grand opening!

30 Oct 08:15
Compare
Choose a tag to compare

Welcome to the first full release of Verbose Guacamole!

For documentation, visit the VerbGuac Docs (still under construction, but there's already some good stuff).

For installation instructions, visit the main Verbose Guacamole website.

v21.10 Themes


Mac OS installers are in the process of being built.

v0.3.4 - Miscellaneous

29 Sep 19:21
Compare
Choose a tag to compare
Pre-release

Warning: There is currently a bug (#15) where VerbGuac will not start because of a missing configuration file. On linux, run the following commands to fix the problem (tested on Ubuntu):

mkdir ~/.config/verbose-guacamole/
touch ~/.config/verbose-guacamole/currentTheme.txt
echo "guacamole" >> ~/.config/verbose-guacamole/currentTheme.txt

On other platforms, find the directory "verbose-guacamole" in your configuration directory (on Windows, somewhere in %AppData%) and add a file named "currentTheme.txt" with the content "guacamole" (no quotes). The commands above just automate that process on supported systems.

This will be fixed in v0.3.5.


New Features

  • Asks for project metadata on project creation, then automatically creates a project folder and title page
  • Themes! Current options are Guacamole and Mono Light. More work is needed.
  • Basic readthedocs setup; this will be dealt with more in the future
  • Adds a placeholder for the future Stats panel

Bug Fixes

  • Store font awesome locally for offline use
  • Fix overwrite of the current file when manually unlocking a project
  • Fix multiple rename-related bugs
  • Warn the user before reverting to past versions

Deb and rpm included; on other platforms, build from source.

v0.3.3 - Labels

23 Aug 07:53
Compare
Choose a tag to compare
v0.3.3 - Labels Pre-release
Pre-release

New Features:

  • Labels! You can now label any file (folders not supported) and an icon with the label color will appear next to it.
  • Beautified home page (now includes news and releases)
  • Absence of Git (or no config) handled.

Bug Fixes:

  • Switched to SimpleMDE for more consistent updates
  • Resolved case inconsistencies with Linux
  • Corrected typo in the package description
  • Fixed misplaced .lock file on the creation of a new project

Windows, Debian, and RPM binaries are available below.

v0.3.2 - Goals

18 Aug 13:36
Compare
Choose a tag to compare
v0.3.2 - Goals Pre-release
Pre-release

New Features

  • Keep track of daily word count (no UI)
  • Goals! Session, daily, and project
  • Focus mode and aesthetic updates
  • Lock project while editing

Bug Fixes

  • Minimize API on non-editor pages

No binaries included, build from source.

v0.3.1 - Performance

16 Aug 10:04
039ab64
Compare
Choose a tag to compare
v0.3.1 - Performance Pre-release
Pre-release

This release was dedicated to fixing bugs and performance issues.

New Features:

  • Font size of filenames and commit text lowered
  • Tooltip with filename shown on hover
  • If the only file is deleted, a new empty file is created

Bug Fixes:

  • Sprint timeout time raised
  • Stats updates throttled
  • Word suggestions removed from checkWord (MAJOR performance boost -- if typing in earlier versions was laggy, this was why)
  • More robust error handling of the current file
  • Ability to handle renames and deletion of the current file
  • Multiple renames of a file allowed

Windows installer included. On other platforms, build from source.

v0.3.0

16 Aug 06:39
644a882
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

New Features:

  • Show past novel versions
  • Restore past novel versions
  • Show/Hide panels (persistent)

Bug FIxes:

  • Fix git error on new project creation
  • Fix word count drift due to difference between calculation methods for open and closed files.

Windows installer included. On other platforms, build from source.

v0.2.2

15 Aug 10:48
3285627
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

New Features:

  • Word sprints!!!
  • Novel Stats bar
  • Total novel words
  • Session word count

Bug Fixes:

  • Save function debounced for performance
  • Removed zero-width space from spellcheck
  • Fixed search bar toggle button to allow closure

No binaries included, build from source.

v0.2.1

02 Aug 09:13
b2661bd
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

New Features:

  • Spellcheck! (including custom dictionary words) Only en_US is currently supported.
  • Project details editor

No binaries attached, build from source.

v0.2.0

01 Aug 13:57
033d908
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

New Features:

  • Search bar for files and folders
  • Application bar with shortcuts
  • Loading screen with witty comments
  • Save currently opened file
  • Refactor to use an API exposed from a preload script; this increases security in the case that we end up allowing user plugins

Bug fixes:

  • Exclude folders from being the default file opened
  • Update cross-origin security policy

No binaries attached, build from source.

v0.1.1

31 Jul 13:34
cf15d86
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

New Features:

  • Stats for the open file
  • Moving files via drag
  • Fullscreen/Focus Mode
  • Save and restore open folders

Bug fixes:

  • Expelled the Folder Kraken (don't ask)
  • Fixed finicky git commits (mostly just waited for an update)

No binaries attached, build from source.