Skip to content

Commit

Permalink
Bumping version and updating release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0sk committed Feb 21, 2022
1 parent e9dda18 commit 820325a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 4 deletions.
25 changes: 24 additions & 1 deletion assets/release_notes/en.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
# Release Notes:

## Search Me!

> ###### Version: 1.2.0 | Released at: 21/02/2022
**New Features**
- Improved search with visual feedback of the matches
- Is now possible to search for files associated with clients and lawsuits
- Search items can be interacted with the keyboard (arrows to select and ENTER to open)
- The application can save the open tabs and restore them on the next sessionstaurar na próxima sessão

**Minor Features**
- Is now possible to filter lawsuits in the client page, by clicking on the correspondent icon
- Showing release notes after an update (yay, this one is about me!)
- The aplication starts maximized if it was like that when closed
- Client tiles on sidebar now shows how many lawsuits are open, requiring attention, waiting or closed
- Inserting files with the same name now asks for confirmation before replacingr
- Implemented automatic database backups on app startup

**Bugfixes**
- Settings are saved between sessions
- Deleting several files at once now asks for a single confirmation instead of one per file/folder
___

## Small tweaks and improvements

> ###### Version: 1.1.0 | Released at: 11/01/2022
> ###### Version: 1.1.1 | Released at: 11/01/2022
**Minor Features**
- Added tax number and address fields to lawsuit against
Expand Down
27 changes: 25 additions & 2 deletions assets/release_notes/pt_PT.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
# Notas de Lançamento:

## Procura-me!

> ###### Versão: 1.2.0 | Lançada em: 21/02/2022
**Novas Funcionalidades**
- Pesquisa melhorada com indicação visual das correspondências
- Agora é possível pesquisar por ficheiros associados a clientes e processos
- Navegação pelos itens de pesquisa pelo teclado (setas para selecionar e ENTER para abrir)
- A aplicação agora tem a capacidade de memorizar os separadores abertos e restaurar na próxima sessão

**Pequenas Melhorias**
- A ver os processos de um cliente, agora é possível filtrar pelos tipos de processo carregando no ícone correspondente
- Apresentação das alterações à aplicação após uma atualização (yay, é sobre mim!)
- A aplicação inicia maximizada se tiver sido fechada assim
- A barra lateral dos clientes mostra os processos que estão em aberto, requer atenção, em espera e fechados
- Ao inserir ficheiros com o mesmo nome pede por confirmação antes de substituir
- Cópias de segurança da base de dados automáticas ao iniciar a aplicação

**Correção de erros**
- Definições ficam guardadas entre utilizações
- Ao apagar vários ficheiros de uma vez, pede apenas uma confirmação em vez de uma por ficheiro
___

## Melhorias e correção de erros

> ###### Versão: 1.1.0 | Lançada em: 11/01/2022
> ###### Versão: 1.1.1 | Lançada em: 11/01/2022
**Pequenas Melhorias**
- Adicionado campos de número de contribuinte e morada na parte contrária
Expand Down Expand Up @@ -38,7 +61,7 @@ ___
**Novas Funcionalidades**
- Adicionado contactos a clientes
- Adicionado o ID do processo no menu lateral
- Adicionado o ID do processo no barra lateral
- Implementado modo portátil (base de dados dentro da pasta do programa)

**Pequenas Melhorias**
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Fonts {
class App {
static const title = 'Lucidum Legalis';
static const companyName = 'Fr0sk Labs';
static const version = Version(1, 1, 1);
static const version = Version(1, 2, 0);

static const windowMinSize = Size(1150, 600);
static const sidebarWidth = 250.0;
Expand Down

0 comments on commit 820325a

Please sign in to comment.